Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/bbmail: ChangeLog bbmail-0.9.3.ebuild
Date: Thu, 30 Jul 2009 16:25:09
Message-Id: E1MWYRG-0001Ev-Rh@stork.gentoo.org
1 ssuominen 09/07/30 16:25:06
2
3 Modified: ChangeLog bbmail-0.9.3.ebuild
4 Log:
5 Fix building with GCC 4.4 and -Wl,--as-needed.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 x11-misc/bbmail/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbmail/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbmail/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbmail/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 22 Sep 2008 12:52:50 -0000 1.16
22 +++ ChangeLog 30 Jul 2009 16:25:06 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-misc/bbmail
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.16 2008/09/22 12:52:50 omp Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.17 2009/07/30 16:25:06 ssuominen Exp $
29 +
30 + 30 Jul 2009; Samuli Suominen <ssuominen@g.o> bbmail-0.9.3.ebuild,
31 + +files/bbmail-0.9.3-gcc4.4.patch:
32 + Fix building with GCC 4.4 and -Wl,--as-needed.
33
34 22 Sep 2008; David Shakaryan <omp@g.o> metadata.xml:
35 Change herd from commonbox to desktop-wm.
36
37
38
39 1.2 x11-misc/bbmail/bbmail-0.9.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild?r1=1.1&r2=1.2
44
45 Index: bbmail-0.9.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- bbmail-0.9.3.ebuild 17 Sep 2008 21:16:31 -0000 1.1
52 +++ bbmail-0.9.3.ebuild 30 Jul 2009 16:25:06 -0000 1.2
53 @@ -1,8 +1,9 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.1 2008/09/17 21:16:31 coldwind Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.9.3.ebuild,v 1.2 2009/07/30 16:25:06 ssuominen Exp $
59
60 -inherit eutils
61 +EAPI=2
62 +inherit autotools eutils
63
64 DESCRIPTION="blackbox mail notification"
65 HOMEPAGE="http://www.sourceforge.net/projects/bbtools"
66 @@ -13,18 +14,16 @@
67 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
68 IUSE=""
69
70 -RDEPEND="
71 - virtual/blackbox
72 +RDEPEND="virtual/blackbox
73 x11-libs/libX11
74 x11-libs/libXext"
75 -
76 DEPEND="${RDEPEND}
77 x11-proto/xproto"
78
79 -src_unpack() {
80 - unpack ${A}
81 - cd "${S}"
82 - epatch "${FILESDIR}"/${P}-gcc4.3.patch
83 +src_prepare() {
84 + epatch "${FILESDIR}"/${P}-gcc4.3.patch \
85 + "${FILESDIR}"/${P}-gcc4.4.patch
86 + eautoreconf
87 }
88
89 src_install () {