commit: ad4fd52d00bbdbe9d12079efe4d8b804aa3b19ff Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue May 3 18:48:26 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=ad4fd52d
dev-R/ggplot2: add 3.3.6, drop 3.3.5 Closes: https://bugs.gentoo.org/842306 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/ggplot2/Manifest | 2 +- dev-R/ggplot2/{ggplot2-3.3.5.ebuild => ggplot2-3.3.6.ebuild} | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest index 4f3b8f9cd..d6ac84fa0 100644 --- a/dev-R/ggplot2/Manifest +++ b/dev-R/ggplot2/Manifest @@ -1 +1 @@ -DIST ggplot2_3.3.5.tar.gz 3063309 BLAKE2B a0a58700cad438d0e64b2d89394f6a4ac82e6f983b59e0eea0e47fa073dadf8771a44f6332de9e19d6542b7b9e5dfb2f13cdb66cc5300e76ad8c5c3ade5250ea SHA512 94ed976e48ddd08a2a840f3638bf7552cb05e5c588f362c1dffc57d903a222961516d28ab43f85f571f81e0fd12ecc7eb9690b2153d4eec2e358e2561e0c9c03 +DIST ggplot2_3.3.6.tar.gz 3061989 BLAKE2B 9a7d4fe7dea12ce52df500b8245bacbb64d85eda416d792865507075c326382060e4895422d03f03d2ff95aa4561d13e3e2b35aeb1d01bbb550e7f1409b62b2d SHA512 fa8e418b5a4dd249202cf65afc8b90ec4d84fae6a8aeae27d512c9c28fd0f6fcb508a1ca8fcd7efd2f5872ba42d542b6ccae8ae1183430d0d3aec50452774850 diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.6.ebuild similarity index 87% rename from dev-R/ggplot2/ggplot2-3.3.5.ebuild rename to dev-R/ggplot2/ggplot2-3.3.6.ebuild index 1e9fbec72..155f91425 100644 --- a/dev-R/ggplot2/ggplot2-3.3.5.ebuild +++ b/dev-R/ggplot2/ggplot2-3.3.6.ebuild @@ -6,6 +6,12 @@ EAPI=7 inherit R-packages DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics' +HOMEPAGE=" + https://cran.r-project.org/package=ggplot2 + https://ggplot2.tidyverse.org/ + https://github.com/tidyverse/ggplot2 +" + KEYWORDS="~amd64" LICENSE='MIT'
