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/ggplot2/
Date: Tue, 03 May 2022 20:21:44
Message-Id: 1651609294.ad4fd52d00bbdbe9d12079efe4d8b804aa3b19ff.Alessandro-Barbieri@gentoo
1 commit: ad4fd52d00bbdbe9d12079efe4d8b804aa3b19ff
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 18:48:26 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=ad4fd52d
7
8 dev-R/ggplot2: add 3.3.6, drop 3.3.5
9
10 Closes: https://bugs.gentoo.org/842306
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/ggplot2/Manifest | 2 +-
14 dev-R/ggplot2/{ggplot2-3.3.5.ebuild => ggplot2-3.3.6.ebuild} | 6 ++++++
15 2 files changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest
18 index 4f3b8f9cd..d6ac84fa0 100644
19 --- a/dev-R/ggplot2/Manifest
20 +++ b/dev-R/ggplot2/Manifest
21 @@ -1 +1 @@
22 -DIST ggplot2_3.3.5.tar.gz 3063309 BLAKE2B a0a58700cad438d0e64b2d89394f6a4ac82e6f983b59e0eea0e47fa073dadf8771a44f6332de9e19d6542b7b9e5dfb2f13cdb66cc5300e76ad8c5c3ade5250ea SHA512 94ed976e48ddd08a2a840f3638bf7552cb05e5c588f362c1dffc57d903a222961516d28ab43f85f571f81e0fd12ecc7eb9690b2153d4eec2e358e2561e0c9c03
23 +DIST ggplot2_3.3.6.tar.gz 3061989 BLAKE2B 9a7d4fe7dea12ce52df500b8245bacbb64d85eda416d792865507075c326382060e4895422d03f03d2ff95aa4561d13e3e2b35aeb1d01bbb550e7f1409b62b2d SHA512 fa8e418b5a4dd249202cf65afc8b90ec4d84fae6a8aeae27d512c9c28fd0f6fcb508a1ca8fcd7efd2f5872ba42d542b6ccae8ae1183430d0d3aec50452774850
24
25 diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.6.ebuild
26 similarity index 87%
27 rename from dev-R/ggplot2/ggplot2-3.3.5.ebuild
28 rename to dev-R/ggplot2/ggplot2-3.3.6.ebuild
29 index 1e9fbec72..155f91425 100644
30 --- a/dev-R/ggplot2/ggplot2-3.3.5.ebuild
31 +++ b/dev-R/ggplot2/ggplot2-3.3.6.ebuild
32 @@ -6,6 +6,12 @@ EAPI=7
33 inherit R-packages
34
35 DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics'
36 +HOMEPAGE="
37 + https://cran.r-project.org/package=ggplot2
38 + https://ggplot2.tidyverse.org/
39 + https://github.com/tidyverse/ggplot2
40 +"
41 +
42 KEYWORDS="~amd64"
43 LICENSE='MIT'