summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-13 17:47:48 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-13 17:47:48 +0000
commitf4cb0ceeccf265748cb9cf35ba92aa74b7891d66 (patch)
tree43553411cbdd0ed1000c2e8a4c151da1904ead3e /dev-perl/Authen-NTLM
parentx86 stable, see bug 381607 (diff)
downloadgentoo-2-f4cb0ceeccf265748cb9cf35ba92aa74b7891d66.tar.gz
gentoo-2-f4cb0ceeccf265748cb9cf35ba92aa74b7891d66.tar.bz2
gentoo-2-f4cb0ceeccf265748cb9cf35ba92aa74b7891d66.zip
[bump] dev-perl/Authen-NTLM-1.90.0
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Authen-NTLM')
-rw-r--r--dev-perl/Authen-NTLM/Authen-NTLM-1.90.0.ebuild26
-rw-r--r--dev-perl/Authen-NTLM/ChangeLog7
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0.ebuild
new file mode 100644
index 000000000000..4ff53d8e2985
--- /dev/null
+++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.90.0.ebuild,v 1.1 2011/09/13 17:47:48 tove Exp $
+
+EAPI=4
+
+MY_PN=NTLM
+MODULE_AUTHOR=NBEBOUT
+MODULE_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="An NTLM authentication module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=">=virtual/perl-MIME-Base64-3.00
+ dev-perl/Digest-HMAC"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ )"
+
+SRC_TEST=do
+export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Authen-NTLM/ChangeLog b/dev-perl/Authen-NTLM/ChangeLog
index c1fdbf7ebac5..52eba49f6c67 100644
--- a/dev-perl/Authen-NTLM/ChangeLog
+++ b/dev-perl/Authen-NTLM/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Authen-NTLM
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.17 2011/07/30 09:15:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.18 2011/09/13 17:47:48 tove Exp $
+
+*Authen-NTLM-1.90.0 (13 Sep 2011)
+
+ 13 Sep 2011; Torsten Veller <tove@gentoo.org> +Authen-NTLM-1.90.0.ebuild:
+ Version bump
30 Jul 2011; Torsten Veller <tove@gentoo.org> -Authen-NTLM-1.05.ebuild:
Cleanup