Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ethstatus: ethstatus-0.4.2-r2.ebuild ChangeLog
Date: Mon, 24 Nov 2008 09:55:16
Message-Id: E1L4Y9x-0007U1-I1@stork.gentoo.org
1 s4t4n 08/11/24 09:55:13
2
3 Modified: ethstatus-0.4.2-r2.ebuild ChangeLog
4 Log:
5 Fixed LDFLAGS ordering, see bug #247926.
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.6 net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild?r1=1.5&r2=1.6
14
15 Index: ethstatus-0.4.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ethstatus-0.4.2-r2.ebuild 19 Jul 2005 13:04:06 -0000 1.5
22 +++ ethstatus-0.4.2-r2.ebuild 24 Nov 2008 09:55:13 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.5 2005/07/19 13:04:06 dholm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.6 2008/11/24 09:55:13 s4t4n Exp $
29
30 DESCRIPTION="ncurses based utility to display real time statistics about network traffic."
31 HOMEPAGE="http://ethstatus.calle69.net/"
32 @@ -13,6 +13,14 @@
33
34 DEPEND=">=sys-libs/ncurses-5.4-r1"
35
36 +src_unpack()
37 +{
38 + unpack ${A}
39 +
40 + #Fix LDFLAGS ordering, see bug #247926
41 + sed -i 's/$(LDFLAGS) -o ${BIN} ${SRC}/-o ${BIN} ${SRC} $(LDFLAGS)/' "${S}/Makefile"
42 +}
43 +
44 src_compile()
45 {
46 emake CFLAGS="${CFLAGS}" || die "Compilation failed"
47
48
49
50 1.8 net-analyzer/ethstatus/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ethstatus/ChangeLog?rev=1.8&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ethstatus/ChangeLog?rev=1.8&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ethstatus/ChangeLog?r1=1.7&r2=1.8
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v
59 retrieving revision 1.7
60 retrieving revision 1.8
61 diff -u -r1.7 -r1.8
62 --- ChangeLog 9 Feb 2007 04:00:53 -0000 1.7
63 +++ ChangeLog 24 Nov 2008 09:55:13 -0000 1.8
64 @@ -1,6 +1,9 @@
65 # ChangeLog for net-analyzer/ethstatus
66 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v 1.7 2007/02/09 04:00:53 flameeyes Exp $
68 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v 1.8 2008/11/24 09:55:13 s4t4n Exp $
70 +
71 + 24 Nov 2008; Michele Noberasco <s4t4n@g.o> ChangeLog:
72 + Fixed LDFLAGS ordering, see bug #247926.
73
74 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
75 Regenerate digest in Manifest2 format.