Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netwag/
Date: Sat, 06 Feb 2021 07:46:20
Message-Id: 1612597491.d87ae49d11558ea5500655e56da66bc82de6c5bd.juippis@gentoo
1 commit: d87ae49d11558ea5500655e56da66bc82de6c5bd
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 07:44:51 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 07:44:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87ae49d
7
8 net-analyzer/netwag: remove eterm dep
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-analyzer/netwag/netwag-5.39.0.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/net-analyzer/netwag/netwag-5.39.0.ebuild b/net-analyzer/netwag/netwag-5.39.0.ebuild
16 index 620bc9ee48b..1b719f96d99 100644
17 --- a/net-analyzer/netwag/netwag-5.39.0.ebuild
18 +++ b/net-analyzer/netwag/netwag-5.39.0.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # NOTE: netwib, netwox and netwag go together, bump all or bump none
25
26 EAPI=5
27
28 -DESCRIPTION="Tcl/tk interface to netwox (Toolbox of 222 utilities for testing Ethernet/IP networks)"
29 +DESCRIPTION="Tcl/tk interface to netwox (Toolbox of 222 utilities for testing networks)"
30 HOMEPAGE="
31 http://ntwag.sourceforge.net/
32 http://www.laurentconstantin.com/en/netw/netwag/
33 @@ -24,7 +24,6 @@ DEPEND="
34 || (
35 x11-terms/xterm
36 kde-apps/konsole
37 - x11-terms/eterm
38 x11-terms/gnome-terminal
39 )
40 "
41 @@ -37,9 +36,6 @@ src_prepare() {
42 -e 's:/man$:/share/man:g' \
43 -e "s:/usr/local:/usr:" \
44 config.dat || die
45 - sed -i \
46 - -e 's|eterm|Eterm|g' \
47 - genemake || die
48 }
49
50 src_configure() {