Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
Date: Wed, 08 May 2019 11:33:33
Message-Id: 1557315206.9ee440aa21d11e6c2e136969ddde700871bac043.jer@gentoo
1 commit: 9ee440aa21d11e6c2e136969ddde700871bac043
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 11:32:55 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 11:33:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee440aa
7
8 net-analyzer/ifstatus: Old
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild | 43 --------------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
17 deleted file mode 100644
18 index 219bdaa49c5..00000000000
19 --- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit eutils toolchain-funcs
27 -
28 -KEYWORDS="amd64 arm ~ppc x86"
29 -
30 -DESCRIPTION="A simple CLI program for displaying network statistics in real time"
31 -HOMEPAGE="http://ifstatus.sourceforge.net/"
32 -SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -
36 -RDEPEND=">=sys-libs/ncurses-4.2:0="
37 -DEPEND="
38 - ${RDEPEND}
39 - virtual/pkgconfig
40 -"
41 -
42 -S="${WORKDIR}/${PN}"
43 -
44 -PATCHES=(
45 - "${FILESDIR}/${P}-gcc43.patch"
46 - "${FILESDIR}/${P}-tinfo.patch"
47 -)
48 -
49 -src_prepare() {
50 - default
51 - tc-export CXX PKG_CONFIG
52 -}
53 -
54 -src_install() {
55 - dobin ifstatus
56 - dodoc AUTHORS README
57 -}
58 -
59 -pkg_postinst() {
60 - elog "You may want to configure ~/.ifstatus/ifstatus.cfg"
61 - elog "before running ifstatus. For example, you may add"
62 - elog "Interfaces = eth0 there. Read the README file for"
63 - elog "more information."
64 -}