summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-29 12:03:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-29 12:03:07 +0000
commiteb44439752e57d53b66b8aa7e2071eb4a5db2dfe (patch)
tree69c549821050d9e1526ff48f12d92b0a660a4ab7 /dev-perl/PAR-Dist
parentOld version cleanup (diff)
downloadhistorical-eb44439752e57d53b66b8aa7e2071eb4a5db2dfe.tar.gz
historical-eb44439752e57d53b66b8aa7e2071eb4a5db2dfe.tar.bz2
historical-eb44439752e57d53b66b8aa7e2071eb4a5db2dfe.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/PAR-Dist')
-rw-r--r--dev-perl/PAR-Dist/ChangeLog7
-rw-r--r--dev-perl/PAR-Dist/PAR-Dist-0.470.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog
index 84f464afb6d2..24907711f343 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.58 2011/04/24 16:10:42 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.59 2011/08/29 11:10:12 tove Exp $
+
+*PAR-Dist-0.470.0 (29 Aug 2011)
+
+ 29 Aug 2011; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.470.0.ebuild:
+ Change version scheme
24 Apr 2011; Fabian Groffen <grobian@gentoo.org> PAR-Dist-0.47.ebuild:
Marked ~x86-solaris, bug #296509
diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.470.0.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.470.0.ebuild
new file mode 100644
index 000000000000..b3dcc43cc6d7
--- /dev/null
+++ b/dev-perl/PAR-Dist/PAR-Dist-0.470.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 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.470.0.ebuild,v 1.1 2011/08/29 11:10:12 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=0.47
+inherit perl-module
+
+DESCRIPTION="Create and manipulate PAR distributions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~x86-solaris"
+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 )
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"