summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-07-04 10:44:20 +0000
committerTorsten Veller <tove@gentoo.org>2008-07-04 10:44:20 +0000
commit921bcd56a47ecb301bfe3c130f92c7435a21f729 (patch)
tree12becf536b3bd3fcf1f01a938e0faafb628406aa /dev-perl
parentVersion bump (#228057) (diff)
downloadgentoo-2-921bcd56a47ecb301bfe3c130f92c7435a21f729.tar.gz
gentoo-2-921bcd56a47ecb301bfe3c130f92c7435a21f729.tar.bz2
gentoo-2-921bcd56a47ecb301bfe3c130f92c7435a21f729.zip
Version bump (#223459)
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PAR-Dist/ChangeLog7
-rw-r--r--dev-perl/PAR-Dist/PAR-Dist-0.31.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog
index 3a32970d0122..351289f1c4f0 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.31 2008/03/28 09:37:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.32 2008/07/04 10:44:20 tove Exp $
+
+*PAR-Dist-0.31 (04 Jul 2008)
+
+ 04 Jul 2008; Torsten Veller <tove@gentoo.org> +PAR-Dist-0.31.ebuild:
+ Version bump (#223459)
28 Mar 2008; Jeroen Roovers <jer@gentoo.org> PAR-Dist-0.25.ebuild:
Stable for HPPA too.
diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.31.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.31.ebuild
new file mode 100644
index 000000000000..bd47c0f2578c
--- /dev/null
+++ b/dev-perl/PAR-Dist/PAR-Dist-0.31.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 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.31.ebuild,v 1.1 2008/07/04 10:44:20 tove Exp $
+
+MODULE_AUTHOR=SMUELLER
+inherit perl-module
+
+DESCRIPTION="Create and manipulate PAR distributions"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp"