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/
Date: Wed, 10 Jan 2018 20:46:37
Message-Id: 1515617181.ad12fe29b850fbc0d71fe7bdf9c9f2084a7ee6bb.kentnl@gentoo
1 commit: ad12fe29b850fbc0d71fe7bdf9c9f2084a7ee6bb
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 20:01:47 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 20:46:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad12fe29
7
8 dev-perl/Sort-Key: EAPI6 + tests
9
10 - EAPI6
11 - Enable tests
12 - Add missing CPAN remote-id's
13
14 Package-Manager: Portage-2.3.18, Repoman-2.3.6
15
16 dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild | 14 ++++++++++++++
17 dev-perl/Sort-Key/metadata.xml | 6 ++++++
18 2 files changed, 20 insertions(+)
19
20 diff --git a/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild b/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild
21 new file mode 100644
22 index 00000000000..58b94afbc7f
23 --- /dev/null
24 +++ b/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild
25 @@ -0,0 +1,14 @@
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="1.33"
33 +
34 +inherit perl-module
35 +
36 +DESCRIPTION="sort objects by some (calculated) key"
37 +
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~arm ~x86"
40
41 diff --git a/dev-perl/Sort-Key/metadata.xml b/dev-perl/Sort-Key/metadata.xml
42 index 4eeabf11ace..38d2405f92e 100644
43 --- a/dev-perl/Sort-Key/metadata.xml
44 +++ b/dev-perl/Sort-Key/metadata.xml
45 @@ -7,5 +7,11 @@
46 </maintainer>
47 <upstream>
48 <remote-id type="cpan">Sort-Key</remote-id>
49 + <remote-id type="cpan-module">Sort::Key</remote-id>
50 + <remote-id type="cpan-module">Sort::Key::Maker</remote-id>
51 + <remote-id type="cpan-module">Sort::Key::Multi</remote-id>
52 + <remote-id type="cpan-module">Sort::Key::Natural</remote-id>
53 + <remote-id type="cpan-module">Sort::Key::Register</remote-id>
54 + <remote-id type="cpan-module">Sort::Key::Types</remote-id>
55 </upstream>
56 </pkgmetadata>