Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libassa: ChangeLog libassa-3.5.0.ebuild
Date: Fri, 04 Sep 2009 05:24:52
Message-Id: E1MjW6d-0002AT-65@stork.gentoo.org
1 ssuominen 09/09/04 10:33:23
2
3 Modified: ChangeLog libassa-3.5.0.ebuild
4 Log:
5 Fix building with GCC 4.4+ wrt #281733.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-cpp/libassa/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libassa/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libassa/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libassa/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 14 Apr 2009 13:22:39 -0000 1.6
22 +++ ChangeLog 4 Sep 2009 10:33:22 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-cpp/libassa
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.6 2009/04/14 13:22:39 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/ChangeLog,v 1.7 2009/09/04 10:33:22 ssuominen Exp $
28 +
29 + 04 Sep 2009; Samuli Suominen <ssuominen@g.o> libassa-3.5.0.ebuild,
30 + +files/libassa-3.5.0-gcc44.patch:
31 + Fix building with GCC 4.4+ wrt #281733.
32
33 14 Apr 2009; Raúl Porcel <armin76@g.o> libassa-3.5.0.ebuild:
34 Add ~x86 wrt #265897
35
36
37
38 1.4 dev-cpp/libassa/libassa-3.5.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild?r1=1.3&r2=1.4
43
44 Index: libassa-3.5.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- libassa-3.5.0.ebuild 14 Apr 2009 13:22:39 -0000 1.3
51 +++ libassa-3.5.0.ebuild 4 Sep 2009 10:33:22 -0000 1.4
52 @@ -1,6 +1,9 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.3 2009/04/14 13:22:39 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libassa/libassa-3.5.0.ebuild,v 1.4 2009/09/04 10:33:22 ssuominen Exp $
57 +
58 +EAPI=2
59 +inherit eutils
60
61 DESCRIPTION="A networking library based on Adaptive Communication Patterns"
62 HOMEPAGE="http://libassa.sourceforge.net/"
63 @@ -11,6 +14,10 @@
64 KEYWORDS="amd64 ~x86"
65 IUSE=""
66
67 +src_prepare() {
68 + epatch "${FILESDIR}"/${P}-gcc44.patch
69 +}
70 +
71 src_install() {
72 emake DESTDIR="${D}" install || die
73 dodoc AUTHORS ChangeLog NEWS README TODO