commit: 0b35c721b49025a7e215817e3c9949c8535d6f18
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Jun 17 16:25:56 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Jun 17 16:25:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b35c721
dev-R/ggplot2: add 3.3.4, drop 3.3.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/ggplot2/Manifest | 2 +-
dev-R/ggplot2/{ggplot2-3.3.3.ebuild => ggplot2-3.3.4.ebuild} | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest
index 6c1189ddb..c2f8a1246 100644
--- a/dev-R/ggplot2/Manifest
+++ b/dev-R/ggplot2/Manifest
@@ -1 +1 @@
-DIST ggplot2_3.3.3.tar.gz 3058840 BLAKE2B
9f1c24bc9b4e98f71fc8b2853f60bed7a6557b9f83c26368e8865561b26fb6e515d5f9dfa4be915e513f3aa62a8e083ae3aed2cf9d434209b8cddcacebe429f0
SHA512
6234c2b606bda80b770927975b52c92f9eb7126dcb36889c1d58159c9c2312ff8469a1dd123065c10f77c1f83731285d9a5fdb6d31a1e595169021ece76d717d
+DIST ggplot2_3.3.4.tar.gz 3087976 BLAKE2B
825232799cba0233a5a4a8f4fa4b94d5f9d5c06725cbb35b65b1733d9141caad627b0cc0e97e074b3fef98be443e4d68dc5d7169b570d2c19d265414484ff554
SHA512
94ff13020cb5eeddd1f2343dd0790c68ccc1e99f8fb2714a935e11ab4348aff87149ed6848471f2cee4f5b2e787a5c912e13ea262a4866331a7bd14ad7435598
diff --git a/dev-R/ggplot2/ggplot2-3.3.3.ebuild
b/dev-R/ggplot2/ggplot2-3.3.4.ebuild
similarity index 100%
rename from dev-R/ggplot2/ggplot2-3.3.3.ebuild
rename to dev-R/ggplot2/ggplot2-3.3.4.ebuild
index 20eafddd7..78b2735b3 100644
--- a/dev-R/ggplot2/ggplot2-3.3.3.ebuild
+++ b/dev-R/ggplot2/ggplot2-3.3.4.ebuild
@@ -11,15 +11,15 @@ LICENSE='MIT'
DEPEND="
>=dev-lang/R-3.2
- >=dev-R/scales-0.5.0
- >=dev-R/withr-2.0.0
- virtual/MASS
- dev-R/isoband
- dev-R/glue
dev-R/digest
+ dev-R/glue
>=dev-R/gtable-0.1.1
- virtual/mgcv
+ dev-R/isoband
>=dev-R/rlang-0.3.0
+ >=dev-R/scales-0.5.0
dev-R/tibble
+ >=dev-R/withr-2.0.0
+ virtual/MASS
+ virtual/mgcv
"
RDEPEND="${DEPEND}"