summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-10 09:56:39 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-10 09:56:39 +0000
commitb6bc8741d6bd3a92bb469acd41500d32a7034139 (patch)
tree461780ee65c181019d9080295bf77ce4a68fe280
parentDrop the old versions that had issues known to me, and are not dependancies f... (diff)
downloadgentoo-2-b6bc8741d6bd3a92bb469acd41500d32a7034139.tar.gz
gentoo-2-b6bc8741d6bd3a92bb469acd41500d32a7034139.tar.bz2
gentoo-2-b6bc8741d6bd3a92bb469acd41500d32a7034139.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
-rw-r--r--dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild21
-rw-r--r--dev-perl/Apache-AuthTicket/ChangeLog8
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild
new file mode 100644
index 000000000000..c796af57135b
--- /dev/null
+++ b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.90.ebuild,v 1.1 2009/11/10 09:56:39 robbat2 Exp $
+
+inherit perl-module
+SRC_TEST="do"
+
+DESCRIPTION="Cookie based access module."
+HOMEPAGE="http://search.cpan.org/~mschout/Apache-AuthTicket-0.40/"
+SRC_URI="mirror://cpan/authors/id/M/MS/MSCHOUT/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-perl/Apache-AuthCookie-3.0
+ dev-perl/DBI
+ virtual/perl-Digest-MD5
+ dev-perl/SQL-Abstract
+ dev-lang/perl"
diff --git a/dev-perl/Apache-AuthTicket/ChangeLog b/dev-perl/Apache-AuthTicket/ChangeLog
index 5ddcdddfdfa6..43d2060a162a 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.12 2009/09/13 16:14:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.13 2009/11/10 09:56:39 robbat2 Exp $
+
+*Apache-AuthTicket-0.90 (10 Nov 2009)
+
+ 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Apache-AuthTicket-0.90.ebuild:
+ Version bump via perl-bump experimental tool.
13 Sep 2009; Raúl Porcel <armin76@gentoo.org>
Apache-AuthTicket-0.40.ebuild: