diff options
Diffstat (limited to 'dev-perl/Exception-Class/Exception-Class-1.14.ebuild')
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.14.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Exception-Class/Exception-Class-1.14.ebuild b/dev-perl/Exception-Class/Exception-Class-1.14.ebuild deleted file mode 100644 index fd31531b0ede..000000000000 --- a/dev-perl/Exception-Class/Exception-Class-1.14.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2004 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.14.ebuild,v 1.5 2004/10/16 23:57:21 rac Exp $ - -inherit perl-module - -DESCRIPTION="Exception::Class module for perl" -SRC_URI="http://www.cpan.org/modules/by-module/Exception/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/Exception/${P}.readme" -IUSE="" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ppc ~sparc ~alpha" - -DEPEND="${DEPEND} - >=dev-perl/Class-Data-Inheritable-0.02 - >=dev-perl/Devel-StackTrace-1.01 - >=dev-perl/Test-Simple-0.47" - -export OPTIMIZE="$CFLAGS" |