commit:     385f9dbce4bea505f3b82774f0e569a361f5c0f1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 17:21:51 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 17:21:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385f9dbc

net-analyzer/trafshow: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/trafshow/trafshow-5.2.3.ebuild | 39 -----------------------------
 1 file changed, 39 deletions(-)

diff --git a/net-analyzer/trafshow/trafshow-5.2.3.ebuild 
b/net-analyzer/trafshow/trafshow-5.2.3.ebuild
deleted file mode 100644
index 9cde85d61f4..00000000000
--- a/net-analyzer/trafshow/trafshow-5.2.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Full screen visualization of the network traffic"
-HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml";
-SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/${P}.tgz";
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="amd64 hppa ~ppc ppc64 sparc x86"
-IUSE="slang"
-
-DEPEND="
-       net-libs/libpcap
-       !slang? ( sys-libs/ncurses )
-       slang? ( >=sys-libs/slang-1.4 )
-"
-
-src_prepare() {
-       cat /usr/share/aclocal/pkg.m4 >> aclocal.m4 || die
-       epatch \
-               "${FILESDIR}"/${P}-gcc44.patch \
-               "${FILESDIR}"/${P}-gentoo.patch \
-               "${FILESDIR}"/${P}-tinfo.patch
-       eautoreconf
-}
-
-src_configure() {
-       if ! use slang; then
-               # No command-line option so pre-cache instead
-               export ac_cv_have_curses=ncurses
-               export LIBS=-lncurses
-       fi
-
-       econf
-}

Reply via email to