diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-01-11 09:01:47 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-01-11 09:46:21 +1300 |
commit | ad12fe29b850fbc0d71fe7bdf9c9f2084a7ee6bb (patch) | |
tree | a02fee54267da951c4e246d2e428aa486db6e56b /dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild | |
parent | sys-apps/acl: Moved configure patch at the end to avoid possible timestamp race (diff) | |
download | gentoo-ad12fe29b850fbc0d71fe7bdf9c9f2084a7ee6bb.tar.gz gentoo-ad12fe29b850fbc0d71fe7bdf9c9f2084a7ee6bb.tar.bz2 gentoo-ad12fe29b850fbc0d71fe7bdf9c9f2084a7ee6bb.zip |
dev-perl/Sort-Key: EAPI6 + tests
- EAPI6
- Enable tests
- Add missing CPAN remote-id's
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild')
-rw-r--r-- | dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
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 new file mode 100644 index 000000000000..58b94afbc7f8 --- /dev/null +++ b/dev-perl/Sort-Key/Sort-Key-1.330.0-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR="SALVA" +DIST_VERSION="1.33" + +inherit perl-module + +DESCRIPTION="sort objects by some (calculated) key" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" |