summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-11-30 07:54:35 +0000
committerTorsten Veller <tove@gentoo.org>2010-11-30 07:54:35 +0000
commit31d8b81342644659679d77f9b5c63061ac543994 (patch)
tree654bd86f49771a94b79e6deff6e7cc34073992da /dev-perl/Parse-ErrorString-Perl
parentVersion bump (diff)
downloadgentoo-2-31d8b81342644659679d77f9b5c63061ac543994.tar.gz
gentoo-2-31d8b81342644659679d77f9b5c63061ac543994.tar.bz2
gentoo-2-31d8b81342644659679d77f9b5c63061ac543994.zip
Version bump
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Parse-ErrorString-Perl')
-rw-r--r--dev-perl/Parse-ErrorString-Perl/ChangeLog8
-rw-r--r--dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.15.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Parse-ErrorString-Perl/ChangeLog b/dev-perl/Parse-ErrorString-Perl/ChangeLog
index 0b4b6bb23bf2..13cdba4215cc 100644
--- a/dev-perl/Parse-ErrorString-Perl/ChangeLog
+++ b/dev-perl/Parse-ErrorString-Perl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Parse-ErrorString-Perl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ErrorString-Perl/ChangeLog,v 1.1 2010/02/15 13:20:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ErrorString-Perl/ChangeLog,v 1.2 2010/11/30 07:54:35 tove Exp $
+
+*Parse-ErrorString-Perl-0.15 (30 Nov 2010)
+
+ 30 Nov 2010; Torsten Veller <tove@gentoo.org>
+ +Parse-ErrorString-Perl-0.15.ebuild:
+ Version bump
*Parse-ErrorString-Perl-0.13 (15 Feb 2010)
diff --git a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.15.ebuild b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.15.ebuild
new file mode 100644
index 000000000000..e986b3f0355b
--- /dev/null
+++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.15.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.15.ebuild,v 1.1 2010/11/30 07:54:35 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=AZAWAWI
+inherit perl-module
+
+DESCRIPTION="Parse error messages from the perl interpreter"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Class-XSAccessor
+ virtual/perl-PodParser
+ >=dev-perl/Pod-POM-0.27"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? ( dev-perl/Test-Differences )"
+
+SRC_TEST=do