diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:51:51 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:51:51 +0000 |
commit | 6cf5bcdf24630c297938328c86a8c5332cbc6ed6 (patch) | |
tree | 5ba602bba20d112a32c55417558c9d75c13b7605 /dev-perl/Apache-AuthTicket | |
parent | Version bump. Due to DLJ bundles no longer provided by Oracle, the package ch... (diff) | |
download | historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.gz historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.bz2 historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.zip |
Change version scheme
Package-Manager: portage-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.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Apache-AuthTicket/ChangeLog | 10 |
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: |