summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/bmon/ChangeLog6
-rw-r--r--net-analyzer/bmon/bmon-2.1.0-r3.ebuild47
-rw-r--r--net-analyzer/bmon/bmon-2.1.1_pre1.ebuild4
3 files changed, 7 insertions, 50 deletions
diff --git a/net-analyzer/bmon/ChangeLog b/net-analyzer/bmon/ChangeLog
index 44768a24cfff..cb1f409fb330 100644
--- a/net-analyzer/bmon/ChangeLog
+++ b/net-analyzer/bmon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/bmon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.51 2014/02/28 18:02:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.52 2014/02/28 18:06:47 jer Exp $
+
+ 28 Feb 2014; Jeroen Roovers <jer@gentoo.org> -bmon-2.1.0-r3.ebuild,
+ bmon-2.1.1_pre1.ebuild:
+ Stable for HPPA (bug #503034).
*bmon-3.2 (28 Feb 2014)
diff --git a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild b/net-analyzer/bmon/bmon-2.1.0-r3.ebuild
deleted file mode 100644
index 1bef3591f49c..000000000000
--- a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild
+++ /dev/null
@@ -1,47 +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/bmon/bmon-2.1.0-r3.ebuild,v 1.12 2012/03/06 19:07:32 jer Exp $
-
-EAPI="1"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="interface bandwidth monitor"
-HOMEPAGE="http://www.infradead.org/~tgr/bmon/"
-SRC_URI="http://people.suug.ch/~tgr/bmon/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~sparc x86"
-IUSE="dbi rrdtool"
-
-DEPEND=">=sys-libs/ncurses-5.3-r2
- dev-libs/libnl:1.1
- dbi? ( >=dev-db/libdbi-0.7.2-r1 )
- rrdtool? ( >=net-analyzer/rrdtool-1.2.6-r1 )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # gcc4 fix, bug 105343
- epatch "${FILESDIR}"/${P}-gcc4.diff
- # Don't strip, bug #144370
- epatch "${FILESDIR}"/${P}-nostrip.patch
- # libnl crap, bug 176378
- epatch "${FILESDIR}"/${P}-libnl-1.0.patch
- # newer sysfs has symlinks for net class
- epatch "${FILESDIR}"/${P}-sysfs-symlink.patch
-}
-
-src_compile() {
- econf \
- $(use_enable dbi) \
- $(use_enable rrdtool rrd) || die "econf failed"
- emake CPPFLAGS="${CXXFLAGS} -I${WORKDIR}/libnl-${NLVER}/include" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog
-}
diff --git a/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild b/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
index 6e71856b0e15..feeae8304a18 100644
--- a/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
+++ b/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v 1.9 2014/02/28 11:14:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v 1.10 2014/02/28 18:06:47 jer Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="http://people.suug.ch/~tgr/bmon/files/${PN}-${MY_PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 hppa ~ppc ~sparc x86"
IUSE="dbi rrdtool"
RDEPEND="