summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 18:51:20 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 18:51:20 +0000
commit4f1d453f0faa4ccfc34ff2cc91aa5b9f1e6fc993 (patch)
tree3e52e499953528c272ff777498499eb58a56dc98 /dev-perl/Apache-AuthCookie
parentMarking pytest-2.0.0 ppc for bug 351493 (diff)
downloadhistorical-4f1d453f0faa4ccfc34ff2cc91aa5b9f1e6fc993.tar.gz
historical-4f1d453f0faa4ccfc34ff2cc91aa5b9f1e6fc993.tar.bz2
historical-4f1d453f0faa4ccfc34ff2cc91aa5b9f1e6fc993.zip
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Apache-AuthCookie')
-rw-r--r--dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild15
-rw-r--r--dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild17
-rw-r--r--dev-perl/Apache-AuthCookie/ChangeLog8
3 files changed, 6 insertions, 34 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild
deleted file mode 100644
index f97a88901c59..000000000000
--- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild,v 1.2 2010/01/28 17:41:59 tove Exp $
-
-MODULE_AUTHOR=MSCHOUT
-inherit perl-module
-
-DESCRIPTION="Perl Authentication and Authorization via cookies"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-DEPEND=">=www-apache/mod_perl-2
- dev-lang/perl"
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild
deleted file mode 100644
index ccc40b7c64a9..000000000000
--- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild,v 1.1 2010/04/13 11:51:56 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=MSCHOUT
-inherit perl-module
-
-DESCRIPTION="Perl Authentication and Authorization via cookies"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-RDEPEND=">=www-apache/mod_perl-2"
-DEPEND="${RDEPEND}"
diff --git a/dev-perl/Apache-AuthCookie/ChangeLog b/dev-perl/Apache-AuthCookie/ChangeLog
index 842b4b136743..de4efcb8ed4d 100644
--- a/dev-perl/Apache-AuthCookie/ChangeLog
+++ b/dev-perl/Apache-AuthCookie/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Apache-AuthCookie
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.19 2010/08/28 07:29:42 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.20 2011/01/14 18:51:20 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Apache-AuthCookie-3.12.ebuild,
+ -Apache-AuthCookie-3.14.ebuild:
+ Cleanup
*Apache-AuthCookie-3.15 (28 Aug 2010)