* [gentoo-commits] repo/proj/guru:master commit in: dev-R/ggplot2/
@ 2022-03-07 21:21 Ronny Gutbrod
0 siblings, 0 replies; 2+ messages in thread
From: Ronny Gutbrod @ 2022-03-07 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 27f1ebef8c031aa987703203523a33831f359c62
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 7 01:10:05 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Mar 7 01:13:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27f1ebef
dev-R/ggplot2: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/ggplot2/Manifest | 2 +-
dev-R/ggplot2/ggplot2-3.3.4.ebuild | 25 ------------------
dev-R/ggplot2/ggplot2-3.3.5.ebuild | 54 ++++++++++++++++++++++++++++++++++++++
3 files changed, 55 insertions(+), 26 deletions(-)
diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest
index c2f8a1246..4f3b8f9cd 100644
--- a/dev-R/ggplot2/Manifest
+++ b/dev-R/ggplot2/Manifest
@@ -1 +1 @@
-DIST ggplot2_3.3.4.tar.gz 3087976 BLAKE2B 825232799cba0233a5a4a8f4fa4b94d5f9d5c06725cbb35b65b1733d9141caad627b0cc0e97e074b3fef98be443e4d68dc5d7169b570d2c19d265414484ff554 SHA512 94ff13020cb5eeddd1f2343dd0790c68ccc1e99f8fb2714a935e11ab4348aff87149ed6848471f2cee4f5b2e787a5c912e13ea262a4866331a7bd14ad7435598
+DIST ggplot2_3.3.5.tar.gz 3063309 BLAKE2B a0a58700cad438d0e64b2d89394f6a4ac82e6f983b59e0eea0e47fa073dadf8771a44f6332de9e19d6542b7b9e5dfb2f13cdb66cc5300e76ad8c5c3ade5250ea SHA512 94ed976e48ddd08a2a840f3638bf7552cb05e5c588f362c1dffc57d903a222961516d28ab43f85f571f81e0fd12ecc7eb9690b2153d4eec2e358e2561e0c9c03
diff --git a/dev-R/ggplot2/ggplot2-3.3.4.ebuild b/dev-R/ggplot2/ggplot2-3.3.4.ebuild
deleted file mode 100644
index 78b2735b3..000000000
--- a/dev-R/ggplot2/ggplot2-3.3.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics'
-KEYWORDS="~amd64"
-LICENSE='MIT'
-
-DEPEND="
- >=dev-lang/R-3.2
- dev-R/digest
- dev-R/glue
- >=dev-R/gtable-0.1.1
- 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}"
diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.5.ebuild
new file mode 100644
index 000000000..e4898b5c8
--- /dev/null
+++ b/dev-R/ggplot2/ggplot2-3.3.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics'
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+DEPEND="
+ >=dev-lang/R-3.3
+ dev-R/digest
+ dev-R/glue
+ >=dev-R/gtable-0.1.1
+ dev-R/isoband
+ >=dev-R/rlang-0.4.10
+ >=dev-R/scales-0.5.0
+ dev-R/tibble
+ >=dev-R/withr-2.0.0
+ virtual/MASS
+ virtual/mgcv
+"
+RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+ dev-R/covr
+ dev-R/ragg
+ dev-R/dplyr
+ dev-R/ggplot2movies
+ dev-R/hexbin
+ dev-R/Hmisc
+ dev-R/interp
+ dev-R/knitr
+ dev-R/lattice
+ dev-R/mapproj
+ dev-R/maps
+ dev-R/maptools
+ dev-R/multcomp
+ dev-R/munsell
+ dev-R/nlme
+ dev-R/profvis
+ dev-R/quantreg
+ dev-R/RColorBrewer
+ dev-R/rgeos
+ dev-R/rmarkdown
+ dev-R/rpart
+ >=dev-R/sf-0.7.3
+ >=dev-R/svglite-1.2.0.9001
+ >=dev-R/testthat-2.1.0
+ >=dev-R/vdiffr-1.0.0
+ dev-R/xml2
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/ggplot2/
@ 2022-05-05 4:07 Haelwenn Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2022-05-05 4:07 UTC (permalink / raw
To: gentoo-commits
commit: ad4fd52d00bbdbe9d12079efe4d8b804aa3b19ff
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 3 18:48:26 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
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'
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-05 4:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 21:21 [gentoo-commits] repo/proj/guru:master commit in: dev-R/ggplot2/ Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2022-05-05 4:07 Haelwenn Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox