Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lingua-EN-NameCase/
Date: Sun, 29 Oct 2017 15:07:16
Message-Id: 1509289624.dd4affeb4d9280ce2a1283c272f5098ef65c39a3.kentnl@gentoo
1 commit: dd4affeb4d9280ce2a1283c272f5098ef65c39a3
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 14:07:08 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 15:07:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4affeb
7
8 dev-perl/Lingua-EN-NameCase: EAPI6, Remote-id's
9
10 - EAPI6
11 - Add CPAN remote ID's
12 - Cleanup tests
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.3
15
16 .../Lingua-EN-NameCase-1.190.0-r1.ebuild | 30 ++++++++++++++++++++++
17 dev-perl/Lingua-EN-NameCase/metadata.xml | 1 +
18 2 files changed, 31 insertions(+)
19
20 diff --git a/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild
21 new file mode 100644
22 index 00000000000..6eb9099708a
23 --- /dev/null
24 +++ b/dev-perl/Lingua-EN-NameCase/Lingua-EN-NameCase-1.190.0-r1.ebuild
25 @@ -0,0 +1,30 @@
26 +# Copyright 1999-2017 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR=BARBIE
32 +DIST_VERSION=1.19
33 +inherit perl-module
34 +
35 +DESCRIPTION="Correctly case a person's name from UPERCASE or lowcase"
36 +
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE="test"
40 +
41 +RDEPEND="
42 + virtual/perl-Carp
43 + virtual/perl-Exporter
44 +"
45 +DEPEND="${RDEPEND}
46 + virtual/perl-ExtUtils-MakeMaker
47 + test? (
48 + virtual/perl-IO
49 + >=virtual/perl-Test-Simple-0.700.0
50 + )
51 +"
52 +src_test() {
53 + perl_rm_files t/9{0,1,4,5,6}*.t
54 + perl-module_src_test
55 +}
56
57 diff --git a/dev-perl/Lingua-EN-NameCase/metadata.xml b/dev-perl/Lingua-EN-NameCase/metadata.xml
58 index 77cae7dbf51..a5b8fb4d481 100644
59 --- a/dev-perl/Lingua-EN-NameCase/metadata.xml
60 +++ b/dev-perl/Lingua-EN-NameCase/metadata.xml
61 @@ -7,5 +7,6 @@
62 </maintainer>
63 <upstream>
64 <remote-id type="cpan">Lingua-EN-NameCase</remote-id>
65 + <remote-id type="cpan-module">Lingua::EN::NameCase</remote-id>
66 </upstream>
67 </pkgmetadata>