diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-03 16:16:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-03 16:16:22 +0000 |
commit | 01666b7fc8529270c48841ca1c6f498fb5f7fc5d (patch) | |
tree | 1371ea50a27d5f8744c7c10739a13564c62c9fb1 /dev-perl/Exception-Class | |
parent | Drop KDE 4.2.2 (diff) | |
download | gentoo-2-01666b7fc8529270c48841ca1c6f498fb5f7fc5d.tar.gz gentoo-2-01666b7fc8529270c48841ca1c6f498fb5f7fc5d.tar.bz2 gentoo-2-01666b7fc8529270c48841ca1c6f498fb5f7fc5d.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux 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.26.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index 0b3c2754bba9..94d832bda7b5 100644 --- a/dev-perl/Exception-Class/ChangeLog +++ b/dev-perl/Exception-Class/ChangeLog @@ -1,6 +1,10 @@ # 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.51 2009/05/08 19:53:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.52 2009/06/03 16:16:22 tove Exp $ + + 03 Jun 2009; Torsten Veller <tove@gentoo.org> + -Exception-Class-1.26.ebuild: + Cleanup *Exception-Class-1.29 (08 May 2009) diff --git a/dev-perl/Exception-Class/Exception-Class-1.26.ebuild b/dev-perl/Exception-Class/Exception-Class-1.26.ebuild deleted file mode 100644 index b5136d0c025c..000000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.26.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.26.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.20 - dev-lang/perl" - -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" |