commit: 38dda6fd52aabf6b8319d707347e523030f61670 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Sep 4 22:39:04 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Sep 4 22:51:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38dda6fd
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 <AT> gmail.com> dev-R/commonmark/commonmark-1.7.ebuild | 7 ++++++- dev-R/commonmark/metadata.xml | 10 ++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/dev-R/commonmark/commonmark-1.7.ebuild b/dev-R/commonmark/commonmark-1.7.ebuild index 42652afb2..ba9e02b5f 100644 --- a/dev-R/commonmark/commonmark-1.7.ebuild +++ b/dev-R/commonmark/commonmark-1.7.ebuild @@ -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 +} diff --git a/dev-R/commonmark/metadata.xml b/dev-R/commonmark/metadata.xml index 3a943e334..a18e9885f 100644 --- a/dev-R/commonmark/metadata.xml +++ b/dev-R/commonmark/metadata.xml @@ -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>[email protected]</email> + </maintainer> + <remote-id type="github">jeroen/commonmark</remote-id> + </upstream> </pkgmetadata>
