diff options
author | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:03:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:03:34 +0000 |
commit | 3facc1477f8454175209e0e93abf58fac73c55e9 (patch) | |
tree | 3475f2fbf4cf13419da2f3c4c3e3dfd2624057d7 /dev-perl/Exception-Class | |
parent | Cleanup (diff) | |
download | gentoo-2-3facc1477f8454175209e0e93abf58fac73c55e9.tar.gz gentoo-2-3facc1477f8454175209e0e93abf58fac73c55e9.tar.bz2 gentoo-2-3facc1477f8454175209e0e93abf58fac73c55e9.zip |
Cleanup
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-tuxonice i686)
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" |