summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Cgi-Simple/Cgi-Simple-1.113.ebuild')
-rw-r--r--dev-perl/Cgi-Simple/Cgi-Simple-1.113.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.113.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.113.ebuild
deleted file mode 100644
index 0a4cb241e7c9..000000000000
--- a/dev-perl/Cgi-Simple/Cgi-Simple-1.113.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.113.ebuild,v 1.5 2011/01/10 10:47:03 xarthisius Exp $
-
-EAPI=3
-
-MY_PN=CGI-Simple
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-MODULE_AUTHOR=ANDYA
-inherit perl-module
-
-DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="virtual/perl-Module-Build
- test? ( dev-perl/libwww-perl
- dev-perl/IO-stringy
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST="do"