* [gentoo-commits] gentoo-x86 commit in net-analyzer/nbwmon: nbwmon-0.4.3.ebuild ChangeLog
@ 2014-09-20 8:07 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-09-20 8:07 UTC (permalink / raw
To: gentoo-commits
jer 14/09/20 08:07:05
Modified: ChangeLog
Added: nbwmon-0.4.3.ebuild
Log:
Version bump.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 net-analyzer/nbwmon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 4 Sep 2014 19:16:30 -0000 1.1
+++ ChangeLog 20 Sep 2014 08:07:05 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/nbwmon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.1 2014/09/04 19:16:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.2 2014/09/20 08:07:05 jer Exp $
+
+*nbwmon-0.4.3 (20 Sep 2014)
+
+ 20 Sep 2014; Jeroen Roovers <jer@gentoo.org> +nbwmon-0.4.3.ebuild,
+ +files/nbwmon-0.4.3-tinfo.patch:
+ Version bump.
*nbwmon-0.3.2 (04 Sep 2014)
1.1 net-analyzer/nbwmon/nbwmon-0.4.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.1&content-type=text/plain
Index: nbwmon-0.4.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 1.1 2014/09/20 08:07:05 jer Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="ncurses bandwidth monitor"
HOMEPAGE="https://github.com/defer-/nbwmon"
SRC_URI="https://github.com/defer-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
sys-libs/ncurses
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
"
src_prepare() {
epatch "${FILESDIR}"/${P}-tinfo.patch
tc-export CC PKG_CONFIG
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nbwmon: nbwmon-0.4.3.ebuild ChangeLog
@ 2014-09-21 8:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-09-21 8:29 UTC (permalink / raw
To: gentoo-commits
ago 14/09/21 08:29:52
Modified: nbwmon-0.4.3.ebuild ChangeLog
Log:
Add ~ppc, wrt bug #523344
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 net-analyzer/nbwmon/nbwmon-0.4.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?r1=1.1&r2=1.2
Index: nbwmon-0.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nbwmon-0.4.3.ebuild 20 Sep 2014 08:07:05 -0000 1.1
+++ nbwmon-0.4.3.ebuild 21 Sep 2014 08:29:52 -0000 1.2
@@ -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/nbwmon/nbwmon-0.4.3.ebuild,v 1.1 2014/09/20 08:07:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 1.2 2014/09/21 08:29:52 ago Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="
sys-libs/ncurses
1.3 net-analyzer/nbwmon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 20 Sep 2014 08:07:05 -0000 1.2
+++ ChangeLog 21 Sep 2014 08:29:52 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nbwmon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.2 2014/09/20 08:07:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.3 2014/09/21 08:29:52 ago Exp $
+
+ 21 Sep 2014; Agostino Sarubbo <ago@gentoo.org> nbwmon-0.4.3.ebuild:
+ Add ~ppc, wrt bug #523344
*nbwmon-0.4.3 (20 Sep 2014)
@@ -13,4 +16,3 @@
04 Sep 2014; Jeroen Roovers <jer@gentoo.org> +nbwmon-0.3.2.ebuild,
+files/nbwmon-0.3.2-tinfo.patch, +metadata.xml:
Initial commit (bug #520822 by Ari Malinen).
-
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nbwmon: nbwmon-0.4.3.ebuild ChangeLog
@ 2014-10-24 13:39 Anthony G. Basile (blueness)
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-10-24 13:39 UTC (permalink / raw
To: gentoo-commits
blueness 14/10/24 13:39:23
Modified: nbwmon-0.4.3.ebuild ChangeLog
Log:
Keyword ~ppc64, bug #526064
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.3 net-analyzer/nbwmon/nbwmon-0.4.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild?r1=1.2&r2=1.3
Index: nbwmon-0.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nbwmon-0.4.3.ebuild 21 Sep 2014 08:29:52 -0000 1.2
+++ nbwmon-0.4.3.ebuild 24 Oct 2014 13:39:23 -0000 1.3
@@ -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/nbwmon/nbwmon-0.4.3.ebuild,v 1.2 2014/09/21 08:29:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.4.3.ebuild,v 1.3 2014/10/24 13:39:23 blueness Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
RDEPEND="
sys-libs/ncurses
1.4 net-analyzer/nbwmon/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Sep 2014 08:29:52 -0000 1.3
+++ ChangeLog 24 Oct 2014 13:39:23 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nbwmon
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.3 2014/09/21 08:29:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.4 2014/10/24 13:39:23 blueness Exp $
+
+ 24 Oct 2014; Anthony G. Basile <blueness@gentoo.org> nbwmon-0.4.3.ebuild:
+ Keyword ~ppc64, bug #526064
21 Sep 2014; Agostino Sarubbo <ago@gentoo.org> nbwmon-0.4.3.ebuild:
Add ~ppc, wrt bug #523344
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-24 13:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-21 8:29 [gentoo-commits] gentoo-x86 commit in net-analyzer/nbwmon: nbwmon-0.4.3.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-10-24 13:39 Anthony G. Basile (blueness)
2014-09-20 8:07 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