diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-07 11:32:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-07 11:32:16 +0000 |
commit | 6424835426e01d15a1eea03963baf949cfaad2ae (patch) | |
tree | ffd3c57c39412d6c622ac79339ebd116d05eb4f9 /dev-perl/Authen-NTLM | |
parent | [bump] dev-perl/NetAddr-IP-4.43.0 (diff) | |
download | gentoo-2-6424835426e01d15a1eea03963baf949cfaad2ae.tar.gz gentoo-2-6424835426e01d15a1eea03963baf949cfaad2ae.tar.bz2 gentoo-2-6424835426e01d15a1eea03963baf949cfaad2ae.zip |
[bump] dev-perl/Authen-NTLM-1.80.0
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Authen-NTLM')
-rw-r--r-- | dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Authen-NTLM/ChangeLog | 9 |
2 files changed, 33 insertions, 2 deletions
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 <tove@gentoo.org> +Authen-NTLM-1.80.0.ebuild: + Version bump *Authen-NTLM-1.05 (22 Aug 2009) |