diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-28 07:29:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-28 07:29:42 +0000 |
commit | 2de19e4392d800be37aaf56046a27b8584ce6095 (patch) | |
tree | 16d3fc91c30f55a1a9105868739edca9a277fa45 /dev-perl/Apache-AuthCookie | |
parent | Version bump (diff) | |
download | gentoo-2-2de19e4392d800be37aaf56046a27b8584ce6095.tar.gz gentoo-2-2de19e4392d800be37aaf56046a27b8584ce6095.tar.bz2 gentoo-2-2de19e4392d800be37aaf56046a27b8584ce6095.zip |
Version bump
(Portage version: 2.2_rc71/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache-AuthCookie')
-rw-r--r-- | dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.15.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.15.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.15.ebuild new file mode 100644 index 000000000000..26524e449f0e --- /dev/null +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.15.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.15.ebuild,v 1.1 2010/08/28 07:29:42 tove Exp $ + +EAPI=3 + +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 2d867956d68c..842b4b136743 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.18 2010/04/13 11:51:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.19 2010/08/28 07:29:42 tove Exp $ + +*Apache-AuthCookie-3.15 (28 Aug 2010) + + 28 Aug 2010; Torsten Veller <tove@gentoo.org> + +Apache-AuthCookie-3.15.ebuild: + Version bump *Apache-AuthCookie-3.14 (13 Apr 2010) |