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 296071382C5 for ; Sun, 18 Mar 2018 10:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC103E0801; Sun, 18 Mar 2018 10:12:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C3C90E0801 for ; Sun, 18 Mar 2018 10:12:48 +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 0B989335D0A for ; Sun, 18 Mar 2018 10:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE373239 for ; Sun, 18 Mar 2018 10:12:44 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1521367954.8c769f05c6afedd2a6e219b465ee770877eb5f62.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-String/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Unicode-String/Manifest dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild X-VCS-Directories: dev-perl/Unicode-String/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8c769f05c6afedd2a6e219b465ee770877eb5f62 X-VCS-Branch: master Date: Sun, 18 Mar 2018 10:12:44 +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-Archives-Salt: cb78324f-4388-433e-8d1e-94ecc9a04ff7 X-Archives-Hash: dac7006d98ebac15d32ef422582359b4 commit: 8c769f05c6afedd2a6e219b465ee770877eb5f62 Author: Kent Fredric gentoo org> AuthorDate: Sun Mar 18 10:12:10 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Mar 18 10:12:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c769f05 dev-perl/Unicode-String: Bump to version 2.100.0 re bug #622184 - EAPI6 - Enable tests Bug: https://bugs.gentoo.org/622184 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Unicode-String/Manifest | 1 + dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-perl/Unicode-String/Manifest b/dev-perl/Unicode-String/Manifest index 402bd51f3af..713eab0b78f 100644 --- a/dev-perl/Unicode-String/Manifest +++ b/dev-perl/Unicode-String/Manifest @@ -1 +1,2 @@ DIST Unicode-String-2.09.tar.gz 122705 BLAKE2B aa51290d56eec9942650ce53019407158b182cf98e296bffc99b88accdfdefe289da530e6f33cc0b5795aa5547e4e742c6d3e421875b06354ba938965d52c4a4 SHA512 88bd5fe4a1e8ac05b7da5f75411f3e2cb17fb756ca926ace7f46d047ba7a7f22e54462efb61c2f0bf651d2c63d6fe74bffa8b7bcf49aa59847135a43b5cde759 +DIST Unicode-String-2.10.tar.gz 121287 BLAKE2B 4d7769b74fd85e197aa1bf8a22a57f3dc519b30bb1c1d47fa1f1de6faeb47e2a0351a580a2c34c158b13a37a43d9e5b7864c2333143d335f129219efb5451857 SHA512 e1fad14dcda301d1e5199c9968efe2f33408fd56ef701d7ede40262a50d4d13a3b78ed7aab5c5319e63f551d40dd48b06dfd74e49f3e434b7b2f8d2f592f0b0e diff --git a/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild new file mode 100644 index 00000000000..3b2713354c2 --- /dev/null +++ b/dev-perl/Unicode-String/Unicode-String-2.100.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=GAAS +DIST_VERSION=2.10 +DIST_SECTION=GAAS +inherit perl-module + +DESCRIPTION="String manipulation for Unicode strings" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" +IUSE="" + +RDEPEND=">=virtual/perl-MIME-Base64-2.11" +DEPEND="${RDEPEND}"