diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-12 16:08:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-12 16:08:09 +0000 |
commit | b460e945e37c0c10a5e8bddce3689ba0f067c3a7 (patch) | |
tree | 8734fac5a2d50bd98a5d2ce52bf8f313a808e794 | |
parent | whitespace (diff) | |
download | gentoo-2-b460e945e37c0c10a5e8bddce3689ba0f067c3a7.tar.gz gentoo-2-b460e945e37c0c10a5e8bddce3689ba0f067c3a7.tar.bz2 gentoo-2-b460e945e37c0c10a5e8bddce3689ba0f067c3a7.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r-- | dev-perl/PAR-Dist/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.45.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
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 <tove@gentoo.org> +PAR-Dist-0.45.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -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" |