diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/Apache2-AuthenNTLM | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Apache2-AuthenNTLM')
-rw-r--r-- | dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.02.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Apache2-AuthenNTLM/ChangeLog | 6 |
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.02.ebuild b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.02.ebuild deleted file mode 100644 index b6f36908a193..000000000000 --- a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.02.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.02.ebuild,v 1.4 2007/10/09 07:40:36 opfer Exp $ - -inherit perl-module - -DESCRIPTION="Apache2::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication" -HOMEPAGE="http://search.cpan.org/~speeves/Apache2-AuthenNTLM-${PV}/" -SRC_URI="mirror://cpan/authors/id/S/SP/SPEEVES/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-lang/perl - virtual/perl-MIME-Base64 - >=www-apache/mod_perl-2" diff --git a/dev-perl/Apache2-AuthenNTLM/ChangeLog b/dev-perl/Apache2-AuthenNTLM/ChangeLog index f0bc4c8d11d9..00ccc769b21f 100644 --- a/dev-perl/Apache2-AuthenNTLM/ChangeLog +++ b/dev-perl/Apache2-AuthenNTLM/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Apache2-AuthenNTLM # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/ChangeLog,v 1.6 2011/09/03 21:05:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/ChangeLog,v 1.7 2011/09/04 11:22:39 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> + -Apache2-AuthenNTLM-0.02.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> Apache2-AuthenNTLM-0.20.0.ebuild: |