dev-R/utf8: new version

Closes: https://bugs.gentoo.org/784875
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-04 08:10:45 +02:00
parent b2f18379dc
commit f6675bc4b6
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages toolchain-funcs
HOMEPAGE="
https://github.com/patperry/r-utf8
https://cran.r-project.org/package=utf8
"
DESCRIPTION='Unicode Text Processing'
LICENSE='Apache-2.0'
KEYWORDS="~amd64"
DEPEND=">=dev-lang/R-2.1.0"
RDEPEND="${DEPEND}"
src_prepare() {
tc-export AR
R-packages_src_prepare
}