* [gentoo-commits] repo/proj/guru:master commit in: dev-R/jsonlite/
@ 2021-09-07 2:58 Haelwenn Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2021-09-07 2:58 UTC (permalink / raw
To: gentoo-commits
commit: ab71309999c98c824c9d0d01bdf286329bb83b38
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Sep 4 22:47:48 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Sep 4 22:51:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab713099
dev-R/jsonlite: respect AR
Closes: https://bugs.gentoo.org/794100
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/jsonlite/jsonlite-1.7.2.ebuild | 6 +++++-
dev-R/jsonlite/metadata.xml | 10 ++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/dev-R/jsonlite/jsonlite-1.7.2.ebuild b/dev-R/jsonlite/jsonlite-1.7.2.ebuild
index cd51418f9..daf7e458f 100644
--- a/dev-R/jsonlite/jsonlite-1.7.2.ebuild
+++ b/dev-R/jsonlite/jsonlite-1.7.2.ebuild
@@ -3,10 +3,14 @@
EAPI=7
-inherit R-packages
+inherit R-packages toolchain-funcs
DESCRIPTION='A Simple and Robust JSON Parser and generator for R'
KEYWORDS="~amd64"
LICENSE='MIT'
#unbundling status: https://github.com/jeroen/jsonlite/issues/201
+src_prepare() {
+ tc-export AR
+ R-packages_src_prepare
+}
diff --git a/dev-R/jsonlite/metadata.xml b/dev-R/jsonlite/metadata.xml
index edcddc053..5073250ca 100644
--- a/dev-R/jsonlite/metadata.xml
+++ b/dev-R/jsonlite/metadata.xml
@@ -20,4 +20,14 @@
consistently for use with dynamic data in systems and
applications.
</longdescription>
+ <upstream>
+ <bugs-to>https://github.com/jeroen/jsonlite/issues</bugs-to>
+ <doc lang="en">https://cran.r-project.org/web/packages/jsonlite/jsonlite.pdf</doc>
+ <changelog>https://cran.r-project.org/web/packages/jsonlite/NEWS</changelog>
+ <maintainer>
+ <name>Jeroen Ooms</name>
+ <email>jeroen@berkeley.edu</email>
+ </maintainer>
+ <remote-id type="github">jeroen/jsonlite</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/jsonlite/
@ 2022-03-10 9:45 Ronny Gutbrod
0 siblings, 0 replies; 2+ messages in thread
From: Ronny Gutbrod @ 2022-03-10 9:45 UTC (permalink / raw
To: gentoo-commits
commit: a42a7c0464b6e364c37d841476ffd409df926c32
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 00:08:47 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 10 01:05:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a42a7c04
dev-R/jsonlite: add 1.8.0, drop 1.7.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/jsonlite/Manifest | 2 +-
.../{jsonlite-1.7.2.ebuild => jsonlite-1.8.0.ebuild} | 13 ++++++++++++-
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/dev-R/jsonlite/Manifest b/dev-R/jsonlite/Manifest
index 34cbce96c..5c47dfc7f 100644
--- a/dev-R/jsonlite/Manifest
+++ b/dev-R/jsonlite/Manifest
@@ -1 +1 @@
-DIST jsonlite_1.7.2.tar.gz 421716 BLAKE2B fa1fc59fefdd31085d0f1ccec02069f8bccfb6f73b3d21a459b47b17af7b2aef6db7e57886a609407d36569e9fe3e6ac9a6d98f1483fdb8cac14abfb3144b5cb SHA512 7156958ea4666440161c6d91a7bc988b674b06299aa3acae97cdedbe597353fa38ffcd276934cf7d8080ce560e7265db3ddd90c7a437cc44cc30756640023ed1
+DIST jsonlite_1.8.0.tar.gz 1051625 BLAKE2B 70b3ff9fdc4f023f2394c03764c44795860236a5bd60f3e38016b198f0e70fd5252f841b868315a3c68eb6c7c6a9bfc4efea1c7e0a04c98ee7b1a99f047cbe16 SHA512 ecaab90e2f7bf5f21d358cfaa3df96987a4f7bd7a2cd648e967d0a4a476d261c9fc848abdf60a13b2ea4a5c612b135bb686faf22aa94d8388e3fe7090bd8ec0e
diff --git a/dev-R/jsonlite/jsonlite-1.7.2.ebuild b/dev-R/jsonlite/jsonlite-1.8.0.ebuild
similarity index 60%
rename from dev-R/jsonlite/jsonlite-1.7.2.ebuild
rename to dev-R/jsonlite/jsonlite-1.8.0.ebuild
index cd51418f9..6d7a019ff 100644
--- a/dev-R/jsonlite/jsonlite-1.7.2.ebuild
+++ b/dev-R/jsonlite/jsonlite-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,3 +10,14 @@ KEYWORDS="~amd64"
LICENSE='MIT'
#unbundling status: https://github.com/jeroen/jsonlite/issues/201
+
+SUGGESTED_PACKAGES="
+ dev-R/httr
+ dev-R/curl
+ dev-R/vctrs
+ dev-R/testthat
+ dev-R/knitr
+ dev-R/rmarkdown
+ dev-R/R-rsp
+ dev-R/sf
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-10 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07 2:58 [gentoo-commits] repo/proj/guru:master commit in: dev-R/jsonlite/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2022-03-10 9:45 Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox