From 6424835426e01d15a1eea03963baf949cfaad2ae Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Thu, 7 Apr 2011 11:32:16 +0000 Subject: [bump] dev-perl/Authen-NTLM-1.80.0 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64) --- dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild | 26 ++++++++++++++++++++++++++ dev-perl/Authen-NTLM/ChangeLog | 9 +++++++-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild (limited to 'dev-perl/Authen-NTLM') diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild new file mode 100644 index 000000000000..b348293c6bee --- /dev/null +++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.80.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.80.0.ebuild,v 1.1 2011/04/07 11:32:16 tove Exp $ + +EAPI=2 + +MY_PN=NTLM +MODULE_AUTHOR=NBEBOUT +MODULE_VERSION=1.08 +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 16e0df66ee5a..006fa3852c41 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-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 $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.16 2011/04/07 11:32:16 tove Exp $ + +*Authen-NTLM-1.80.0 (07 Apr 2011) + + 07 Apr 2011; Torsten Veller +Authen-NTLM-1.80.0.ebuild: + Version bump *Authen-NTLM-1.05 (22 Aug 2009) -- cgit v1.2.3-65-gdbad