commit: 22af122398d091ebd0a3eee73cfc801668dc4aba Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Sep 4 22:44:58 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=22af1223
dev-R/hunspell: respect AR Closes: https://bugs.gentoo.org/794103 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/hunspell/hunspell-3.0.1.ebuild | 6 +++++- dev-R/hunspell/metadata.xml | 10 ++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/dev-R/hunspell/hunspell-3.0.1.ebuild b/dev-R/hunspell/hunspell-3.0.1.ebuild index 8f3a101c9..2c06c116e 100644 --- a/dev-R/hunspell/hunspell-3.0.1.ebuild +++ b/dev-R/hunspell/hunspell-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit R-packages +inherit R-packages toolchain-funcs DESCRIPTION='High-Performance Stemmer, Tokenizer and Spell Checker' KEYWORDS="~amd64" @@ -20,3 +20,7 @@ RDEPEND=" " #bundling status: https://github.com/ropensci/hunspell/issues/34 +src_prepare() { + tc-export AR + R-packages_src_prepare +} diff --git a/dev-R/hunspell/metadata.xml b/dev-R/hunspell/metadata.xml index c511c6ca3..23cc54c3d 100644 --- a/dev-R/hunspell/metadata.xml +++ b/dev-R/hunspell/metadata.xml @@ -16,4 +16,14 @@ package to automate checking of files, documentation and vignettes in all common formats. </longdescription> + <upstream> + <bugs-to>https://github.com/ropensci/hunspell/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web/packages/hunspell/hunspell.pdf</doc> + <changelog>https://cran.r-project.org/web/packages/hunspell/NEWS</changelog> + <maintainer> + <name>Jeroen Ooms</name> + <email>[email protected]</email> + </maintainer> + <remote-id type="github">ropensci/hunspell</remote-id> + </upstream> </pkgmetadata>
