summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild')
-rw-r--r--dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild b/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild
deleted file mode 100644
index f74b4a98dc2a..000000000000
--- a/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.14.ebuild,v 1.6 2007/11/10 18:08:13 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="Test::WWW::Mechanize is a subclass of WWW::Mechanize that
-incorporates features for web application testing"
-SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~petdance/${P}/"
-IUSE=""
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="amd64 ia64 ~ppc sparc x86"
-#SRC_TEST="do"
-
-DEPEND=">=dev-perl/WWW-Mechanize-1.24
- dev-perl/Carp-Assert-More
- >=dev-perl/HTTP-Server-Simple-0.07
- dev-perl/URI
- >=dev-perl/Test-LongString-0.07
- dev-lang/perl"
-
-src_compile() {
- echo "y" | perl-module_src_compile
-}