diff options
author | 2008-10-22 09:17:02 +0000 | |
---|---|---|
committer | 2008-10-22 09:17:02 +0000 | |
commit | 81ceff447e3210a8b4c9bdd448daff39168d72fa (patch) | |
tree | 6e6381d12e4da94ed5280b1daf20ceba9d6d39af /dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild | |
parent | changed elog message due to bug close (diff) | |
download | gentoo-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/Authen-Htpasswd-0.16.1.ebuild')
-rw-r--r-- | dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild | 25 |
1 files changed, 25 insertions, 0 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 |