* [gentoo-commits] gentoo-x86 commit in net-analyzer/bmon: ChangeLog bmon-2.1.1_pre1.ebuild
@ 2009-01-20 17:14 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-20 17:14 UTC (permalink / raw
To: gentoo-commits
jer 09/01/20 17:14:12
Modified: ChangeLog
Added: bmon-2.1.1_pre1.ebuild
Log:
Version bump. Probably the last ever.
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.41 net-analyzer/bmon/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bmon/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 20 Jan 2009 17:01:29 -0000 1.40
+++ ChangeLog 20 Jan 2009 17:14:12 -0000 1.41
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/bmon
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.40 2009/01/20 17:01:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.41 2009/01/20 17:14:12 jer Exp $
+
+*bmon-2.1.1_pre1 (20 Jan 2009)
+
+ 20 Jan 2009; Jeroen Roovers <jer@gentoo.org> +bmon-2.1.1_pre1.ebuild:
+ Version bump. Probably the last ever.
20 Jan 2009; Jeroen Roovers <jer@gentoo.org>
files/bmon-2.1.0-libnl-1.0.patch:
1.1 net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.1&content-type=text/plain
Index: bmon-2.1.1_pre1.ebuild
===================================================================
# Copyright 1999-2009 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.1 2009/01/20 17:14:12 jer Exp $
inherit eutils toolchain-funcs
MY_PV="${PV/_pre/-pre}"
S="${WORKDIR}/${PN}-${MY_PV}"
DESCRIPTION="interface bandwidth monitor"
HOMEPAGE="http://people.suug.ch/~tgr/bmon/"
SRC_URI="http://people.suug.ch/~tgr/bmon/files/${PN}-${MY_PV}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="dbi rrdtool"
DEPEND=">=sys-libs/ncurses-5.3-r2
>=dev-libs/libnl-0.5.0
dbi? ( >=dev-db/libdbi-0.7.2-r1 )
rrdtool? ( >=net-analyzer/rrdtool-1.2.6-r1 )"
src_unpack() {
unpack ${A}
cd "${S}"
# gcc4 fix, bug 105343
epatch "${FILESDIR}"/${PN}-2.1.0-gcc4.diff
# Don't strip, bug #144370
epatch "${FILESDIR}"/${PN}-2.1.0-nostrip.patch
# libnl crap, bug 176378
epatch "${FILESDIR}"/${PN}-2.1.0-libnl-1.0.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
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/bmon: ChangeLog bmon-2.1.1_pre1.ebuild
@ 2013-02-01 15:34 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-02-01 15:34 UTC (permalink / raw
To: gentoo-commits
jer 13/02/01 15:34:52
Modified: ChangeLog bmon-2.1.1_pre1.ebuild
Log:
Verbose build.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.47 net-analyzer/bmon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 6 Mar 2012 19:07:32 -0000 1.46
+++ ChangeLog 1 Feb 2013 15:34:52 -0000 1.47
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/bmon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.46 2012/03/06 19:07:32 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.47 2013/02/01 15:34:52 jer Exp $
+
+ 01 Feb 2013; Jeroen Roovers <jer@gentoo.org> bmon-2.1.1_pre1.ebuild,
+ +files/bmon-2.1.1-verbose.patch:
+ Verbose build.
06 Mar 2012; Jeroen Roovers <jer@gentoo.org> bmon-2.1.0-r3.ebuild,
bmon-2.1.1_pre1.ebuild:
1.6 net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?r1=1.5&r2=1.6
Index: bmon-2.1.1_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bmon-2.1.1_pre1.ebuild 6 Mar 2012 19:07:32 -0000 1.5
+++ bmon-2.1.1_pre1.ebuild 1 Feb 2013 15:34:52 -0000 1.6
@@ -1,9 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.5 2012/03/06 19:07:32 jer Exp $
-
-EAPI="1"
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v 1.6 2013/02/01 15:34:52 jer Exp $
+EAPI=5
inherit eutils toolchain-funcs
MY_PV="${PV/_pre/-pre}"
@@ -18,15 +17,17 @@
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="dbi rrdtool"
-DEPEND=">=sys-libs/ncurses-5.3-r2
+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 )"
+ rrdtool? ( >=net-analyzer/rrdtool-1.2.6-r1 )
+"
RDEPEND="${DEPEND}"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+DOCS=( ChangeLog )
+
+src_prepare() {
# gcc4 fix, bug 105343
epatch "${FILESDIR}"/${PN}-2.1.0-gcc4.diff
# Don't strip, bug #144370
@@ -35,16 +36,15 @@
epatch "${FILESDIR}"/${PN}-2.1.0-libnl-1.0.patch
# newer sysfs has symlinks for net class
epatch "${FILESDIR}"/${PN}-2.1.0-sysfs-symlink.patch
+ # verbose build
+ epatch "${FILESDIR}"/${PN}-2.1.1-verbose.patch
}
-src_compile() {
+src_configure() {
econf \
$(use_enable dbi) \
- $(use_enable rrdtool rrd) || die "econf failed"
- emake CPPFLAGS="${CXXFLAGS} -I${WORKDIR}/libnl-${NLVER}/include" || die "emake failed"
+ $(use_enable rrdtool rrd)
}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog
+src_compile() {
+ emake CPPFLAGS="${CXXFLAGS} -I${WORKDIR}/libnl-${NLVER}/include"
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/bmon: ChangeLog bmon-2.1.1_pre1.ebuild
@ 2014-02-28 11:07 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-02-28 11:07 UTC (permalink / raw
To: gentoo-commits
pinkbyte 14/02/28 11:07:26
Modified: ChangeLog bmon-2.1.1_pre1.ebuild
Log:
Fix linking with sys-libs/ncurses[tinfo], add epatch_user
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.48 net-analyzer/bmon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 1 Feb 2013 15:34:52 -0000 1.47
+++ ChangeLog 28 Feb 2014 11:07:26 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/bmon
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.47 2013/02/01 15:34:52 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.48 2014/02/28 11:07:26 pinkbyte Exp $
+
+ 28 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> bmon-2.1.1_pre1.ebuild:
+ Fix linking with sys-libs/ncurses[tinfo], add epatch_user
01 Feb 2013; Jeroen Roovers <jer@gentoo.org> bmon-2.1.1_pre1.ebuild,
+files/bmon-2.1.1-verbose.patch:
1.7 net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?r1=1.6&r2=1.7
Index: bmon-2.1.1_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bmon-2.1.1_pre1.ebuild 1 Feb 2013 15:34:52 -0000 1.6
+++ bmon-2.1.1_pre1.ebuild 28 Feb 2014 11:07:26 -0000 1.7
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.6 2013/02/01 15:34:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v 1.7 2014/02/28 11:07:26 pinkbyte Exp $
EAPI=5
+
inherit eutils toolchain-funcs
MY_PV="${PV/_pre/-pre}"
@@ -38,6 +39,10 @@
epatch "${FILESDIR}"/${PN}-2.1.0-sysfs-symlink.patch
# verbose build
epatch "${FILESDIR}"/${PN}-2.1.1-verbose.patch
+ # fix linking with ncurses[tinfo]
+ sed -i "/LIBCURSES=\"-l\$LCURSES\"/s/-l\$LCURSES/$($(tc-getPKG_CONFIG) --libs ncurses)/" configure || die 'sed on configure failed'
+
+ epatch_user
}
src_configure() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/bmon: ChangeLog bmon-2.1.1_pre1.ebuild
@ 2014-02-28 11:12 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-02-28 11:12 UTC (permalink / raw
To: gentoo-commits
pinkbyte 14/02/28 11:12:41
Modified: ChangeLog bmon-2.1.1_pre1.ebuild
Log:
Add virtual/pkgconfig dependency due to last change
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.49 net-analyzer/bmon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 28 Feb 2014 11:07:26 -0000 1.48
+++ ChangeLog 28 Feb 2014 11:12:41 -0000 1.49
@@ -1,6 +1,9 @@
# 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.48 2014/02/28 11:07:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.49 2014/02/28 11:12:41 pinkbyte Exp $
+
+ 28 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> bmon-2.1.1_pre1.ebuild:
+ Add virtual/pkgconfig dependency due to last change
28 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> bmon-2.1.1_pre1.ebuild:
Fix linking with sys-libs/ncurses[tinfo], add epatch_user
1.8 net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?r1=1.7&r2=1.8
Index: bmon-2.1.1_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bmon-2.1.1_pre1.ebuild 28 Feb 2014 11:07:26 -0000 1.7
+++ bmon-2.1.1_pre1.ebuild 28 Feb 2014 11:12:41 -0000 1.8
@@ -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.7 2014/02/28 11:07:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v 1.8 2014/02/28 11:12:41 pinkbyte Exp $
EAPI=5
@@ -18,13 +18,15 @@
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="dbi rrdtool"
-DEPEND="
+RDEPEND="
>=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}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
DOCS=( ChangeLog )
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/bmon: ChangeLog bmon-2.1.1_pre1.ebuild
@ 2014-02-28 11:14 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-02-28 11:14 UTC (permalink / raw
To: gentoo-commits
pinkbyte 14/02/28 11:14:26
Modified: ChangeLog bmon-2.1.1_pre1.ebuild
Log:
Stable on amd64 and x86, wrt bug #503034
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.50 net-analyzer/bmon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 28 Feb 2014 11:12:41 -0000 1.49
+++ ChangeLog 28 Feb 2014 11:14:26 -0000 1.50
@@ -1,6 +1,9 @@
# 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.49 2014/02/28 11:12:41 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/ChangeLog,v 1.50 2014/02/28 11:14:26 pinkbyte Exp $
+
+ 28 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> bmon-2.1.1_pre1.ebuild:
+ Stable on amd64 and x86, wrt bug #503034
28 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> bmon-2.1.1_pre1.ebuild:
Add virtual/pkgconfig dependency due to last change
1.9 net-analyzer/bmon/bmon-2.1.1_pre1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild?r1=1.8&r2=1.9
Index: bmon-2.1.1_pre1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.1_pre1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bmon-2.1.1_pre1.ebuild 28 Feb 2014 11:12:41 -0000 1.8
+++ bmon-2.1.1_pre1.ebuild 28 Feb 2014 11:14:26 -0000 1.9
@@ -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.8 2014/02/28 11:12:41 pinkbyte Exp $
+# $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 $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
IUSE="dbi rrdtool"
RDEPEND="
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-28 11:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 11:14 [gentoo-commits] gentoo-x86 commit in net-analyzer/bmon: ChangeLog bmon-2.1.1_pre1.ebuild Sergey Popov (pinkbyte)
-- strict thread matches above, loose matches on Subject: below --
2014-02-28 11:12 Sergey Popov (pinkbyte)
2014-02-28 11:07 Sergey Popov (pinkbyte)
2013-02-01 15:34 Jeroen Roovers (jer)
2009-01-20 17:14 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox