Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ifstatus: ifstatus-1.1.0.ebuild ChangeLog
Date: Tue, 02 Jun 2009 11:51:03
Message-Id: E1MBSWC-0004mW-Bh@stork.gentoo.org
1 flameeyes 09/06/02 11:51:00
2
3 Modified: ifstatus-1.1.0.ebuild ChangeLog
4 Log:
5 Add patch to fix --as-needed by Kevin Pyle, close bug #247928. Remove -j1 from emake (builds fine at -j12), die on failed install.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 net-analyzer/ifstatus/ifstatus-1.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild?r1=1.7&r2=1.8
14
15 Index: ifstatus-1.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ifstatus-1.1.0.ebuild 29 May 2009 17:10:42 -0000 1.7
22 +++ ifstatus-1.1.0.ebuild 2 Jun 2009 11:51:00 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild,v 1.7 2009/05/29 17:10:42 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild,v 1.8 2009/06/02 11:51:00 flameeyes Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -27,15 +27,17 @@
32 -e 's/GCC/CXX/g' \
33 -e 's/CFLAGS/CXXFLAGS/g' \
34 Makefile || die "sed failed"
35 +
36 + epatch "${FILESDIR}/${P}-asneeded.patch"
37 }
38
39 src_compile() {
40 - emake -j1 CXX=$(tc-getCXX) || die "emake failed"
41 + emake CXX=$(tc-getCXX) || die "emake failed"
42 }
43
44 src_install() {
45 - dobin ifstatus
46 - dodoc AUTHORS README
47 + dobin ifstatus || die
48 + dodoc AUTHORS README || die
49 }
50
51 pkg_postinst() {
52
53
54
55 1.7 net-analyzer/ifstatus/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstatus/ChangeLog?rev=1.7&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstatus/ChangeLog?rev=1.7&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ifstatus/ChangeLog?r1=1.6&r2=1.7
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ChangeLog,v
64 retrieving revision 1.6
65 retrieving revision 1.7
66 diff -u -r1.6 -r1.7
67 --- ChangeLog 29 May 2009 17:10:42 -0000 1.6
68 +++ ChangeLog 2 Jun 2009 11:51:00 -0000 1.7
69 @@ -1,6 +1,11 @@
70 # ChangeLog for net-analyzer/ifstatus
71 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ChangeLog,v 1.6 2009/05/29 17:10:42 beandog Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ChangeLog,v 1.7 2009/06/02 11:51:00 flameeyes Exp $
74 +
75 + 02 Jun 2009; Diego E. Pettenò <flameeyes@g.o>
76 + ifstatus-1.1.0.ebuild, +files/ifstatus-1.1.0-asneeded.patch:
77 + Add patch to fix --as-needed by Kevin Pyle, close bug #247928. Remove -j1
78 + from emake (builds fine at -j12), die on failed install.
79
80 29 May 2009; Steve Dibb <beandog@g.o> ifstatus-1.1.0.ebuild:
81 amd64 stable