From e5c6c13ef23e84635ef0aa68e3913c9899493f5c Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Fri, 8 May 2009 19:53:32 +0000 Subject: Version bump. Cleanup (Portage version: 2.2_rc33/cvs/Linux i686) --- dev-perl/Exception-Class/ChangeLog | 9 ++++++++- .../Exception-Class/Exception-Class-1.27.ebuild | 21 --------------------- .../Exception-Class/Exception-Class-1.28.ebuild | 21 --------------------- .../Exception-Class/Exception-Class-1.29.ebuild | 21 +++++++++++++++++++++ 4 files changed, 29 insertions(+), 43 deletions(-) delete mode 100644 dev-perl/Exception-Class/Exception-Class-1.27.ebuild delete mode 100644 dev-perl/Exception-Class/Exception-Class-1.28.ebuild create mode 100644 dev-perl/Exception-Class/Exception-Class-1.29.ebuild (limited to 'dev-perl/Exception-Class') diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index cd9ece5e9b64..0b3c2754bba9 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.50 2009/05/07 07:02:23 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.51 2009/05/08 19:53:32 tove Exp $ + +*Exception-Class-1.29 (08 May 2009) + + 08 May 2009; Torsten Veller + -Exception-Class-1.27.ebuild, -Exception-Class-1.28.ebuild, + +Exception-Class-1.29.ebuild: + Version bump. Cleanup *Exception-Class-1.28 (07 May 2009) diff --git a/dev-perl/Exception-Class/Exception-Class-1.27.ebuild b/dev-perl/Exception-Class/Exception-Class-1.27.ebuild deleted file mode 100644 index a0a633aee595..000000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.27.ebuild +++ /dev/null @@ -1,21 +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-Class/Exception-Class-1.27.ebuild,v 1.1 2009/05/05 07:12:27 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="A module that allows you to declare real exception classes in Perl" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 - >=dev-perl/Devel-StackTrace-1.20" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" diff --git a/dev-perl/Exception-Class/Exception-Class-1.28.ebuild b/dev-perl/Exception-Class/Exception-Class-1.28.ebuild deleted file mode 100644 index 3882ca95fe9f..000000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.28.ebuild +++ /dev/null @@ -1,21 +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-Class/Exception-Class-1.28.ebuild,v 1.1 2009/05/07 07:02:23 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="A module that allows you to declare real exception classes in Perl" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 - >=dev-perl/Devel-StackTrace-1.20" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" - -SRC_TEST="do" diff --git a/dev-perl/Exception-Class/Exception-Class-1.29.ebuild b/dev-perl/Exception-Class/Exception-Class-1.29.ebuild new file mode 100644 index 000000000000..a04b5865e0e6 --- /dev/null +++ b/dev-perl/Exception-Class/Exception-Class-1.29.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-Class/Exception-Class-1.29.ebuild,v 1.1 2009/05/08 19:53:32 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=DROLSKY +inherit perl-module + +DESCRIPTION="A module that allows you to declare real exception classes in Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 + >=dev-perl/Devel-StackTrace-1.20" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad