diff options
author | 2008-12-19 16:45:44 +0000 | |
---|---|---|
committer | 2008-12-19 16:45:44 +0000 | |
commit | 8385727acdf999e9878366871ccfe8c5cad25cae (patch) | |
tree | 4dffd604c87e2c14013b4b9d2e97779617368ef2 | |
parent | Version bump (diff) | |
download | gentoo-2-8385727acdf999e9878366871ccfe8c5cad25cae.tar.gz gentoo-2-8385727acdf999e9878366871ccfe8c5cad25cae.tar.bz2 gentoo-2-8385727acdf999e9878366871ccfe8c5cad25cae.zip |
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686)
-rw-r--r-- | dev-perl/PAR-Dist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.41.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index c5f2cd6e7922..bc99154c8be7 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.41 2008/10/28 08:40:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.42 2008/12/19 16:45:44 tove Exp $ + +*PAR-Dist-0.41 (19 Dec 2008) + + 19 Dec 2008; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.41.ebuild: + Version bump *PAR-Dist-0.40 (28 Oct 2008) diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.41.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.41.ebuild new file mode 100644 index 000000000000..5c126041e019 --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.41.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.41.ebuild,v 1.1 2008/12/19 16:45:44 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="" + +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 ) + +SRC_TEST="do" |