diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-27 02:47:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-27 02:47:25 +0000 |
commit | cea31e8b76c1836a87a0a1961ab60c459d32f7b3 (patch) | |
tree | 15f6ab7da786a4c2aa842b04e3ce93bcd869cc2b /dev-perl/Apache-AuthCookie | |
parent | fix in sed line; added ffmpeg use-flag depend (diff) | |
download | historical-cea31e8b76c1836a87a0a1961ab60c459d32f7b3.tar.gz historical-cea31e8b76c1836a87a0a1961ab60c459d32f7b3.tar.bz2 historical-cea31e8b76c1836a87a0a1961ab60c459d32f7b3.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Apache-AuthCookie')
-rw-r--r-- | dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Apache-AuthCookie/ChangeLog | 8 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.ebuild new file mode 100644 index 000000000000..0e3728d58585 --- /dev/null +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 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.180.ebuild,v 1.1 2011/01/27 02:46:12 robbat2 Exp $ + +EAPI=3 + +MODULE_AUTHOR=MSCHOUT +MODULE_VERSION=${PV:0:4} +inherit perl-module + +DESCRIPTION="Perl Authentication and Authorization via cookies" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="" + +RDEPEND=">=www-apache/mod_perl-2 + >=dev-perl/Apache-Test-1.32" +DEPEND="${RDEPEND}" diff --git a/dev-perl/Apache-AuthCookie/ChangeLog b/dev-perl/Apache-AuthCookie/ChangeLog index de9e76519ca5..2b5496b413ee 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.21 2011/01/20 07:01:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.22 2011/01/27 02:46:12 robbat2 Exp $ + +*Apache-AuthCookie-3.180 (27 Jan 2011) + + 27 Jan 2011; Robin H. Johnson <robbat2@gentoo.org> + +Apache-AuthCookie-3.180.ebuild: + Version bump via perl-bump experimental tool. *Apache-AuthCookie-3.170 (20 Jan 2011) |