Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/spamassassin: spamassassin-3.3.1-r3.ebuild ChangeLog
Date: Mon, 27 Sep 2010 17:51:53
Message-Id: 20100927174335.3F6C22005C@flycatcher.gentoo.org
1 tove 10/09/27 17:43:35
2
3 Modified: spamassassin-3.3.1-r3.ebuild ChangeLog
4 Log:
5 Pass LDFLAGS to spamc (#325301). Patch from David Abbott in #338233
6
7 (Portage version: 2.2_rc87/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 mail-filter/spamassassin/spamassassin-3.3.1-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.1-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.1-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.1-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: spamassassin-3.3.1-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.1-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spamassassin-3.3.1-r3.ebuild 15 Aug 2010 15:18:23 -0000 1.1
23 +++ spamassassin-3.3.1-r3.ebuild 27 Sep 2010 17:43:35 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.1-r3.ebuild,v 1.1 2010/08/15 15:18:23 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.3.1-r3.ebuild,v 1.2 2010/09/27 17:43:35 tove Exp $
29
30 EAPI="2"
31
32 -inherit perl-module eutils
33 +inherit perl-module toolchain-funcs eutils
34
35 MY_P=Mail-SpamAssassin-${PV//_/-}
36 S=${WORKDIR}/${MY_P}
37 @@ -96,11 +96,12 @@
38
39 # Setting the following env var ensures that no questions are asked.
40 perl-module_src_configure
41 + # Configure spamc
42 + emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" spamc/Makefile || die "emake failed"
43 }
44
45 src_compile() {
46 export PERL_MM_USE_DEFAULT=1
47 - emake spamc/Makefile || die "emake failed"
48
49 # Now compile all the stuff selected.
50 perl-module_src_compile
51
52
53
54 1.183 mail-filter/spamassassin/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.183&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?rev=1.183&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spamassassin/ChangeLog?r1=1.182&r2=1.183
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v
63 retrieving revision 1.182
64 retrieving revision 1.183
65 diff -u -r1.182 -r1.183
66 --- ChangeLog 15 Aug 2010 15:18:23 -0000 1.182
67 +++ ChangeLog 27 Sep 2010 17:43:35 -0000 1.183
68 @@ -1,6 +1,10 @@
69 # ChangeLog for mail-filter/spamassassin
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.182 2010/08/15 15:18:23 tove Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.183 2010/09/27 17:43:35 tove Exp $
73 +
74 + 27 Sep 2010; Torsten Veller <tove@g.o>
75 + spamassassin-3.3.1-r3.ebuild:
76 + Pass LDFLAGS to spamc (#325301). Patch from David Abbott in #338233
77
78 *spamassassin-3.3.1-r3 (15 Aug 2010)