summaryrefslogtreecommitdiff
path: root/dev-R/tinytest/tinytest-1.3.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
commit4387175f6b4a0d6a696cddfd00ad161d53fbc214 (patch)
treea3eaf07b9f03508b22670a755eea0dabf2e7123c /dev-R/tinytest/tinytest-1.3.1.ebuild
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/tinytest/tinytest-1.3.1.ebuild')
-rw-r--r--dev-R/tinytest/tinytest-1.3.1.ebuild15
1 files changed, 0 insertions, 15 deletions
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
-}