diff options
Diffstat (limited to 'dev-R/clipr/clipr-0.8.0.ebuild')
-rw-r--r-- | dev-R/clipr/clipr-0.8.0.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-R/clipr/clipr-0.8.0.ebuild b/dev-R/clipr/clipr-0.8.0.ebuild deleted file mode 100644 index e2de20116..000000000 --- a/dev-R/clipr/clipr-0.8.0.ebuild +++ /dev/null @@ -1,32 +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='Read and Write from the System Clipboard' -KEYWORDS="~amd64" -LICENSE='GPL-3' -RESTRICT="!test? ( test )" -IUSE="test" - -DEPEND=" - || ( x11-misc/xclip x11-misc/xsel gui-apps/wl-clipboard ) - test? ( - >=dev-R/testthat-2.0.0 - ) -" - -SUGGESTED_PACKAGES=" - dev-R/covr - dev-R/knitr - dev-R/rmarkdown - >=dev-R/rstudioapi-0.5 - >=dev-R/testthat-2.0.0 -" - -src_test() { - cd "${WORKDIR}/${P}/tests" || die - NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R -} |