summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-08-15 10:23:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-08-15 10:23:52 +0000
commit169e0d899cd820ab425206e419b5f0bef40d3577 (patch)
tree2fe79c6e52cf67929896de67b345b337467c9d03 /dev-perl/Exception-Class/Exception-Class-1.19.ebuild
parentMarking stable x86 and sparc (diff)
downloadgentoo-2-169e0d899cd820ab425206e419b5f0bef40d3577.tar.gz
gentoo-2-169e0d899cd820ab425206e419b5f0bef40d3577.tar.bz2
gentoo-2-169e0d899cd820ab425206e419b5f0bef40d3577.zip
Cleaning stale ebuilds
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Exception-Class/Exception-Class-1.19.ebuild')
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.19.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Exception-Class/Exception-Class-1.19.ebuild b/dev-perl/Exception-Class/Exception-Class-1.19.ebuild
deleted file mode 100644
index 3c2d69d21e20..000000000000
--- a/dev-perl/Exception-Class/Exception-Class-1.19.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2005 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.19.ebuild,v 1.6 2005/05/25 15:07:03 mcummings Exp $
-
-myconf='INSTALLDIRS=vendor'
-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"
-SRC_TEST="do"
-
-DEPEND="${DEPEND}
- >=dev-perl/Class-Data-Inheritable-0.02
- >=dev-perl/Devel-StackTrace-1.11
- >=perl-core/Test-Simple-0.47"
-
-export OPTIMIZE="$CFLAGS"