summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-12 23:14:34 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-12 23:14:34 +0000
commite2f78d8cb8048b4d80b6c4915d494c49a5568c02 (patch)
tree76f4159275b828c47ef118411c02f0b89bc92080 /dev-perl/Apache-AuthTicket
parentEarly days, but useful for some testing still. src_test fails dismally still. (diff)
downloadgentoo-2-e2f78d8cb8048b4d80b6c4915d494c49a5568c02.tar.gz
gentoo-2-e2f78d8cb8048b4d80b6c4915d494c49a5568c02.tar.bz2
gentoo-2-e2f78d8cb8048b4d80b6c4915d494c49a5568c02.zip
Bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Apache-AuthTicket')
-rw-r--r--dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild24
-rw-r--r--dev-perl/Apache-AuthTicket/ChangeLog8
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild
new file mode 100644
index 000000000000..7b84af61b05d
--- /dev/null
+++ b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.930.0.ebuild,v 1.1 2012/11/12 23:14:34 robbat2 Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHOUT
+MODULE_VERSION=0.93
+inherit perl-module
+
+DESCRIPTION="Cookie based access module."
+
+LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" # GPL-1+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/Apache-AuthCookie-3.0
+ dev-perl/DBI
+ virtual/perl-Digest-MD5
+ dev-perl/SQL-Abstract"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Apache-AuthTicket/ChangeLog b/dev-perl/Apache-AuthTicket/ChangeLog
index c5be38bc663f..7558a23061ec 100644
--- a/dev-perl/Apache-AuthTicket/ChangeLog
+++ b/dev-perl/Apache-AuthTicket/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Apache-AuthTicket
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.20 2012/06/24 12:59:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.21 2012/11/12 23:14:34 robbat2 Exp $
+
+*Apache-AuthTicket-0.930.0 (12 Nov 2012)
+
+ 12 Nov 2012; Robin H. Johnson <robbat2@gentoo.org>
+ +Apache-AuthTicket-0.930.0.ebuild:
+ Bump.
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info