commit:     379f25397e5c05b8c347da0d696e189a0526ebab
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 15:42:54 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May  8 15:42:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=379f2539

dev-R/purrr: new package

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

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

diff --git a/dev-R/purrr/Manifest b/dev-R/purrr/Manifest
new file mode 100644
index 0000000..1f18832
--- /dev/null
+++ b/dev-R/purrr/Manifest
@@ -0,0 +1 @@
+DIST purrr_0.3.4.tar.gz 375062 BLAKE2B 
ec4383b49b9e49ffd8fb9cb76b975d9e699c820f0aed6ece0b75f84c71944345fb64f16932e664dee18c3a1f1e93a56d8b5153289437d8b13d281744be2b7a1e
 SHA512 
30f121c751e6c85b986b872ed1bae6464d2f0f3b79493537d4f1b673d55725218dd982a2ed7b8b8a12b2aad586db3133e49721812f35bf3b2c692612759bb2ca

diff --git a/dev-R/purrr/metadata.xml b/dev-R/purrr/metadata.xml
new file mode 100644
index 0000000..fe73577
--- /dev/null
+++ b/dev-R/purrr/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">
+               A complete and consistent functional programming toolkit for R.
+       </longdescription>
+       <upstream>
+               <bugs-to>
+                       https://github.com/tidyverse/purrr/issues
+               </bugs-to>
+               <doc lang="en">
+                       https://cran.r-project.org/web//packages/purrr/purrr.pdf
+               </doc>
+               <changelog>
+                       
https://cran.r-project.org/web//packages/purrr/news/news.html
+               </changelog>
+               <maintainer>
+                       <name>
+                               Lionel Henry
+                       </name>
+                       <email>
+                               [email protected]
+                       </email>
+               </maintainer>
+               <remote-id type="github">
+                       tidyverse/purrr
+               </remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-R/purrr/purrr-0.3.4.ebuild b/dev-R/purrr/purrr-0.3.4.ebuild
new file mode 100644
index 0000000..c11f40d
--- /dev/null
+++ b/dev-R/purrr/purrr-0.3.4.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='Functional Programming Tools'
+SRC_URI="http://cran.r-project.org/src/contrib/purrr_0.3.4.tar.gz";
+LICENSE='GPL-3'
+HOMEPAGE="
+       http://purrr.tidyverse.org
+       https://github.com/tidyverse/purrr
+       https://cran.r-project.org/package=purrr
+"
+IUSE="${IUSE-}"
+DEPEND="
+       >=dev-lang/R-3.2
+       >=dev-R/magrittr-1.5
+       >=dev-R/rlang-0.3.1
+"

Reply via email to