diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-10 16:48:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-10 16:48:37 +0000 |
commit | 1cc30c3b010b55c505f2b432428c71a59662005d (patch) | |
tree | c52c5605e8292c5c1befba8f8dc3d031793d8530 /dev-perl/PAR-Dist | |
parent | x86 stable, bug 292455 (diff) | |
download | gentoo-2-1cc30c3b010b55c505f2b432428c71a59662005d.tar.gz gentoo-2-1cc30c3b010b55c505f2b432428c71a59662005d.tar.bz2 gentoo-2-1cc30c3b010b55c505f2b432428c71a59662005d.zip |
Version bump
(Portage version: 2.2_rc56/cvs/Linux x86_64)
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.47.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index aeeb77e9b29b..58e01cbc25f4 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.55 2009/10/28 18:08:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.56 2009/12/10 16:48:37 tove Exp $ + +*PAR-Dist-0.47 (10 Dec 2009) + + 10 Dec 2009; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.47.ebuild: + Version bump 28 Oct 2009; Raúl Porcel <armin76@gentoo.org> PAR-Dist-0.46.ebuild: ia64 stable diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.47.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.47.ebuild new file mode 100644 index 000000000000..d365af5801b0 --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.47.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 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.47.ebuild,v 1.1 2009/12/10 16:48:37 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SMUELLER +inherit perl-module + +DESCRIPTION="Create and manipulate PAR distributions" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +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" |