Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nload: ChangeLog nload-0.7.1.ebuild nload-0.6.0.ebuild
Date: Tue, 22 Apr 2008 17:29:09
Message-Id: E1JoMIk-0000Bh-6f@stork.gentoo.org
1 drac 08/04/22 17:29:06
2
3 Modified: ChangeLog
4 Added: nload-0.7.1.ebuild
5 Removed: nload-0.6.0.ebuild
6 Log:
7 Version bump. Fixes also building failure with GCC 4.3. Thanks to Peter Alfredsen wrt #218909.
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.25 net-analyzer/nload/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nload/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nload/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nload/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 23 Sep 2007 18:37:44 -0000 1.24
24 +++ ChangeLog 22 Apr 2008 17:29:05 -0000 1.25
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-analyzer/nload
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.24 2007/09/23 18:37:44 philantrop Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.25 2008/04/22 17:29:05 drac Exp $
31 +
32 +*nload-0.7.1 (22 Apr 2008)
33 +
34 + 22 Apr 2008; Samuli Suominen <drac@g.o>
35 + +files/nload-0.7.1-gcc43.patch, -nload-0.6.0.ebuild, +nload-0.7.1.ebuild:
36 + Version bump. Fixes also building failure with GCC 4.3. Thanks to Peter
37 + Alfredsen wrt #218909.
38
39 23 Sep 2007; Wulf C. Krueger <philantrop@g.o>
40 nload-0.6.0-r2.ebuild:
41
42
43
44 1.1 net-analyzer/nload/nload-0.7.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nload/nload-0.7.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nload/nload-0.7.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: nload-0.7.1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.7.1.ebuild,v 1.1 2008/04/22 17:29:05 drac Exp $
54
55 inherit eutils autotools
56
57 DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
58 HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
59 SRC_URI="mirror://sourceforge/nload/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
64 IUSE=""
65
66 DEPEND=">=sys-libs/ncurses-5.2"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}"/${PN}-0.6.0-prevent-stripping.patch \
72 "${FILESDIR}"/${P}-gcc43.patch
73 eautoreconf
74 }
75
76 src_install () {
77 emake DESTDIR="${D}" install || die "emake install failed."
78 dodoc AUTHORS ChangeLog README
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list