dev-R/commonmark: respect AR

Closes: https://bugs.gentoo.org/794106
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:39:04 +02:00
parent 1311be6ad9
commit 38dda6fd52
2 changed files with 16 additions and 1 deletions

View File

@@ -3,10 +3,15 @@
EAPI=7
inherit R-packages
inherit R-packages toolchain-funcs
DESCRIPTION='High Performance CommonMark and github markdown rendering in R'
KEYWORDS="~amd64"
LICENSE='BSD-2'
RDEPEND="${DEPEND}"
src_prepare() {
tc-export AR
R-packages_src_prepare
}

View File

@@ -16,4 +16,14 @@
opt-in support for GFM extensions including tables, autolinks,
and strikethrough text.
</longdescription>
<upstream>
<bugs-to>http://github.com/jeroen/commonmark/issues</bugs-to>
<doc lang="en">https://cran.r-project.org/web/packages/commonmark/commonmark.pdf</doc>
<changelog>https://cran.r-project.org/web/packages/commonmark/NEWS</changelog>
<maintainer>
<name>Jeroen Ooms</name>
<email>jeroen@berkeley.edu</email>
</maintainer>
<remote-id type="github">jeroen/commonmark</remote-id>
</upstream>
</pkgmetadata>