summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-04-15 18:34:30 +1200
committerKent Fredric <kentnl@gentoo.org>2018-04-15 20:35:08 +1200
commit090a03eb9434c71cf9367264b77a70a3b18c4ab8 (patch)
tree470f5ebaeb5bc2dee0cd6c63a2e02d2350d10e9e /dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
parentdev-perl/AnyEvent-HTTP: Cleanup old (diff)
downloadgentoo-090a03eb9434c71cf9367264b77a70a3b18c4ab8.tar.gz
gentoo-090a03eb9434c71cf9367264b77a70a3b18c4ab8.tar.bz2
gentoo-090a03eb9434c71cf9367264b77a70a3b18c4ab8.zip
dev-perl/Apache-AuthCookie: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild')
-rw-r--r--dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
deleted file mode 100644
index 3dba6a5bcc69..000000000000
--- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MSCHOUT
-DIST_VERSION=3.25
-inherit perl-module
-
-DESCRIPTION="Perl Authentication and Authorization via cookies"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=www-apache/mod_perl-2
- >=dev-perl/CGI-3.120.0
- >=dev-perl/Class-Load-0.30.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Apache-Test-1.390.0
- >=virtual/perl-Test-Simple-0.940.0
- !www-apache/mpm_itk
- )
-"