summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Apache2-AuthenNTLM')
-rw-r--r--dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0.ebuild19
-rw-r--r--dev-perl/Apache2-AuthenNTLM/ChangeLog10
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0.ebuild b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0.ebuild
new file mode 100644
index 000000000000..d0af0e62c36f
--- /dev/null
+++ b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 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.20.0.ebuild,v 1.1 2011/09/01 13:32:56 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SPEEVES
+MODULE_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION="Apache2::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-MIME-Base64
+ >=www-apache/mod_perl-2"
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/Apache2-AuthenNTLM/ChangeLog b/dev-perl/Apache2-AuthenNTLM/ChangeLog
index a7bc7c562943..65e848cf0c63 100644
--- a/dev-perl/Apache2-AuthenNTLM/ChangeLog
+++ b/dev-perl/Apache2-AuthenNTLM/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Apache2-AuthenNTLM
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/ChangeLog,v 1.4 2007/10/09 07:40:36 opfer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache2-AuthenNTLM/ChangeLog,v 1.5 2011/09/01 13:32:56 tove Exp $
+
+*Apache2-AuthenNTLM-0.20.0 (01 Sep 2011)
+
+ 01 Sep 2011; Torsten Veller <tove@gentoo.org>
+ +Apache2-AuthenNTLM-0.20.0.ebuild:
+ Change version scheme
09 Oct 2007; Christian Faulhammer <opfer@gentoo.org>
Apache2-AuthenNTLM-0.02.ebuild: