From 6c4649f289abc19360b88426ce53663b51cc058a Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Thu, 22 Oct 2009 11:16:02 +0000 Subject: Version bump. Cleanup (Portage version: 2.2_rc46/cvs/Linux x86_64) --- dev-perl/Exception-Base/ChangeLog | 8 +++++++- .../Exception-Base/Exception-Base-0.2202.ebuild | 19 ------------------- dev-perl/Exception-Base/Exception-Base-0.23.ebuild | 21 +++++++++++++++++++++ 3 files changed, 28 insertions(+), 20 deletions(-) delete mode 100644 dev-perl/Exception-Base/Exception-Base-0.2202.ebuild create mode 100644 dev-perl/Exception-Base/Exception-Base-0.23.ebuild (limited to 'dev-perl/Exception-Base') diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog index 25cf6dafce05..3023ef831adb 100644 --- a/dev-perl/Exception-Base/ChangeLog +++ b/dev-perl/Exception-Base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Exception-Base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.3 2009/09/07 09:09:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.4 2009/10/22 11:16:02 tove Exp $ + +*Exception-Base-0.23 (22 Oct 2009) + + 22 Oct 2009; Torsten Veller +Exception-Base-0.23.ebuild, + -Exception-Base-0.2202.ebuild: + Version bump - looks like a downgrade. Cleanup 07 Sep 2009; Torsten Veller -Exception-Base-0.2201.ebuild: diff --git a/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild b/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild deleted file mode 100644 index 3faa60d78bd8..000000000000 --- a/dev-perl/Exception-Base/Exception-Base-0.2202.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 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.2202.ebuild,v 1.1 2009/08/18 20:50:32 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="DEXTER" -inherit perl-module - -DESCRIPTION="Error handling with exception class" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-perl/Test-Unit-Lite-0.12" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Exception-Base/Exception-Base-0.23.ebuild b/dev-perl/Exception-Base/Exception-Base-0.23.ebuild new file mode 100644 index 000000000000..36454cf81e63 --- /dev/null +++ b/dev-perl/Exception-Base/Exception-Base-0.23.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.23.ebuild,v 1.1 2009/10/22 11:16:02 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="DEXTER" +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 -- cgit v1.2.3-65-gdbad