summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-10-22 09:17:02 +0000
committerTorsten Veller <tove@gentoo.org>2008-10-22 09:17:02 +0000
commit81ceff447e3210a8b4c9bdd448daff39168d72fa (patch)
tree6e6381d12e4da94ed5280b1daf20ceba9d6d39af /dev-perl/Authen-Htpasswd
parentchanged elog message due to bug close (diff)
downloadgentoo-2-81ceff447e3210a8b4c9bdd448daff39168d72fa.tar.gz
gentoo-2-81ceff447e3210a8b4c9bdd448daff39168d72fa.tar.bz2
gentoo-2-81ceff447e3210a8b4c9bdd448daff39168d72fa.zip
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Authen-Htpasswd')
-rw-r--r--dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild25
-rw-r--r--dev-perl/Authen-Htpasswd/ChangeLog8
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild
new file mode 100644
index 000000000000..3ff058781372
--- /dev/null
+++ b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 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.1 2008/10/22 09:17:02 tove Exp $
+
+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"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~x86"
+IUSE="test"
+
+DEPEND="dev-lang/perl
+ dev-perl/Class-Accessor
+ dev-perl/IO-LockedFile
+ dev-perl/Crypt-PasswdMD5
+ dev-perl/Digest-SHA1"
+# pod tests need TEST_POD anyway
+
+SRC_TEST=do
diff --git a/dev-perl/Authen-Htpasswd/ChangeLog b/dev-perl/Authen-Htpasswd/ChangeLog
index fa4eb37cedac..bc3658eb20ab 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.1 2008/09/07 13:33:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.2 2008/10/22 09:17:02 tove Exp $
+
+*Authen-Htpasswd-0.16.1 (22 Oct 2008)
+
+ 22 Oct 2008; Torsten Veller <tove@gentoo.org>
+ +Authen-Htpasswd-0.16.1.ebuild:
+ Version bump
*Authen-Htpasswd-0.16 (07 Sep 2008)