mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
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@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>jeroen@berkeley.edu</email>
|
||||
</maintainer>
|
||||
<remote-id type="github">ropensci/hunspell</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user