public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/dplyr/
Date: Fri,  8 May 2020 16:57:31 +0000 (UTC)	[thread overview]
Message-ID: <1588956964.acd3f4fa5aa297ab433dddc03c519d0d5cd5199e.Alessandro-Barbieri@gentoo> (raw)

commit:     acd3f4fa5aa297ab433dddc03c519d0d5cd5199e
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 16:56:04 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May  8 16:56:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acd3f4fa

dev-R/dplyr: new package

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

 dev-R/dplyr/Manifest           |  1 +
 dev-R/dplyr/dplyr-0.8.5.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-R/dplyr/metadata.xml       | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+)

diff --git a/dev-R/dplyr/Manifest b/dev-R/dplyr/Manifest
new file mode 100644
index 0000000..c616038
--- /dev/null
+++ b/dev-R/dplyr/Manifest
@@ -0,0 +1 @@
+DIST dplyr_0.8.5.tar.gz 1378766 BLAKE2B 5093e178aa882913800d07c502aa3e3107d4152060e0070229091e483164493a94b1bc37f6f00d97641133b01301c013e81df38c8108954bce431447c298dd73 SHA512 08269e59c43aacc5959d516c1fed45d3dbbe0912aa92263ff8eda6454f216a739ea5989088852cf2ab60bf06fc8aea524557258df786e16b81f5f785cb627105

diff --git a/dev-R/dplyr/dplyr-0.8.5.ebuild b/dev-R/dplyr/dplyr-0.8.5.ebuild
new file mode 100644
index 0000000..b005fcd
--- /dev/null
+++ b/dev-R/dplyr/dplyr-0.8.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='A Grammar of Data Manipulation'
+SRC_URI="http://cran.r-project.org/src/contrib/dplyr_0.8.5.tar.gz"
+LICENSE='MIT'
+HOMEPAGE="
+	http://dplyr.tidyverse.org
+	https://github.com/tidyverse/dplyr
+	https://cran.r-project.org/package=dplyr
+"
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+	dev-cpp/plog
+	dev-libs/boost
+	>=dev-lang/R-3.2.0
+	>=dev-R/assertthat-0.2.0
+	dev-R/ellipsis
+	>=dev-R/glue-1.3.0
+	>=dev-R/magrittr-1.5
+	dev-R/pkgconfig
+	dev-R/R6
+	>=dev-R/Rcpp-1.0.1
+	>=dev-R/rlang-0.4.0
+	>=dev-R/tibble-2.0.0
+	>=dev-R/tidyselect-0.2.5
+"
+RDEPEND="${DEPEND-}"

diff --git a/dev-R/dplyr/metadata.xml b/dev-R/dplyr/metadata.xml
new file mode 100644
index 0000000..4b63e23
--- /dev/null
+++ b/dev-R/dplyr/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>lssndrbarbieri@gmail.com</email>
+		<name>Alessandro Barbieri</name>
+	</maintainer>
+	<longdescription lang="en">
+		A fast, consistent tool for working with data frame like objects, both in memory and out of memory.
+	</longdescription>
+	<upstream>
+		<bugs-to>
+			https://github.com/tidyverse/dplyr/issues
+		</bugs-to>
+		<doc lang="en">
+			https://cran.r-project.org/web//packages/dplyr/dplyr.pdf
+		</doc>
+		<changelog>
+			https://cran.r-project.org/web//packages/dplyr/news/news.html
+		</changelog>
+		<maintainer>
+			<name>
+				Hadley Wickham
+			</name>
+			<email>
+				hadley@rstudio.com
+			</email>
+		</maintainer>
+		<remote-id type="github">
+			tidyverse/dplyr
+		</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-05-08 16:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08 16:57 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-18 14:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/dplyr/ Andrew Ammerlaan
2021-01-19 21:01 Andrew Ammerlaan
2021-03-14 22:42 Alessandro Barbieri
2021-05-04  0:14 Alessandro Barbieri
2021-05-09  8:02 Alessandro Barbieri
2021-05-16 15:28 Alessandro Barbieri
2021-06-21  1:59 Alessandro Barbieri
2022-03-07  1:13 Alessandro Barbieri
2022-04-29  3:16 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588956964.acd3f4fa5aa297ab433dddc03c519d0d5cd5199e.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox