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-SASL: Authen-SASL-2.13.ebuild ChangeLog
Date: Mon, 28 Sep 2009 07:14:23
Message-Id: E1MsARA-0007c9-Ts@stork.gentoo.org
1 tove 09/09/28 07:14:20
2
3 Modified: ChangeLog
4 Added: Authen-SASL-2.13.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.63 dev-perl/Authen-SASL/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 21 Sep 2009 18:26:02 -0000 1.62
23 +++ ChangeLog 28 Sep 2009 07:14:20 -0000 1.63
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/Authen-SASL
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v 1.62 2009/09/21 18:26:02 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v 1.63 2009/09/28 07:14:20 tove Exp $
29 +
30 +*Authen-SASL-2.13 (28 Sep 2009)
31 +
32 + 28 Sep 2009; Torsten Veller <tove@g.o> +Authen-SASL-2.13.ebuild:
33 + Version bump
34
35 21 Sep 2009; Tom Gall <tgall@g.o> Authen-SASL-2.12.ebuild:
36 stable on ppc64, bug #278088
37
38
39
40 1.1 dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Authen-SASL-2.13.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild,v 1.1 2009/09/28 07:14:20 tove Exp $
50
51 EAPI=2
52
53 MODULE_AUTHOR=GBARR
54 inherit perl-module
55
56 DESCRIPTION="A Perl SASL interface"
57 HOMEPAGE="http://search.cpan.org/~gbarr/"
58
59 LICENSE="Artistic"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
62 IUSE="kerberos"
63
64 DEPEND="dev-perl/Digest-HMAC
65 kerberos? ( dev-perl/GSSAPI )"
66 RDEPEND="${DEPEND}"
67
68 SRC_TEST="do"
69 export OPTIMIZE="$CFLAGS"