From 0c670982629c5e06b792dfe9f6fe831c4b3a8d3e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 20 Feb 2016 19:31:35 +1300 Subject: dev-perl/Import-Into: Bump to version 1.2.5 - use EAPI6 Package-Manager: portage-2.2.27 --- dev-perl/Import-Into/Import-Into-1.2.5.ebuild | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-perl/Import-Into/Import-Into-1.2.5.ebuild (limited to 'dev-perl/Import-Into/Import-Into-1.2.5.ebuild') diff --git a/dev-perl/Import-Into/Import-Into-1.2.5.ebuild b/dev-perl/Import-Into/Import-Into-1.2.5.ebuild new file mode 100644 index 000000000000..a57844cf8936 --- /dev/null +++ b/dev-perl/Import-Into/Import-Into-1.2.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=HAARG +DIST_VERSION=1.002005 +inherit perl-module + +DESCRIPTION="Import packages into other packages" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x86-solaris" +IUSE="test" + +RDEPEND=" + dev-perl/Module-Runtime +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Exporter + virtual/perl-Test-Simple + ) +" -- cgit v1.2.3-65-gdbad