dev-perl/aliased: EAPI6 + remote-id's
authorKent Fredric <kentnl@gentoo.org>
Sat, 14 Oct 2017 22:24:17 +0000 (11:24 +1300)
committerKent Fredric <kentnl@gentoo.org>
Sat, 14 Oct 2017 22:38:49 +0000 (11:38 +1300)
- Update to EAPI6
- Parallel Testing
- Add remote-id metadata

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/aliased/aliased-0.340.0-r1.ebuild [new file with mode: 0644]
dev-perl/aliased/metadata.xml

diff --git a/dev-perl/aliased/aliased-0.340.0-r1.ebuild b/dev-perl/aliased/aliased-0.340.0-r1.ebuild
new file mode 100644 (file)
index 0000000..6739ddb
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.34
+inherit perl-module
+
+DESCRIPTION="Use shorter versions of class names"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+       virtual/perl-Carp
+       virtual/perl-Exporter
+"
+DEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-Tiny-0.39.0
+       test? (
+               virtual/perl-ExtUtils-MakeMaker
+               virtual/perl-File-Spec
+               virtual/perl-Test-Simple
+               virtual/perl-if
+       )
+"
+mytargets="install"
index f53c778e0d38986cbe1083d49afc04d87b7aeb2c..83ef8e99b1fd5f2d2bd7bec6cf5ae3c39e0a47b3 100644 (file)
@@ -5,4 +5,8 @@
         <email>perl@gentoo.org</email>
         <name>Gentoo Perl Project</name>
     </maintainer>
+    <upstream>
+        <remote-id type="cpan">aliased</remote-id>
+        <remote-id type="cpan-module">aliased</remote-id>
+    </upstream>
 </pkgmetadata>