Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nbwmon: nbwmon-0.5.1.ebuild ChangeLog nbwmon-0.3.2.ebuild
Date: Thu, 30 Oct 2014 15:21:35
Message-Id: 20141030152130.E071D913A@oystercatcher.gentoo.org
1 jer 14/10/30 15:21:30
2
3 Modified: ChangeLog
4 Added: nbwmon-0.5.1.ebuild
5 Removed: nbwmon-0.3.2.ebuild
6 Log:
7 Version bump (bug #527456).
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
10
11 Revision Changes Path
12 1.5 net-analyzer/nbwmon/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 24 Oct 2014 13:39:23 -0000 1.4
25 +++ ChangeLog 30 Oct 2014 15:21:30 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-analyzer/nbwmon
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.4 2014/10/24 13:39:23 blueness Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/ChangeLog,v 1.5 2014/10/30 15:21:30 jer Exp $
31 +
32 +*nbwmon-0.5.1 (30 Oct 2014)
33 +
34 + 30 Oct 2014; Jeroen Roovers <jer@g.o> -nbwmon-0.3.2.ebuild,
35 + +nbwmon-0.5.1.ebuild, -files/nbwmon-0.3.2-tinfo.patch:
36 + Version bump (bug #527456).
37
38 24 Oct 2014; Anthony G. Basile <blueness@g.o> nbwmon-0.4.3.ebuild:
39 Keyword ~ppc64, bug #526064
40
41
42
43 1.1 net-analyzer/nbwmon/nbwmon-0.5.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: nbwmon-0.5.1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbwmon/nbwmon-0.5.1.ebuild,v 1.1 2014/10/30 15:21:30 jer Exp $
53
54 EAPI=5
55 inherit eutils toolchain-funcs
56
57 DESCRIPTION="ncurses bandwidth monitor"
58 HOMEPAGE="https://github.com/defer-/nbwmon"
59 SRC_URI="https://github.com/defer-/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64
65 RDEPEND="
66 sys-libs/ncurses
67 "
68 DEPEND="
69 ${RDEPEND}
70 virtual/pkgconfig
71 "
72
73 src_prepare() {
74 epatch "${FILESDIR}"/${PN}-0.4.3-tinfo.patch
75 tc-export CC PKG_CONFIG
76 }