diff options
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.24.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.25.ebuild | 22 |
3 files changed, 5 insertions, 48 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index d5c2d80a1533..fff0185f5146 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Exception-Class # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.47 2008/11/18 14:53:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.48 2008/12/30 16:03:34 tove Exp $ + + 30 Dec 2008; Torsten Veller <tove@gentoo.org> + -Exception-Class-1.24.ebuild, -Exception-Class-1.25.ebuild: + Cleanup 18 Nov 2008; Torsten Veller <tove@gentoo.org> Exception-Class-1.23.ebuild, Exception-Class-1.24.ebuild, Exception-Class-1.25.ebuild, diff --git a/dev-perl/Exception-Class/Exception-Class-1.24.ebuild b/dev-perl/Exception-Class/Exception-Class-1.24.ebuild deleted file mode 100644 index 4d257e79b526..000000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.24.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 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.24.ebuild,v 1.2 2008/11/18 14:53:32 tove Exp $ - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="Exception::Class module for perl" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -SRC_TEST="do" - -RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 - >=dev-perl/Devel-StackTrace-1.12 - dev-lang/perl" - -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28 - test? ( dev-perl/Test-Pod )" - -export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Exception-Class/Exception-Class-1.25.ebuild b/dev-perl/Exception-Class/Exception-Class-1.25.ebuild deleted file mode 100644 index 10521f255169..000000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.25.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 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.25.ebuild,v 1.2 2008/11/18 14:53:32 tove Exp $ - -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="Exception::Class module for perl" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -SRC_TEST="do" - -RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02 - >=dev-perl/Devel-StackTrace-1.17 - dev-lang/perl" - -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" |