diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-10 19:51:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-10 19:51:26 +0000 |
commit | 11dbb6eb12be7b810f0e089591b654a007882670 (patch) | |
tree | 3dbb3e6c61eecd0c19fe0ba740ce65c31e460c19 /net-analyzer/bwmon/bwmon-1.3.ebuild | |
parent | Stable for AMD64 too. (diff) | |
download | historical-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.ebuild | 36 |
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 -} |