Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ifstat: ChangeLog ifstat-1.1-r1.ebuild
Date: Tue, 10 Jul 2012 16:26:19
Message-Id: 20120710162603.C3EEA20063@flycatcher.gentoo.org
1 jer 12/07/10 16:26:03
2
3 Modified: ChangeLog
4 Added: ifstat-1.1-r1.ebuild
5 Log:
6 Bring the ebuild into the 2010s.
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 net-analyzer/ifstat/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ifstat/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ifstat/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ifstat/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 20 Mar 2011 18:35:07 -0000 1.23
24 +++ ChangeLog 10 Jul 2012 16:26:03 -0000 1.24
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-analyzer/ifstat
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.23 2011/03/20 18:35:07 armin76 Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.24 2012/07/10 16:26:03 jer Exp $
31 +
32 +*ifstat-1.1-r1 (10 Jul 2012)
33 +
34 + 10 Jul 2012; Jeroen Roovers <jer@g.o> +ifstat-1.1-r1.ebuild,
35 + +files/ifstat-1.1-make.patch:
36 + Bring the ebuild into the 2010s.
37
38 20 Mar 2011; Raúl Porcel <armin76@g.o> ifstat-1.1.ebuild:
39 Add ~alpha
40
41
42
43 1.1 net-analyzer/ifstat/ifstat-1.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ifstat/ifstat-1.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ifstat/ifstat-1.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ifstat-1.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1-r1.ebuild,v 1.1 2012/07/10 16:26:03 jer Exp $
53
54 EAPI=4
55 inherit eutils
56
57 IUSE="snmp"
58
59 DESCRIPTION="Network interface bandwidth usage, with support for snmp targets."
60 SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz"
61 HOMEPAGE="http://gael.roualland.free.fr/ifstat/"
62
63 SLOT="0"
64 LICENSE="GPL-2"
65 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
66
67 DEPEND="snmp? ( >=net-analyzer/net-snmp-5.0 )"
68 RDEPEND="${DEPEND}"
69
70 DOCS=( HISTORY README TODO )
71
72 src_prepare() {
73 epatch "${FILESDIR}"/${P}-make.patch
74 }
75
76 src_configure() {
77 econf $(use_enable snmp)
78 }