summaryrefslogtreecommitdiff
path: root/dev-R/cli/cli-3.2.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-02 12:38:50 +0000
commit4074f66428fb80b420c673bfe9953d714c4cf38a (patch)
tree5169016a52da36083c7feddec601a4d8ca185468 /dev-R/cli/cli-3.2.0.ebuild
parentd40d21a7f88f4a7a2f324a38f21567ce7de593da (diff)
downloadbaldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.gz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.tar.xz
baldeagleos-repo-4074f66428fb80b420c673bfe9953d714c4cf38a.zip
Adding metadata
Diffstat (limited to 'dev-R/cli/cli-3.2.0.ebuild')
-rw-r--r--dev-R/cli/cli-3.2.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-R/cli/cli-3.2.0.ebuild b/dev-R/cli/cli-3.2.0.ebuild
deleted file mode 100644
index bc7ff150ca7e..000000000000
--- a/dev-R/cli/cli-3.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages
-
-DESCRIPTION='Helpers for Developing Command Line Interfaces'
-HOMEPAGE="
- https://github.com/r-lib/cli
- https://cran.r-project.org/package=cli
-"
-LICENSE='MIT'
-KEYWORDS="~amd64"
-DEPEND="
- >=dev-lang/R-2.1.0
- dev-R/glue
-"
-RDEPEND="${DEPEND}"
-
-SUGGESTED_PACKAGES="
- dev-R/asciicast
- dev-R/callr
- dev-R/covr
- dev-R/digest
- dev-R/htmltools
- dev-R/htmlwidgets
- dev-R/knitr
- dev-R/mockery
- dev-R/processx
- >=dev-R/ps-1.3.4.90000
- dev-R/rlang
- dev-R/rmarkdown
- dev-R/rstudioapi
- dev-R/shiny
- dev-R/testthat
- dev-R/tibble
- dev-R/whoami
- dev-R/withr
-"