diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest new file mode 100644 index 0000000000..15857ee319 --- /dev/null +++ b/dev-R/utf8/Manifest @@ -0,0 +1 @@ +DIST utf8_1.1.4.tar.gz 218882 BLAKE2B 360e5010be9b4df755cf10b165e4de613aaa6e2420d28974522aafc7d99464cbf2c025b2a93a3319e3d4bb6dd85f998563ffa1780eacc1281aec9da49adc0fa5 SHA512 c45308500417e820285edaba54d5e6f3f2ab599dc388457a85cff0112b454ff09a9e18710762a93fc21239d84440ab844a1a7b134af6111a3cf0e3fa25ed95eb diff --git a/dev-R/utf8/metadata.xml b/dev-R/utf8/metadata.xml new file mode 100644 index 0000000000..c77e99bc9f --- /dev/null +++ b/dev-R/utf8/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display. + + + + https://github.com/patperry/r-utf8/issues + + + https://cran.r-project.org/web//packages/utf8/utf8.pdf + + + https://cran.r-project.org/web//packages/utf8/NEWS + + + + Patrick O. Perry + + + patperry@gmail.com + + + + patperry/r-utf8 + + + diff --git a/dev-R/utf8/utf8-1.1.4.ebuild b/dev-R/utf8/utf8-1.1.4.ebuild new file mode 100644 index 0000000000..be6c3e9aa7 --- /dev/null +++ b/dev-R/utf8/utf8-1.1.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +HOMEPAGE=" + https://github.com/patperry/r-utf8 + https://cran.r-project.org/package=utf8 +" +DESCRIPTION='Unicode Text Processing' +SRC_URI="http://cran.r-project.org/src/contrib/utf8_1.1.4.tar.gz" +LICENSE='Apache-2.0' + +IUSE="${IUSE-}"