summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-10 19:51:26 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-10 19:51:26 +0000
commit11dbb6eb12be7b810f0e089591b654a007882670 (patch)
tree3dbb3e6c61eecd0c19fe0ba740ce65c31e460c19 /net-analyzer/bwmon/bwmon-1.3.ebuild
parentStable for AMD64 too. (diff)
downloadhistorical-11dbb6eb12be7b810f0e089591b654a007882670.tar.gz
historical-11dbb6eb12be7b810f0e089591b654a007882670.tar.bz2
historical-11dbb6eb12be7b810f0e089591b654a007882670.zip
EAPI bump. Clean up patches.
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-analyzer/bwmon/bwmon-1.3.ebuild')
-rw-r--r--net-analyzer/bwmon/bwmon-1.3.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-analyzer/bwmon/bwmon-1.3.ebuild b/net-analyzer/bwmon/bwmon-1.3.ebuild
deleted file mode 100644
index 63c26767602f..000000000000
--- a/net-analyzer/bwmon/bwmon-1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.21 2012/09/30 08:14:36 pinkbyte Exp $
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Simple ncurses bandwidth monitor"
-HOMEPAGE="http://bwmon.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-SLOT="0"
-LICENSE="GPL-2 public-domain"
-KEYWORDS="amd64 hppa ~ppc sparc x86"
-IUSE=""
-
-doecho() {
- echo "$@"
- "$@"
-}
-
-src_compile() {
- append-flags -I"${S}"/include -D__THREADS
-
- doecho $(tc-getCC) -o ${PN} \
- ${CFLAGS} ${LDFLAGS} \
- src/${PN}.c -lncurses -lpthread \
- || die "build failed"
-}
-
-src_install () {
- dobin ${PN} || die
- dodoc README || die
-}