diff options
Diffstat (limited to 'dev-perl/PAR-Dist')
-rw-r--r-- | dev-perl/PAR-Dist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.480.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index e0b19fe5a2cc..8e8129f23929 100644 --- a/dev-perl/PAR-Dist/ChangeLog +++ b/dev-perl/PAR-Dist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/PAR-Dist # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.60 2011/09/04 11:21:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.61 2011/11/06 08:16:59 tove Exp $ + +*PAR-Dist-0.480.0 (06 Nov 2011) + + 06 Nov 2011; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.480.0.ebuild: + Version bump 04 Sep 2011; Torsten Veller <tove@gentoo.org> -PAR-Dist-0.47.ebuild: Cleanup diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.480.0.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.480.0.ebuild new file mode 100644 index 000000000000..5ab44c2d3d75 --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.480.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 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.480.0.ebuild,v 1.1 2011/11/06 08:16:59 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SMUELLER +MODULE_VERSION=0.48 +inherit perl-module + +DESCRIPTION="Create and manipulate PAR distributions" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~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" |