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>[email protected]</email> + </maintainer> + <remote-id type="github">jeroen/jsonlite</remote-id> + </upstream> </pkgmetadata>
