diff options
author | 2010-04-13 11:51:56 +0000 | |
---|---|---|
committer | 2010-04-13 11:51:56 +0000 | |
commit | 617bdf64d99087f5d52b79bb7f2ac53ad6e2a346 (patch) | |
tree | 4ab11636e7e4051a4d2b68b6dbcf686618bb6ad8 /dev-perl/Apache-AuthCookie | |
parent | Fix nowrap patch and tcpd useflag, closes bug 275924. (diff) | |
download | gentoo-2-617bdf64d99087f5d52b79bb7f2ac53ad6e2a346.tar.gz gentoo-2-617bdf64d99087f5d52b79bb7f2ac53ad6e2a346.tar.bz2 gentoo-2-617bdf64d99087f5d52b79bb7f2ac53ad6e2a346.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-AuthCookie')
-rw-r--r-- | dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Apache-AuthCookie/ChangeLog | 8 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild new file mode 100644 index 000000000000..ccc40b7c64a9 --- /dev/null +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.14.ebuild @@ -0,0 +1,17 @@ +# 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 7581d58b54df..2d867956d68c 100644 --- a/dev-perl/Apache-AuthCookie/ChangeLog +++ b/dev-perl/Apache-AuthCookie/ChangeLog @@ -1,6 +1,12 @@ # 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.17 2010/01/28 17:41:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.18 2010/04/13 11:51:56 tove Exp $ + +*Apache-AuthCookie-3.14 (13 Apr 2010) + + 13 Apr 2010; Torsten Veller <tove@gentoo.org> + +Apache-AuthCookie-3.14.ebuild: + Version bump 28 Jan 2010; Torsten Veller <tove@gentoo.org> Apache-AuthCookie-3.12.ebuild: |