diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:15:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 13:15:03 +0000 |
commit | 6c99deca69bbdd5feca47332cc5d252aa54d498e (patch) | |
tree | a5361272722e2c224338e92c90b4443e7bdc858c /dev-perl/Authen-Htpasswd | |
parent | Change version scheme (diff) | |
download | gentoo-2-6c99deca69bbdd5feca47332cc5d252aa54d498e.tar.gz gentoo-2-6c99deca69bbdd5feca47332cc5d252aa54d498e.tar.bz2 gentoo-2-6c99deca69bbdd5feca47332cc5d252aa54d498e.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Authen-Htpasswd')
-rw-r--r-- | dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Authen-Htpasswd/ChangeLog | 8 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.0.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.0.ebuild new file mode 100644 index 000000000000..81e41ccc6c13 --- /dev/null +++ b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.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/Authen-Htpasswd/Authen-Htpasswd-0.161.0.ebuild,v 1.1 2011/09/01 13:15:03 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DKAMHOLZ +MODULE_VERSION=0.161 +inherit perl-module + +DESCRIPTION="interface to read and modify Apache .htpasswd files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/Class-Accessor + dev-perl/IO-LockedFile + dev-perl/Crypt-PasswdMD5 + dev-perl/Digest-SHA1" +# pod tests need TEST_POD anyway +RDEPEND="${DEPEND}" + +SRC_TEST=do diff --git a/dev-perl/Authen-Htpasswd/ChangeLog b/dev-perl/Authen-Htpasswd/ChangeLog index 4c56953542e2..ef30e9811ef0 100644 --- a/dev-perl/Authen-Htpasswd/ChangeLog +++ b/dev-perl/Authen-Htpasswd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Authen-Htpasswd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.7 2011/01/14 10:21:19 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.8 2011/09/01 13:15:03 tove Exp $ + +*Authen-Htpasswd-0.161.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> + +Authen-Htpasswd-0.161.0.ebuild: + Change version scheme *Authen-Htpasswd-0.161 (14 Jan 2011) |