From 38dda6fd52aabf6b8319d707347e523030f61670 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 5 Sep 2021 00:39:04 +0200 Subject: [PATCH] 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 --- 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 42652afb26..ba9e02b5fe 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 3a943e3345..a18e9885fe 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. + + http://github.com/jeroen/commonmark/issues + https://cran.r-project.org/web/packages/commonmark/commonmark.pdf + https://cran.r-project.org/web/packages/commonmark/NEWS + + Jeroen Ooms + jeroen@berkeley.edu + + jeroen/commonmark +