aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/lubridate/lubridate-1.8.0.ebuild')
-rw-r--r--dev-R/lubridate/lubridate-1.8.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-R/lubridate/lubridate-1.8.0.ebuild b/dev-R/lubridate/lubridate-1.8.0.ebuild
deleted file mode 100644
index b05398c71..000000000
--- a/dev-R/lubridate/lubridate-1.8.0.ebuild
+++ /dev/null
@@ -1,34 +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='Make Dealing with Dates a Little Easier'
-KEYWORDS="~amd64"
-LICENSE='GPL-2+'
-RESTRICT="!test? ( test )"
-IUSE="test"
-DEPEND="
- dev-R/generics
- >=dev-R/cpp11-0.2.7
- sys-libs/timezone-data
- test? (
- >=dev-R/testthat-2.1.0
- >=dev-R/vctrs-0.3.0
- )
-"
-
-SUGGESTED_PACKAGES="
- dev-R/covr
- dev-R/knitr
- >=dev-R/testthat-2.1.0
- >=dev-R/vctrs-0.3.0
- dev-R/rmarkdown
-"
-
-src_test() {
- cd "${WORKDIR}/${P}/tests" || die
- R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
-}