summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-21 23:47:18 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-05-21 23:47:18 +0200
commit01e7ae8c45e8c8d29ac2789fd3f701ecd858e1b9 (patch)
treeb21476d151b380c3a115b3fd36afb4ca55fa063e /dev-perl/CGI
parentdev-perl/CGI: Add missing dependency, bug 571042 (diff)
downloadgentoo-01e7ae8c45e8c8d29ac2789fd3f701ecd858e1b9.tar.gz
gentoo-01e7ae8c45e8c8d29ac2789fd3f701ecd858e1b9.tar.bz2
gentoo-01e7ae8c45e8c8d29ac2789fd3f701ecd858e1b9.zip
dev-perl/CGI: Remove old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-perl/CGI')
-rw-r--r--dev-perl/CGI/CGI-4.220.0-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/CGI/CGI-4.220.0-r1.ebuild b/dev-perl/CGI/CGI-4.220.0-r1.ebuild
deleted file mode 100644
index b41f77634eb2..000000000000
--- a/dev-perl/CGI/CGI-4.220.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=4.22
-inherit perl-module
-
-DESCRIPTION="Simple Common Gateway Interface Class"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Encode
- virtual/perl-Exporter
- >=virtual/perl-File-Spec-0.820.0
- virtual/perl-File-Temp
- >=dev-perl/HTML-Parser-3.690.0
- virtual/perl-if
- >=virtual/perl-parent-0.225.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.980.0
- dev-perl/Test-Warn
- dev-perl/Test-NoWarnings
- )
-"