commit: 69c92dd4a1d52e46ccda4586ca8719d4fc52b991 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon May 18 17:57:26 2020 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Mon May 18 17:57:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69c92dd4
dev-R/ellipsis: new version Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/ellipsis/ellipsis-0.3.1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-R/ellipsis/ellipsis-0.3.1.ebuild b/dev-R/ellipsis/ellipsis-0.3.1.ebuild new file mode 100644 index 0000000..16fe602 --- /dev/null +++ b/dev-R/ellipsis/ellipsis-0.3.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Tools for Working with ...' +HOMEPAGE=" + https://ellipsis.r-lib.org + https://github.com/r-lib/ellipsis + https://cran.r-project.org/package=ellipsis +" +SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz" +LICENSE='GPL-3' +KEYWORDS="~amd64" +IUSE="${IUSE-}" +DEPEND=" + >=dev-lang/R-3.2 + >=dev-R/rlang-0.3.0 +" +RDEPEND="${DEPEND}"
