From b460e945e37c0c10a5e8bddce3689ba0f067c3a7 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Fri, 12 Jun 2009 16:08:09 +0000 Subject: Version bump (Portage version: 2.2_rc33/cvs/Linux i686) --- dev-perl/PAR-Dist/ChangeLog | 7 ++++++- dev-perl/PAR-Dist/PAR-Dist-0.45.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dev-perl/PAR-Dist/PAR-Dist-0.45.ebuild diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index 0603f710b5e3..42a044f856bb 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.47 2009/03/13 13:00:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.48 2009/06/12 16:08:09 tove Exp $ + +*PAR-Dist-0.45 (12 Jun 2009) + + 12 Jun 2009; Torsten Veller +PAR-Dist-0.45.ebuild: + Version bump 13 Mar 2009; Torsten Veller -PAR-Dist-0.41.ebuild, -PAR-Dist-0.42.ebuild, -PAR-Dist-0.43.ebuild: diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.45.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.45.ebuild new file mode 100644 index 000000000000..b6d046c054fb --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.45.ebuild @@ -0,0 +1,23 @@ +# 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.45.ebuild,v 1.1 2009/06/12 16:08:09 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 ) + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad