diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:40:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:40:13 +0000 |
commit | 90b7350e98305cb9bf20e71d9b75dc80ba7cd31e (patch) | |
tree | b17f73c766d738a96fdb78caa6ca6250fe0ffb5d /dev-perl/Authen-NTLM | |
parent | Cleanup (diff) | |
download | gentoo-2-90b7350e98305cb9bf20e71d9b75dc80ba7cd31e.tar.gz gentoo-2-90b7350e98305cb9bf20e71d9b75dc80ba7cd31e.tar.bz2 gentoo-2-90b7350e98305cb9bf20e71d9b75dc80ba7cd31e.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Authen-NTLM')
-rw-r--r-- | dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Authen-NTLM/ChangeLog | 6 |
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild deleted file mode 100644 index 356228da8b6d..000000000000 --- a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2012 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.02.ebuild,v 1.18 2012/03/19 19:25:54 armin76 Exp $ - -inherit perl-module - -S=${WORKDIR}/NTLM-${PV} -DESCRIPTION="An NTLM authentication module" -SRC_URI="mirror://cpan/authors/id/M/MA/MARKBUSH/NTLM-${PV}.tar.gz" -HOMEPAGE="http://cpan.org/modules/by-module/Authen/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~ppc x86" -IUSE="" - -DEPEND=">=virtual/perl-MIME-Base64-3.00 - dev-lang/perl" - -export OPTIMIZE="$CFLAGS" diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild deleted file mode 100644 index 9604dda6464d..000000000000 --- a/dev-perl/Authen-NTLM/Authen-NTLM-1.80.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 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.2 2012/03/19 19:25:54 armin76 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 ~ppc ~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 1f0a1681dea0..a3cd952c6733 100644 --- a/dev-perl/Authen-NTLM/ChangeLog +++ b/dev-perl/Authen-NTLM/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Authen-NTLM # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.22 2012/03/19 19:25:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.23 2012/03/31 07:40:13 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Authen-NTLM-1.02.ebuild, + -Authen-NTLM-1.80.0.ebuild: + Cleanup 19 Mar 2012; Raúl Porcel <armin76@gentoo.org> Authen-NTLM-1.02.ebuild, Authen-NTLM-1.80.0.ebuild, Authen-NTLM-1.90.0.ebuild: |