summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-22 22:09:58 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-22 22:09:58 +0000
commit70b69026ba411b819caeae4c1c595c1a26386f7b (patch)
treeb88d7b073fdd2ade74679cab9d6559c0ac13e8c7 /dev-perl
parentRemove ruby16 and ruby19 from USE_RUBY. (diff)
downloadgentoo-2-70b69026ba411b819caeae4c1c595c1a26386f7b.tar.gz
gentoo-2-70b69026ba411b819caeae4c1c595c1a26386f7b.tar.bz2
gentoo-2-70b69026ba411b819caeae4c1c595c1a26386f7b.zip
Version bump
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Authen-NTLM/Authen-NTLM-1.05.ebuild24
-rw-r--r--dev-perl/Authen-NTLM/ChangeLog9
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.05.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.05.ebuild
new file mode 100644
index 000000000000..aeade00fc0f5
--- /dev/null
+++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.05.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.05.ebuild,v 1.1 2009/08/22 22:09:58 tove Exp $
+
+EAPI=2
+
+MY_PN=NTLM
+MY_P=${MY_PN}-${PV}
+MODULE_AUTHOR=BUZZ
+S=${WORKDIR}/${MY_P}
+inherit perl-module
+
+DESCRIPTION="An NTLM authentication module"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/perl-MIME-Base64-3.00
+ dev-perl/Digest-HMAC"
+DEPEND="${RDEPEND}"
+
+export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Authen-NTLM/ChangeLog b/dev-perl/Authen-NTLM/ChangeLog
index 6c1c90c4af17..16e0df66ee5a 100644
--- a/dev-perl/Authen-NTLM/ChangeLog
+++ b/dev-perl/Authen-NTLM/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Authen-NTLM
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.14 2007/01/14 22:26:16 mcummings Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.15 2009/08/22 22:09:58 tove Exp $
+
+*Authen-NTLM-1.05 (22 Aug 2009)
+
+ 22 Aug 2009; Torsten Veller <tove@gentoo.org> +Authen-NTLM-1.05.ebuild:
+ Version bump
14 Jan 2007; Michael Cummings <mcummings@gentoo.org>
Authen-NTLM-1.02.ebuild: