diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-28 08:43:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-28 08:43:13 +0000 |
commit | e2c5e9136ae768961cbb9d1d360d0105c4046e55 (patch) | |
tree | 90d6c1155e444420bb1be3f21adc3f9acf010340 /dev-perl/PAR-Dist | |
parent | Do not build the tutorial with USE=-doc, bug 244693. (diff) | |
download | historical-e2c5e9136ae768961cbb9d1d360d0105c4046e55.tar.gz historical-e2c5e9136ae768961cbb9d1d360d0105c4046e55.tar.bz2 historical-e2c5e9136ae768961cbb9d1d360d0105c4046e55.zip |
Version bump
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-tuxonice i686
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.40.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index 6788f83f9985..c5f2cd6e7922 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.40 2008/10/26 10:11:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.41 2008/10/28 08:40:56 tove Exp $ + +*PAR-Dist-0.40 (28 Oct 2008) + + 28 Oct 2008; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.40.ebuild: + Version bump 26 Oct 2008; Torsten Veller <tove@gentoo.org> -PAR-Dist-0.31.ebuild, -PAR-Dist-0.34.ebuild, -PAR-Dist-0.36.ebuild, -PAR-Dist-0.37.ebuild: diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild new file mode 100644 index 000000000000..71c676215e4e --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.40.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 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.40.ebuild,v 1.1 2008/10/28 08:40:56 tove Exp $ + +MODULE_AUTHOR=SMUELLER +inherit perl-module + +DESCRIPTION="Create and manipulate PAR distributions" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl + 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 ) |