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/Sort-Key-IPv4/
Date: Wed, 10 Jan 2018 20:46:37
Message-Id: 1515617182.6abd7055da8d122190663bb7e0a10b3b5b4cb4ac.kentnl@gentoo
1 commit: 6abd7055da8d122190663bb7e0a10b3b5b4cb4ac
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 20:05:42 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 20:46:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abd7055
7
8 dev-perl/Sort-Key-IPv4: EAPI6 + Tests
9
10 - EAPI6ify
11 - Enable tests
12 - Add missing CPAN remote-ids
13
14 Package-Manager: Portage-2.3.18, Repoman-2.3.6
15
16 .../Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild | 20 ++++++++++++++++++++
17 dev-perl/Sort-Key-IPv4/metadata.xml | 1 +
18 2 files changed, 21 insertions(+)
19
20 diff --git a/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild b/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild
21 new file mode 100644
22 index 00000000000..38f7af1eb37
23 --- /dev/null
24 +++ b/dev-perl/Sort-Key-IPv4/Sort-Key-IPv4-0.30.0-r1.ebuild
25 @@ -0,0 +1,20 @@
26 +# Copyright 1999-2018 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR="SALVA"
32 +DIST_VERSION="0.03"
33 +
34 +inherit perl-module
35 +
36 +DESCRIPTION="Sort IP v4 addresses"
37 +
38 +SLOT="0"
39 +KEYWORDS="~amd64"
40 +IUSE=""
41 +
42 +RDEPEND=">=dev-perl/Sort-Key-1.280.0"
43 +DEPEND="${RDEPEND}"
44 +
45 +PERL_RM_FILES=( "t/pods.t" )
46
47 diff --git a/dev-perl/Sort-Key-IPv4/metadata.xml b/dev-perl/Sort-Key-IPv4/metadata.xml
48 index 5ef03bab2ad..6315c12f7f7 100644
49 --- a/dev-perl/Sort-Key-IPv4/metadata.xml
50 +++ b/dev-perl/Sort-Key-IPv4/metadata.xml
51 @@ -7,5 +7,6 @@
52 </maintainer>
53 <upstream>
54 <remote-id type="cpan">Sort-Key-IPv4</remote-id>
55 + <remote-id type="cpan-module">Sort::Key::IPv4</remote-id>
56 </upstream>
57 </pkgmetadata>