From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8054B138359 for ; Fri, 8 May 2020 00:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A23BE08BB; Fri, 8 May 2020 00:27:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5801EE08BB for ; Fri, 8 May 2020 00:27:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CBC434F2F7 for ; Fri, 8 May 2020 00:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16864232 for ; Fri, 8 May 2020 00:27:28 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1588897642.b238d06bd4c77167229bcf22eb0c861fd5d040dc.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/utf8/Manifest dev-R/utf8/metadata.xml dev-R/utf8/utf8-1.1.4.ebuild X-VCS-Directories: dev-R/utf8/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b238d06bd4c77167229bcf22eb0c861fd5d040dc X-VCS-Branch: dev Date: Fri, 8 May 2020 00:27:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 819a6d0b-0f9d-4218-9063-cb9b23b845de X-Archives-Hash: e21c562a0277507c956e851a314de86d commit: b238d06bd4c77167229bcf22eb0c861fd5d040dc Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 8 00:14:09 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 8 00:27:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b238d06b dev-R/utf8: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/utf8/Manifest | 1 + dev-R/utf8/metadata.xml | 33 +++++++++++++++++++++++++++++++++ dev-R/utf8/utf8-1.1.4.ebuild | 16 ++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest new file mode 100644 index 0000000..15857ee --- /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 0000000..c77e99b --- /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 0000000..be6c3e9 --- /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-}"