diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-23 10:09:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-23 10:09:09 +0000 |
commit | 0ffc66ce2cceccbe09f5c0135456ff53d22a588b (patch) | |
tree | 305d1512d761aad826fd31e0aa7a4aae5203cf07 /dev-perl/PAR-Dist | |
parent | Stable for HPPA (bug #253864). (diff) | |
download | gentoo-2-0ffc66ce2cceccbe09f5c0135456ff53d22a588b.tar.gz gentoo-2-0ffc66ce2cceccbe09f5c0135456ff53d22a588b.tar.bz2 gentoo-2-0ffc66ce2cceccbe09f5c0135456ff53d22a588b.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux 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.43.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index cb7aabe98a00..229204a27268 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.44 2009/01/04 10:38:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.45 2009/01/23 10:09:09 tove Exp $ + +*PAR-Dist-0.43 (23 Jan 2009) + + 23 Jan 2009; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.43.ebuild: + Version bump *PAR-Dist-0.42 (04 Jan 2009) diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.43.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.43.ebuild new file mode 100644 index 000000000000..c398c6cea403 --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.43.ebuild @@ -0,0 +1,22 @@ +# 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.43.ebuild,v 1.1 2009/01/23 10:09:09 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" |