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
Date: Mon, 24 Nov 2008 15:57:56
Message-Id: E1L4dow-0001RY-AG@stork.gentoo.org
1 s4t4n 08/11/24 15:57:54
2
3 Modified: ethstatus-0.4.2-r2.ebuild
4 Log:
5 Forgot to add sed to DEPEND...
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild?rev=1.7&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.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ethstatus-0.4.2-r2.ebuild 24 Nov 2008 09:55:13 -0000 1.6
22 +++ ethstatus-0.4.2-r2.ebuild 24 Nov 2008 15:57:54 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.7 2008/11/24 15:57:54 s4t4n Exp $
28
29 DESCRIPTION="ncurses based utility to display real time statistics about network traffic."
30 HOMEPAGE="http://ethstatus.calle69.net/"
31 @@ -11,7 +11,10 @@
32 KEYWORDS="amd64 ~ppc x86"
33 IUSE=""
34
35 -DEPEND=">=sys-libs/ncurses-5.4-r1"
36 +RDEPEND=">=sys-libs/ncurses-5.4-r1"
37 +
38 +DEPEND="${RDEPEND}
39 + >=sys-apps/sed-4.1.4-r1"
40
41 src_unpack()
42 {