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: Thu, 17 Jun 2021 16:26:16
Message-Id: 1623947156.0b35c721b49025a7e215817e3c9949c8535d6f18.Alessandro-Barbieri@gentoo
1 commit: 0b35c721b49025a7e215817e3c9949c8535d6f18
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 17 16:25:56 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Jun 17 16:25:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b35c721
7
8 dev-R/ggplot2: add 3.3.4, drop 3.3.3
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/ggplot2/Manifest | 2 +-
13 dev-R/ggplot2/{ggplot2-3.3.3.ebuild => ggplot2-3.3.4.ebuild} | 12 ++++++------
14 2 files changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest
17 index 6c1189ddb..c2f8a1246 100644
18 --- a/dev-R/ggplot2/Manifest
19 +++ b/dev-R/ggplot2/Manifest
20 @@ -1 +1 @@
21 -DIST ggplot2_3.3.3.tar.gz 3058840 BLAKE2B 9f1c24bc9b4e98f71fc8b2853f60bed7a6557b9f83c26368e8865561b26fb6e515d5f9dfa4be915e513f3aa62a8e083ae3aed2cf9d434209b8cddcacebe429f0 SHA512 6234c2b606bda80b770927975b52c92f9eb7126dcb36889c1d58159c9c2312ff8469a1dd123065c10f77c1f83731285d9a5fdb6d31a1e595169021ece76d717d
22 +DIST ggplot2_3.3.4.tar.gz 3087976 BLAKE2B 825232799cba0233a5a4a8f4fa4b94d5f9d5c06725cbb35b65b1733d9141caad627b0cc0e97e074b3fef98be443e4d68dc5d7169b570d2c19d265414484ff554 SHA512 94ff13020cb5eeddd1f2343dd0790c68ccc1e99f8fb2714a935e11ab4348aff87149ed6848471f2cee4f5b2e787a5c912e13ea262a4866331a7bd14ad7435598
23
24 diff --git a/dev-R/ggplot2/ggplot2-3.3.3.ebuild b/dev-R/ggplot2/ggplot2-3.3.4.ebuild
25 similarity index 100%
26 rename from dev-R/ggplot2/ggplot2-3.3.3.ebuild
27 rename to dev-R/ggplot2/ggplot2-3.3.4.ebuild
28 index 20eafddd7..78b2735b3 100644
29 --- a/dev-R/ggplot2/ggplot2-3.3.3.ebuild
30 +++ b/dev-R/ggplot2/ggplot2-3.3.4.ebuild
31 @@ -11,15 +11,15 @@ LICENSE='MIT'
32
33 DEPEND="
34 >=dev-lang/R-3.2
35 - >=dev-R/scales-0.5.0
36 - >=dev-R/withr-2.0.0
37 - virtual/MASS
38 - dev-R/isoband
39 - dev-R/glue
40 dev-R/digest
41 + dev-R/glue
42 >=dev-R/gtable-0.1.1
43 - virtual/mgcv
44 + dev-R/isoband
45 >=dev-R/rlang-0.3.0
46 + >=dev-R/scales-0.5.0
47 dev-R/tibble
48 + >=dev-R/withr-2.0.0
49 + virtual/MASS
50 + virtual/mgcv
51 "
52 RDEPEND="${DEPEND}"