From 1bc4aa814586f48cd4d770b5ae1f96b3c294a4fd Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Fri, 14 Jan 2011 10:21:20 +0000 Subject: Convert ebuild version. Force stable keywords (Portage version: 2.2.0_alpha15/cvs/Linux x86_64, RepoMan options: --force) --- .../Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild | 26 ---------------------- .../Authen-Htpasswd/Authen-Htpasswd-0.161.ebuild | 23 +++++++++++++++++++ dev-perl/Authen-Htpasswd/ChangeLog | 10 +++++++-- 3 files changed, 31 insertions(+), 28 deletions(-) delete mode 100644 dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild create mode 100644 dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.ebuild (limited to 'dev-perl/Authen-Htpasswd') diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild deleted file mode 100644 index 74aea4e33cfb..000000000000 --- a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2009 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.16.1.ebuild,v 1.5 2009/04/29 15:27:03 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2) -MODULE_AUTHOR=DKAMHOLZ -S=${WORKDIR}/${MY_P} -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/Authen-Htpasswd-0.161.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.ebuild new file mode 100644 index 000000000000..3f4fb747c81e --- /dev/null +++ b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.161.ebuild @@ -0,0 +1,23 @@ +# 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.ebuild,v 1.1 2011/01/14 10:21:19 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=DKAMHOLZ +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 b94293a78d75..4c56953542e2 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.6 2009/04/29 15:22:02 tcunha Exp $ +# 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 $ + +*Authen-Htpasswd-0.161 (14 Jan 2011) + + 14 Jan 2011; Torsten Veller -Authen-Htpasswd-0.16.1.ebuild, + +Authen-Htpasswd-0.161.ebuild: + Convert ebuild version 29 Apr 2009; Tiago Cunha Authen-Htpasswd-0.16.1.ebuild: -- cgit v1.2.3-65-gdbad