Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/normalizemime: ChangeLog normalizemime-1.19.ebuild
Date: Wed, 02 Sep 2009 03:48:11
Message-Id: E1Mile9-0005DD-Jp@stork.gentoo.org
1 vapier 09/09/02 08:56:53
2
3 Modified: ChangeLog normalizemime-1.19.ebuild
4 Log:
5 Stabilize as this version works with gcc-4.3.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 mail-filter/normalizemime/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/normalizemime/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/normalizemime/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/normalizemime/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/normalizemime/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 15 Jun 2008 11:47:49 -0000 1.8
22 +++ ChangeLog 2 Sep 2009 08:56:53 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for mail-filter/normalizemime
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/normalizemime/ChangeLog,v 1.8 2008/06/15 11:47:49 dertobi123 Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/normalizemime/ChangeLog,v 1.9 2009/09/02 08:56:53 vapier Exp $
29 +
30 + 02 Sep 2009; Mike Frysinger <vapier@g.o> normalizemime-1.19.ebuild:
31 + Stabilize as this version works with gcc-4.3.
32
33 *normalizemime-1.19 (15 Jun 2008)
34
35
36
37
38 1.2 mail-filter/normalizemime/normalizemime-1.19.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/normalizemime/normalizemime-1.19.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/normalizemime/normalizemime-1.19.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/normalizemime/normalizemime-1.19.ebuild?r1=1.1&r2=1.2
43
44 Index: normalizemime-1.19.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-filter/normalizemime/normalizemime-1.19.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- normalizemime-1.19.ebuild 15 Jun 2008 11:47:49 -0000 1.1
51 +++ normalizemime-1.19.ebuild 2 Sep 2009 08:56:53 -0000 1.2
52 @@ -1,8 +1,8 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/normalizemime/normalizemime-1.19.ebuild,v 1.1 2008/06/15 11:47:49 dertobi123 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/normalizemime/normalizemime-1.19.ebuild,v 1.2 2009/09/02 08:56:53 vapier Exp $
58
59 -inherit eutils toolchain-funcs
60 +inherit toolchain-funcs
61
62 DESCRIPTION="Helper program to normalize MIME encoded messages"
63 HOMEPAGE="http://hyvatti.iki.fi/~jaakko/spam/"
64 @@ -10,11 +10,12 @@
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
69 +KEYWORDS="amd64 ppc x86 ~x86-fbsd"
70 IUSE=""
71
72 src_compile() {
73 - $(tc-getCXX) -Wall ${CXXFLAGS} ${LDFLAGS} -o normalizemime normalizemime.cc || die
74 + tc-export CC
75 + emake normalizemime || die
76 }
77
78 src_install() {