Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Authen-NTLM: ChangeLog Authen-NTLM-1.05.ebuild
Date: Sat, 22 Aug 2009 22:10:00
Message-Id: E1Meymc-0007Mv-Jv@stork.gentoo.org
1 tove 09/08/22 22:09:58
2
3 Modified: ChangeLog
4 Added: Authen-NTLM-1.05.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-perl/Authen-NTLM/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 14 Jan 2007 22:26:16 -0000 1.14
23 +++ ChangeLog 22 Aug 2009 22:09:58 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Authen-NTLM
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.14 2007/01/14 22:26:16 mcummings Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.15 2009/08/22 22:09:58 tove Exp $
30 +
31 +*Authen-NTLM-1.05 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Torsten Veller <tove@g.o> +Authen-NTLM-1.05.ebuild:
34 + Version bump
35
36 14 Jan 2007; Michael Cummings <mcummings@g.o>
37 Authen-NTLM-1.02.ebuild:
38
39
40
41 1.1 dev-perl/Authen-NTLM/Authen-NTLM-1.05.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.05.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.05.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Authen-NTLM-1.05.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=2
53
54 MY_PN=NTLM
55 MY_P=${MY_PN}-${PV}
56 MODULE_AUTHOR=BUZZ
57 S=${WORKDIR}/${MY_P}
58 inherit perl-module
59
60 DESCRIPTION="An NTLM authentication module"
61
62 SLOT="0"
63 LICENSE="|| ( Artistic GPL-2 )"
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND=">=virtual/perl-MIME-Base64-3.00
68 dev-perl/Digest-HMAC"
69 DEPEND="${RDEPEND}"
70
71 export OPTIMIZE="$CFLAGS"