mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
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:
21
dev-R/utf8/utf8-1.2.2.ebuild
Normal file
21
dev-R/utf8/utf8-1.2.2.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user