diff options
author | 2014-08-23 01:28:43 +0000 | |
---|---|---|
committer | 2014-08-23 01:28:43 +0000 | |
commit | f219b8f39139e4328d7bb0e8e41fb147fe57713d (patch) | |
tree | 32b1b06f5d9d614f008a54301767ce750d753d20 /dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-f219b8f39139e4328d7bb0e8e41fb147fe57713d.tar.gz gentoo-2-f219b8f39139e4328d7bb0e8e41fb147fe57713d.tar.bz2 gentoo-2-f219b8f39139e4328d7bb0e8e41fb147fe57713d.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild')
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild new file mode 100644 index 000000000000..d6892e8045c9 --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild,v 1.1 2014/08/23 01:28:43 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=RSCHUPP +MODULE_VERSION=0.49 +inherit perl-module + +DESCRIPTION="Create and manipulate PAR distributions" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 m68k ~ppc ppc64 s390 sh ~sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="" + +DEPEND=" + virtual/perl-File-Spec + virtual/perl-File-Temp + || ( dev-perl/YAML-Syck dev-perl/yaml ) + dev-perl/Archive-Zip" + # || ( YAML::Syck YAML YAML-Tiny YAML-XS Parse-CPAN-Meta ) +RDEPEND="${DEPEND}" + +SRC_TEST="do" |