commit: b05aaff0537f2d7672f44f2da628496b2121a9b8
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 3 18:53:52 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 3 20:21:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b05aaff0
dev-R/tibble: add 3.1.7, drop 3.1.6
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/tibble/Manifest | 2 +-
dev-R/tibble/{tibble-3.1.6.ebuild => tibble-3.1.7.ebuild} | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-R/tibble/Manifest b/dev-R/tibble/Manifest
index b46980c79..d2b8d244a 100644
--- a/dev-R/tibble/Manifest
+++ b/dev-R/tibble/Manifest
@@ -1 +1 @@
-DIST tibble_3.1.6.tar.gz 739349 BLAKE2B
4184151322420427cf26fa5a4422f04be54e44b5ae997ced412bec73ccde3c15b27c0b51aa3f7197d969f18fbf6d2fc8e30b3ead256670727b839e7b59ed67f8
SHA512
1d46d65607b5fdb1548ecfb040baabee55ff18b14009543e1140c907500932e1f9150371f922ba175015d4b73e2078b3e2d5f944d3a4bf696a06677230b1f193
+DIST tibble_3.1.7.tar.gz 674873 BLAKE2B
7716e9d7898141e65518ff3686f99d917b862ed38c58a30fe3d3ef6d4b40413cf225186818c6f5436368def65f266fa2f02c63d816bbf06aaf46d63a4ca805f9
SHA512
040a6b5ca8988dbca04165fa2a6328fbd4c0128829f6955c24138ff8ef0ffc49291c3a2f2db5da7fc4f418ffb2aa7476bf62ac13c15b055796b98cebf929e1fa
diff --git a/dev-R/tibble/tibble-3.1.6.ebuild b/dev-R/tibble/tibble-3.1.7.ebuild
similarity index 99%
rename from dev-R/tibble/tibble-3.1.6.ebuild
rename to dev-R/tibble/tibble-3.1.7.ebuild
index 7750b7034..225ff0c45 100644
--- a/dev-R/tibble/tibble-3.1.6.ebuild
+++ b/dev-R/tibble/tibble-3.1.7.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
inherit R-packages
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
"
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
+
+LICENSE='MIT'
KEYWORDS="~amd64"
DEPEND="