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 03BA11382C5 for ; Tue, 20 Mar 2018 06:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16F5AE0917; Tue, 20 Mar 2018 06:27: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 E1B77E0916 for ; Tue, 20 Mar 2018 06:27:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CF1EB335C30 for ; Tue, 20 Mar 2018 06:27:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86CA8263 for ; Tue, 20 Mar 2018 06:27:45 +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: <1521527259.b43e2b4f81ba51c000bba4101b3c5940a155d2f6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Stringprep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild dev-perl/Unicode-Stringprep/metadata.xml X-VCS-Directories: dev-perl/Unicode-Stringprep/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b43e2b4f81ba51c000bba4101b3c5940a155d2f6 X-VCS-Branch: master Date: Tue, 20 Mar 2018 06:27:45 +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: 5581d761-3c79-47fb-bbf6-5c2f0dc5fea5 X-Archives-Hash: fa2622314742570230f98cdb6e0ecede commit: b43e2b4f81ba51c000bba4101b3c5940a155d2f6 Author: Kent Fredric gentoo org> AuthorDate: Tue Mar 20 05:58:22 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Mar 20 06:27:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43e2b4f dev-perl/Unicode-Stringprep: EAPI6 + tests - EAPI6ify - Enable tests - Kill annoying author tests - Add USE="examples" - Add missing CPAN remote-id's Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../Unicode-Stringprep-1.105.0-r2.ebuild | 27 ++++++++++++++++++++++ dev-perl/Unicode-Stringprep/metadata.xml | 8 +++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild new file mode 100644 index 00000000000..a1c21346cac --- /dev/null +++ b/dev-perl/Unicode-Stringprep/Unicode-Stringprep-1.105.0-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=CFAERBER +DIST_VERSION=1.105 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Preparation of Internationalized Strings (RFC 3454)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=virtual/perl-Unicode-Normalize-1 +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.420.0 + test? ( + virtual/perl-Test-Simple + dev-perl/Test-NoWarnings + ) +" +PERL_RM_FILES=("t/10_pod_check.t" "t/11_pod_coverage.t") diff --git a/dev-perl/Unicode-Stringprep/metadata.xml b/dev-perl/Unicode-Stringprep/metadata.xml index 2b9a936fc0a..5158e9d6f8e 100644 --- a/dev-perl/Unicode-Stringprep/metadata.xml +++ b/dev-perl/Unicode-Stringprep/metadata.xml @@ -5,4 +5,12 @@ perl@gentoo.org Gentoo Perl Project + + Unicode-Stringprep + Unicode::Stringprep + Unicode::Stringprep::BiDi + Unicode::Stringprep::Mapping + Unicode::Stringprep::Prohibited + Unicode::Stringprep::Unassigned +