summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-01 13:49:32 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-01 13:49:32 +0000
commit89ccbe635be8354df6043173f71c551229df6ea9 (patch)
tree61a4d60b1c3c8d63f8152a6b4250543c4ecb9bd1 /dev-perl/Apache-AuthTicket
parentChange version scheme (diff)
downloadgentoo-2-89ccbe635be8354df6043173f71c551229df6ea9.tar.gz
gentoo-2-89ccbe635be8354df6043173f71c551229df6ea9.tar.bz2
gentoo-2-89ccbe635be8354df6043173f71c551229df6ea9.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-AuthTicket')
-rw-r--r--dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild24
-rw-r--r--dev-perl/Apache-AuthTicket/ChangeLog10
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild
new file mode 100644
index 000000000000..cab8f253832e
--- /dev/null
+++ b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.900.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 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.900.0.ebuild,v 1.1 2011/09/01 13:49:32 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MSCHOUT
+MODULE_VERSION=0.90
+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 760a6fece569..662580653e94 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.14 2010/01/28 18:24:01 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/ChangeLog,v 1.15 2011/09/01 13:49:32 tove Exp $
+
+*Apache-AuthTicket-0.900.0 (01 Sep 2011)
+
+ 01 Sep 2011; Torsten Veller <tove@gentoo.org>
+ +Apache-AuthTicket-0.900.0.ebuild:
+ Change version scheme
28 Jan 2010; Torsten Veller <tove@gentoo.org>
Apache-AuthTicket-0.90.ebuild: