From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/tibble/
Date: Tue, 4 May 2021 00:14:17 +0000 (UTC) [thread overview]
Message-ID: <1620087248.b033f8f04c554ac2e1952801169f08201f64b4f1.Alessandro-Barbieri@gentoo> (raw)
commit: b033f8f04c554ac2e1952801169f08201f64b4f1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 4 00:00:42 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 4 00:14:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b033f8f0
dev-R/tibble: add 3.1.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/tibble/Manifest | 1 +
dev-R/tibble/metadata.xml | 2 +-
dev-R/tibble/tibble-3.1.1.ebuild | 29 +++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/dev-R/tibble/Manifest b/dev-R/tibble/Manifest
index 908849702..dfafe0bcd 100644
--- a/dev-R/tibble/Manifest
+++ b/dev-R/tibble/Manifest
@@ -1,2 +1,3 @@
DIST tibble_3.0.1.tar.gz 399191 BLAKE2B c1d1c0f79f46cf0e44939bc3a81ed45a18ce60083bd7459864bada8485b24c82edbb0d5c804cded19b37366600b0d440695b4c0561245e504a8c1f5b52ed78c4 SHA512 ad97383dd6468730c37a059881a27114fbdd10431be1354fc3899863d043e58303b123c95c6f5a729c353d9f3445ce317d6742696bd1fb940095034ea6b89037
DIST tibble_3.1.0.tar.gz 686464 BLAKE2B 64aff86b65ad92a168fe1aade9c94c86d2a120bc9fb71d6c820748f00cbc917043dcbe28344a1a78f98ea681661c8d6d1f43889c65e13d50c1ad87975d6b6a2d SHA512 13c695f671e958569fd3fe452e898c7ffe461a15235c06a549e65e393c5c205a6bfe948219f0b4c3e5d33db7f59d4da65bb09b44fa377f00d285d4bb10d83c38
+DIST tibble_3.1.1.tar.gz 686855 BLAKE2B a5aba307844c7f228e6fe74a2a978934fc39abb274d2dcba17a988d88f085dda40f546da657c537a4e15d85e8010b06deb965d99067252ab519e748a7b441b19 SHA512 4ac7dbaffbec467bbea5ac0e6e5814140180e0011fea5151f5ec29401e951e775bb8637897dc500e5133e1cfcb455560bf72dc16471ba6d6cd03d67eae7f95a7
diff --git a/dev-R/tibble/metadata.xml b/dev-R/tibble/metadata.xml
index 35e77f9d9..bf9b8d3a3 100644
--- a/dev-R/tibble/metadata.xml
+++ b/dev-R/tibble/metadata.xml
@@ -11,7 +11,7 @@
<doc lang="en">https://cran.r-project.org/web//packages/tibble/tibble.pdf</doc>
<changelog>https://cran.r-project.org/web//packages/tibble/news/news.html</changelog>
<maintainer>
- <name>Kirill Müller</name>
+ <name>Kirill Müller</name>
<email>krlmlr+r@mailbox.org</email>
</maintainer>
<remote-id type="github">tidyverse/tibble</remote-id>
diff --git a/dev-R/tibble/tibble-3.1.1.ebuild b/dev-R/tibble/tibble-3.1.1.ebuild
new file mode 100644
index 000000000..1c7d1d0e7
--- /dev/null
+++ b/dev-R/tibble/tibble-3.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Simple Data Frames'
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='MIT'
+HOMEPAGE="
+ https://tibble.tidyverse.org
+ https://github.com/tidyverse/tibble
+ https://cran.r-project.org/package=tibble
+"
+IUSE="${IUSE-}"
+KEYWORDS="~amd64"
+DEPEND="
+ >=dev-lang/R-3.1.0
+ >=dev-R/ellipsis-0.2.0
+ >=dev-R/fansi-0.4.0
+ >=dev-R/lifecycle-0.2.0
+ dev-R/magrittr
+ >=dev-R/pillar-1.6.0
+ dev-R/pkgconfig
+ >=dev-R/rlang-0.4.3
+ >=dev-R/vctrs-0.3.2
+"
+RDEPEND="${DEPEND-}"
next reply other threads:[~2021-05-04 0:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-04 0:14 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-03 20:21 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/tibble/ Alessandro Barbieri
2022-03-06 2:22 Alessandro Barbieri
2021-05-16 15:28 Alessandro Barbieri
2021-05-04 0:14 Alessandro Barbieri
2021-03-14 22:42 Alessandro Barbieri
2020-05-08 16:57 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=1620087248.b033f8f04c554ac2e1952801169f08201f64b4f1.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