Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/bwm-ng: ChangeLog bwm-ng-0.6.ebuild
Date: Sun, 21 Oct 2007 12:25:01
Message-Id: E1IjZh8-0007Z8-0m@stork.gentoo.org
1 hollow 07/10/21 12:14:14
2
3 Modified: ChangeLog
4 Added: bwm-ng-0.6.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.13)
8
9 Revision Changes Path
10 1.9 net-analyzer/bwm-ng/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bwm-ng/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bwm-ng/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bwm-ng/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwm-ng/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 6 Sep 2007 16:16:39 -0000 1.8
23 +++ ChangeLog 21 Oct 2007 12:14:13 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-analyzer/bwm-ng
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwm-ng/ChangeLog,v 1.8 2007/09/06 16:16:39 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwm-ng/ChangeLog,v 1.9 2007/10/21 12:14:13 hollow Exp $
29 +
30 +*bwm-ng-0.6 (21 Oct 2007)
31 +
32 + 21 Oct 2007; Benedikt Böhm <hollow@g.o> +bwm-ng-0.6.ebuild:
33 + version bump
34
35 06 Sep 2007; Markus Ullmann <jokey@g.o> -bwm-ng-0.4.ebuild:
36 Cleanup
37
38
39
40 1.1 net-analyzer/bwm-ng/bwm-ng-0.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bwm-ng/bwm-ng-0.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bwm-ng/bwm-ng-0.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bwm-ng-0.6.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwm-ng/bwm-ng-0.6.ebuild,v 1.1 2007/10/21 12:14:13 hollow Exp $
50
51 DESCRIPTION="Bandwidth Monitor NG is a small and simple console-based bandwidth monitor for Linux, BSD, and Mac OS X"
52 SRC_URI="http://www.gropp.org/bwm-ng/${P}.tar.gz"
53 HOMEPAGE="http://www.gropp.org/"
54
55 KEYWORDS="~amd64 ~ppc ~x86"
56 LICENSE="GPL-2"
57 SLOT="0"
58 IUSE="html csv"
59
60 DEPEND=">=sys-libs/ncurses-5.4-r4
61 >=sys-apps/net-tools-1.60-r1"
62
63 src_compile() {
64 econf \
65 --with-ncurses \
66 $(use_enable html) \
67 $(use_enable csv) \
68 || die "econf failed"
69 emake || die "emake failed"
70 }
71
72 src_install() {
73 make DESTDIR="${D}" install || die "make install failed"
74 dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list