Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/tibble/
Date: Tue, 03 May 2022 20:21:43
Message-Id: 1651609294.b05aaff0537f2d7672f44f2da628496b2121a9b8.Alessandro-Barbieri@gentoo
1 commit: b05aaff0537f2d7672f44f2da628496b2121a9b8
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 18:53:52 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 3 20:21:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b05aaff0
7
8 dev-R/tibble: add 3.1.7, drop 3.1.6
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/tibble/Manifest | 2 +-
13 dev-R/tibble/{tibble-3.1.6.ebuild => tibble-3.1.7.ebuild} | 7 ++++---
14 2 files changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-R/tibble/Manifest b/dev-R/tibble/Manifest
17 index b46980c79..d2b8d244a 100644
18 --- a/dev-R/tibble/Manifest
19 +++ b/dev-R/tibble/Manifest
20 @@ -1 +1 @@
21 -DIST tibble_3.1.6.tar.gz 739349 BLAKE2B 4184151322420427cf26fa5a4422f04be54e44b5ae997ced412bec73ccde3c15b27c0b51aa3f7197d969f18fbf6d2fc8e30b3ead256670727b839e7b59ed67f8 SHA512 1d46d65607b5fdb1548ecfb040baabee55ff18b14009543e1140c907500932e1f9150371f922ba175015d4b73e2078b3e2d5f944d3a4bf696a06677230b1f193
22 +DIST tibble_3.1.7.tar.gz 674873 BLAKE2B 7716e9d7898141e65518ff3686f99d917b862ed38c58a30fe3d3ef6d4b40413cf225186818c6f5436368def65f266fa2f02c63d816bbf06aaf46d63a4ca805f9 SHA512 040a6b5ca8988dbca04165fa2a6328fbd4c0128829f6955c24138ff8ef0ffc49291c3a2f2db5da7fc4f418ffb2aa7476bf62ac13c15b055796b98cebf929e1fa
23
24 diff --git a/dev-R/tibble/tibble-3.1.6.ebuild b/dev-R/tibble/tibble-3.1.7.ebuild
25 similarity index 99%
26 rename from dev-R/tibble/tibble-3.1.6.ebuild
27 rename to dev-R/tibble/tibble-3.1.7.ebuild
28 index 7750b7034..225ff0c45 100644
29 --- a/dev-R/tibble/tibble-3.1.6.ebuild
30 +++ b/dev-R/tibble/tibble-3.1.7.ebuild
31 @@ -1,18 +1,19 @@
32 # Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 -EAPI="7"
36 +EAPI=7
37
38 inherit R-packages
39
40 DESCRIPTION='Simple Data Frames'
41 -SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
42 -LICENSE='MIT'
43 HOMEPAGE="
44 https://tibble.tidyverse.org
45 https://github.com/tidyverse/tibble
46 https://cran.r-project.org/package=tibble
47 "
48 +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
49 +
50 +LICENSE='MIT'
51
52 KEYWORDS="~amd64"
53 DEPEND="