diff options
author | 2013-08-16 08:46:50 +0000 | |
---|---|---|
committer | 2013-08-16 08:46:50 +0000 | |
commit | 3ab90064e95cb812c312302235974c39c862b68f (patch) | |
tree | 202cb696eb91253b0fe6d5879d247d70313d46d9 /dev-perl/Exception-Base | |
parent | fix #480894 thx to Conway S. Smith (diff) | |
download | gentoo-2-3ab90064e95cb812c312302235974c39c862b68f.tar.gz gentoo-2-3ab90064e95cb812c312302235974c39c862b68f.tar.bz2 gentoo-2-3ab90064e95cb812c312302235974c39c862b68f.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r-- | dev-perl/Exception-Base/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Exception-Base/Exception-Base-0.250.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 9edfcc2863cb..188a09d69ffe 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Exception-Base -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.10 2012/11/18 11:18:21 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.11 2013/08/16 08:46:50 patrick Exp $ + +*Exception-Base-0.250 (16 Aug 2013) + + 16 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Exception-Base-0.250.ebuild: + Bump 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Exception-Base/Exception-Base-0.250.ebuild b/dev-perl/Exception-Base/Exception-Base-0.250.ebuild new file mode 100644 index 000000000000..8237a02b2410 --- /dev/null +++ b/dev-perl/Exception-Base/Exception-Base-0.250.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/Exception-Base-0.250.ebuild,v 1.1 2013/08/16 08:46:50 patrick Exp $ + +EAPI=3 + +MODULE_AUTHOR=DEXTER +MODULE_VERSION=0.25 +inherit perl-module + +DESCRIPTION="Error handling with exception class" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( >=dev-perl/Test-Unit-Lite-0.12 )" + +SRC_TEST=do |