From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CE6913835C for ; Sat, 6 Feb 2021 07:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5305FE0869; Sat, 6 Feb 2021 07:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C030E0869 for ; Sat, 6 Feb 2021 07:46:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3903A343266 for ; Sat, 6 Feb 2021 07:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FB244C4 for ; Sat, 6 Feb 2021 07:46:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1612597491.d87ae49d11558ea5500655e56da66bc82de6c5bd.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netwag/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netwag/netwag-5.39.0.ebuild X-VCS-Directories: net-analyzer/netwag/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d87ae49d11558ea5500655e56da66bc82de6c5bd X-VCS-Branch: master Date: Sat, 6 Feb 2021 07:46:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a4cf7b1-c132-412d-bf24-d00bf1637921 X-Archives-Hash: d971de0ad49d9846290c95fa677aa37f commit: d87ae49d11558ea5500655e56da66bc82de6c5bd Author: Joonas Niilola gentoo org> AuthorDate: Sat Feb 6 07:44:51 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Feb 6 07:44:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87ae49d net-analyzer/netwag: remove eterm dep Signed-off-by: Joonas Niilola gentoo.org> net-analyzer/netwag/netwag-5.39.0.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net-analyzer/netwag/netwag-5.39.0.ebuild b/net-analyzer/netwag/netwag-5.39.0.ebuild index 620bc9ee48b..1b719f96d99 100644 --- a/net-analyzer/netwag/netwag-5.39.0.ebuild +++ b/net-analyzer/netwag/netwag-5.39.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # NOTE: netwib, netwox and netwag go together, bump all or bump none EAPI=5 -DESCRIPTION="Tcl/tk interface to netwox (Toolbox of 222 utilities for testing Ethernet/IP networks)" +DESCRIPTION="Tcl/tk interface to netwox (Toolbox of 222 utilities for testing networks)" HOMEPAGE=" http://ntwag.sourceforge.net/ http://www.laurentconstantin.com/en/netw/netwag/ @@ -24,7 +24,6 @@ DEPEND=" || ( x11-terms/xterm kde-apps/konsole - x11-terms/eterm x11-terms/gnome-terminal ) " @@ -37,9 +36,6 @@ src_prepare() { -e 's:/man$:/share/man:g' \ -e "s:/usr/local:/usr:" \ config.dat || die - sed -i \ - -e 's|eterm|Eterm|g' \ - genemake || die } src_configure() {