* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netwag/
@ 2017-05-16 21:21 Jason Donenfeld
0 siblings, 0 replies; 3+ messages in thread
From: Jason Donenfeld @ 2017-05-16 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 26555d03a913c75299d80f0bd54cf04c0e5f665f
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 21:14:15 2017 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Tue May 16 21:21:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26555d03
net-analyzer/netwag: rely on rxvt-unicode instead of rxvt
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-analyzer/netwag/netwag-5.39.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netwag/netwag-5.39.0.ebuild b/net-analyzer/netwag/netwag-5.39.0.ebuild
index a00de5c0bd6..593a4a65a18 100644
--- a/net-analyzer/netwag/netwag-5.39.0.ebuild
+++ b/net-analyzer/netwag/netwag-5.39.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# NOTE: netwib, netwox and netwag go together, bump all or bump none
@@ -26,7 +26,7 @@ DEPEND="
kde-apps/konsole
x11-terms/eterm
x11-terms/gnome-terminal
- x11-terms/rxvt
+ x11-terms/rxvt-unicode
)
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netwag/
@ 2017-05-18 10:27 Jeroen Roovers
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2017-05-18 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 42c12a3a23b296d847268e507c0270871c617857
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu May 18 10:27:42 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu May 18 10:27:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c12a3a
net-analyzer/netwag: Drop useless dependency on urxvt (bug #618766).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-analyzer/netwag/netwag-5.39.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-analyzer/netwag/netwag-5.39.0.ebuild b/net-analyzer/netwag/netwag-5.39.0.ebuild
index 593a4a65a18..620bc9ee48b 100644
--- a/net-analyzer/netwag/netwag-5.39.0.ebuild
+++ b/net-analyzer/netwag/netwag-5.39.0.ebuild
@@ -26,7 +26,6 @@ DEPEND="
kde-apps/konsole
x11-terms/eterm
x11-terms/gnome-terminal
- x11-terms/rxvt-unicode
)
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netwag/
@ 2021-02-06 7:46 Joonas Niilola
0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2021-02-06 7:46 UTC (permalink / raw
To: gentoo-commits
commit: d87ae49d11558ea5500655e56da66bc82de6c5bd
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 07:44:51 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-06 7:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-06 7:46 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netwag/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2017-05-18 10:27 Jeroen Roovers
2017-05-16 21:21 Jason Donenfeld
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox