commit: 01e7ae8c45e8c8d29ac2789fd3f701ecd858e1b9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 21:47:18 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 21 21:47:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e7ae8c
dev-perl/CGI: Remove old
Package-Manager: portage-2.3.0_rc1
dev-perl/CGI/CGI-4.220.0-r1.ebuild | 34 ----------------------------------
1 file changed, 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 b41f776..0000000
--- 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
- )
-"