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@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-05 00:47:48 +02:00
parent 22af122398
commit ab71309999
2 changed files with 15 additions and 1 deletions

View File

@@ -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
}

View File

@@ -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>