diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-05-08 02:14:09 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-05-08 02:27:22 +0200 |
commit | b238d06bd4c77167229bcf22eb0c861fd5d040dc (patch) | |
tree | 20b1d992866ba08e15c8cc1a8decce2ecf88a499 /dev-R | |
parent | dev-R/lifecycle: new package (diff) | |
download | guru-b238d06bd4c77167229bcf22eb0c861fd5d040dc.tar.gz guru-b238d06bd4c77167229bcf22eb0c861fd5d040dc.tar.bz2 guru-b238d06bd4c77167229bcf22eb0c861fd5d040dc.zip |
dev-R/utf8: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-R')
-rw-r--r-- | dev-R/utf8/Manifest | 1 | ||||
-rw-r--r-- | dev-R/utf8/metadata.xml | 33 | ||||
-rw-r--r-- | dev-R/utf8/utf8-1.1.4.ebuild | 16 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest new file mode 100644 index 000000000..15857ee31 --- /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 000000000..c77e99bc9 --- /dev/null +++ b/dev-R/utf8/metadata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> + Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display. + </longdescription> + <upstream> + <bugs-to> + https://github.com/patperry/r-utf8/issues + </bugs-to> + <doc lang="en"> + https://cran.r-project.org/web//packages/utf8/utf8.pdf + </doc> + <changelog> + https://cran.r-project.org/web//packages/utf8/NEWS + </changelog> + <maintainer> + <name> + Patrick O. Perry + </name> + <email> + patperry@gmail.com + </email> + </maintainer> + <remote-id type="github"> + patperry/r-utf8 + </remote-id> + </upstream> +</pkgmetadata> 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 000000000..be6c3e9aa --- /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-}" |