commit:     3f7e6c7fd1bebaae9c7254401a7a1393ab2610b0
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 00:03:26 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May  8 00:27:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f7e6c7f

dev-R/ellipsis: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/ellipsis/Manifest              |  1 +
 dev-R/ellipsis/ellipsis-0.3.0.ebuild | 21 +++++++++++++++++++++
 dev-R/ellipsis/metadata.xml          | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest
new file mode 100644
index 0000000..99cb46e
--- /dev/null
+++ b/dev-R/ellipsis/Manifest
@@ -0,0 +1 @@
+DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B 
c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3
 SHA512 
85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea

diff --git a/dev-R/ellipsis/ellipsis-0.3.0.ebuild 
b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
new file mode 100644
index 0000000..6f1dd4c
--- /dev/null
+++ b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
@@ -0,0 +1,21 @@
+# 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'
+
+IUSE="${IUSE-}"
+DEPEND="
+       >=dev-lang/R-3.2
+       >=dev-R/rlang-0.3.0
+"

diff --git a/dev-R/ellipsis/metadata.xml b/dev-R/ellipsis/metadata.xml
new file mode 100644
index 0000000..2505476
--- /dev/null
+++ b/dev-R/ellipsis/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Alessandro Barbieri</name>
+       </maintainer>
+       <longdescription lang="en">
+               The ellipsis is a powerful tool for extending functions. 
Unfortunately this power comes at a cost: misspelled arguments will be silently 
ignored. The ellipsis package provides a collection of functions to catch 
problems and alert the user.
+       </longdescription>
+       <upstream>
+               <bugs-to>
+                       https://github.com/r-lib/ellipsis/issues
+               </bugs-to>
+               <doc lang="en">
+                       
https://cran.r-project.org/web//packages/ellipsis/ellipsis.pdf
+               </doc>
+               <changelog>
+                       
https://cran.r-project.org/web//packages/ellipsis/news/news.html
+               </changelog>
+               <maintainer>
+                       <name>
+                               Hadley Wickham
+                       </name>
+                       <email>
+                               [email protected]
+                       </email>
+               </maintainer>
+               <remote-id type="github">
+                       r-lib/ellipsis
+               </remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to