diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-26 08:16:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-26 08:16:36 +0000 |
| commit | 4387175f6b4a0d6a696cddfd00ad161d53fbc214 (patch) | |
| tree | a3eaf07b9f03508b22670a755eea0dabf2e7123c /dev-R/tinytest | |
| parent | 5696b060dbdb11e5b2236c4f3310c311484c1611 (diff) | |
| download | baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip | |
Adding metadata
Diffstat (limited to 'dev-R/tinytest')
| -rw-r--r-- | dev-R/tinytest/Manifest | 1 | ||||
| -rw-r--r-- | dev-R/tinytest/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-R/tinytest/tinytest-1.3.1.ebuild | 15 |
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-R/tinytest/Manifest b/dev-R/tinytest/Manifest deleted file mode 100644 index bd3c6955983f..000000000000 --- a/dev-R/tinytest/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tinytest_1.3.1.tar.gz 445398 BLAKE2B 481f8510dd09a75acdf2cba63ecf29c2ed7d39ea80042cc68fc3c8921806a97ef6010057c7c0d8f9a398e3948c467d55d9ff42adf4b4216e893863f32a273381 SHA512 bb580f42f47375e730a698072645c1cb8c5e6d46c8ab2e69b2fbd4c0f9edd5c97ddbbc0d4d3cc35d3d785e937f10d74a4c2c41f86777add8c81ec43c884bc019 diff --git a/dev-R/tinytest/metadata.xml b/dev-R/tinytest/metadata.xml deleted file mode 100644 index 8ab94f4d051a..000000000000 --- a/dev-R/tinytest/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>me@r0bert.dev</email> - <name>Robert Greener</name> - </maintainer> - <longdescription lang="en">Provides a lightweight (zero-dependency) and easy to use unit testing framework. Main features: install tests with the package. Test results are treated as data that can be stored and manipulated. Test files are R scripts interspersed with test commands, that can be programmed over. Fully automated build-install-test sequence for packages. Skip tests when not run locally (e.g. on CRAN). Flexible and configurable output printing. Compare computed output with output stored with the package. Run tests in parallel. Extensible by other packages. Report side effects.</longdescription> - <upstream> - <maintainer> - <email>mark.vanderloo@gmail.com</email> - <name>Mark van der Loo</name> - </maintainer> - <bugs-to>https://github.com/markvanderloo/tinytest/issues</bugs-to> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/tinytest/tinytest-1.3.1.ebuild b/dev-R/tinytest/tinytest-1.3.1.ebuild deleted file mode 100644 index 6391f1dae21a..000000000000 --- a/dev-R/tinytest/tinytest-1.3.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit R-packages edo - -DESCRIPTION='Lightweight and Feature Complete Unit Testing Framework' -KEYWORDS="~amd64" -LICENSE='GPL-3' - -src_test() { - cd "${WORKDIR}/${P}/tests" || die - R_LIBS="${T}/R" edo Rscript --vanilla tinytest.R -} |
