diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-16 08:11:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-16 08:11:20 +0000 |
commit | 64c88a4078b70742d718ada7ccd346ed211c0210 (patch) | |
tree | a46565ec48a70c95201427abf4214ade5c39f70f /dev-perl/Parse-ErrorString-Perl | |
parent | Bump (diff) | |
download | gentoo-2-64c88a4078b70742d718ada7ccd346ed211c0210.tar.gz gentoo-2-64c88a4078b70742d718ada7ccd346ed211c0210.tar.bz2 gentoo-2-64c88a4078b70742d718ada7ccd346ed211c0210.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Parse-ErrorString-Perl')
-rw-r--r-- | dev-perl/Parse-ErrorString-Perl/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.190.0.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Parse-ErrorString-Perl/ChangeLog b/dev-perl/Parse-ErrorString-Perl/ChangeLog index accc8a03dbde..bd62d3df3021 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ErrorString-Perl/ChangeLog,v 1.6 2012/06/24 12:58:26 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-ErrorString-Perl/ChangeLog,v 1.7 2013/08/16 08:11:20 patrick Exp $ + +*Parse-ErrorString-Perl-0.190.0 (16 Aug 2013) + + 16 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +Parse-ErrorString-Perl-0.190.0.ebuild: + Bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.190.0.ebuild b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.190.0.ebuild new file mode 100644 index 000000000000..5e03611e5b8d --- /dev/null +++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.190.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 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.190.0.ebuild,v 1.1 2013/08/16 08:11:20 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=AZAWAWI +MODULE_VERSION=0.19 +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 |