summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-26 15:54:32 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-26 15:56:05 -0500
commit789294aa9d515202d8f67e517c6ba45c7287890a (patch)
tree72668e2ae0a770b697e39ae0d78d56edf6e1334d /net-analyzer/cbm/cbm-0.1-r1.ebuild
parentnet-analyzer/apinger: drop old (diff)
downloadgentoo-789294aa9d515202d8f67e517c6ba45c7287890a.tar.gz
gentoo-789294aa9d515202d8f67e517c6ba45c7287890a.tar.bz2
gentoo-789294aa9d515202d8f67e517c6ba45c7287890a.zip
net-analyzer/cbm: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/cbm/cbm-0.1-r1.ebuild')
-rw-r--r--net-analyzer/cbm/cbm-0.1-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/cbm/cbm-0.1-r1.ebuild b/net-analyzer/cbm/cbm-0.1-r1.ebuild
deleted file mode 100644
index 3e3c60fb9e6b..000000000000
--- a/net-analyzer/cbm/cbm-0.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Display the current traffic on all network devices"
-HOMEPAGE="http://www.isotton.com/software/unix/cbm/"
-SRC_URI="http://www.isotton.com/software/unix/${PN}/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- sys-libs/ncurses
-"
-DEPEND="
- ${RDEPEND}
- app-text/xmlto
- app-text/docbook-xml-dtd:4.4
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gcc-4.3.patch \
- "${FILESDIR}"/${P}-gcc-4.7.patch \
- "${FILESDIR}"/${P}-tinfo.patch \
- "${FILESDIR}"/${P}-headers-status-line.patch
- eautoreconf
-}