summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-11-06 08:16:59 +0000
committerTorsten Veller <tove@gentoo.org>2011-11-06 08:16:59 +0000
commit2260b906a717a6ca8c6cecb8b781d8984dbbba88 (patch)
tree417f8a5e8a15c1dcf8a0e54b17cfaabd7763674e /dev-perl/PAR-Dist
parent[bump] dev-perl/YAML-Syck-1.180.0 (diff)
downloadgentoo-2-2260b906a717a6ca8c6cecb8b781d8984dbbba88.tar.gz
gentoo-2-2260b906a717a6ca8c6cecb8b781d8984dbbba88.tar.bz2
gentoo-2-2260b906a717a6ca8c6cecb8b781d8984dbbba88.zip
[bump] dev-perl/PAR-Dist-0.480.0
(Portage version: 2.2.0_alpha72/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.480.0.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog
index e0b19fe5a2cc..8e8129f23929 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.60 2011/09/04 11:21:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.61 2011/11/06 08:16:59 tove Exp $
+
+*PAR-Dist-0.480.0 (06 Nov 2011)
+
+ 06 Nov 2011; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.480.0.ebuild:
+ Version bump
04 Sep 2011; Torsten Veller <tove@gentoo.org> -PAR-Dist-0.47.ebuild:
Cleanup
diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.480.0.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.480.0.ebuild
new file mode 100644
index 000000000000..5ab44c2d3d75
--- /dev/null
+++ b/dev-perl/PAR-Dist/PAR-Dist-0.480.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.480.0.ebuild,v 1.1 2011/11/06 08:16:59 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=0.48
+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"