diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 13:40:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 13:48:48 +0100 |
commit | 7574e3d313fe106bbda3f1c735be7009a13443d8 (patch) | |
tree | 88983b25e61e1731ba9a55c485ed32f27f9ba314 /net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild | |
parent | net-analyzer/graphite-web: drop 1.1.8-r3 (diff) | |
download | gentoo-7574e3d313fe106bbda3f1c735be7009a13443d8.tar.gz gentoo-7574e3d313fe106bbda3f1c735be7009a13443d8.tar.bz2 gentoo-7574e3d313fe106bbda3f1c735be7009a13443d8.zip |
net-analyzer/ifstatus: drop 1.1.0-r2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild')
-rw-r--r-- | net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild deleted file mode 100644 index 986b1e4ad565..000000000000 --- a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A simple CLI program for displaying network statistics in real time" -HOMEPAGE="http://ifstatus.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ~ppc x86" - -RDEPEND=">=sys-libs/ncurses-4.2:0=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-gcc43.patch - "${FILESDIR}"/${P}-tinfo.patch - "${FILESDIR}"/${P}-gcc6.patch -) - -src_prepare() { - default - tc-export CXX PKG_CONFIG -} - -src_install() { - dobin ifstatus - dodoc AUTHORS README -} - -pkg_postinst() { - elog "You may want to configure ~/.ifstatus/ifstatus.cfg" - elog "before running ifstatus. For example, you may add" - elog "Interfaces = eth0 there. Read the README file for" - elog "more information." -} |