Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/htop: htop-1.0.3.ebuild ChangeLog
Date: Thu, 30 Oct 2014 21:30:04
Message-Id: 20141030212957.8D174918F@oystercatcher.gentoo.org
1 idl0r 14/10/30 21:29:57
2
3 Modified: htop-1.0.3.ebuild ChangeLog
4 Log:
5 Add missing virtual/pkgconfig dep
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
8
9 Revision Changes Path
10 1.7 sys-process/htop/htop-1.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild?r1=1.6&r2=1.7
15
16 Index: htop-1.0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- htop-1.0.3.ebuild 30 Oct 2014 10:02:39 -0000 1.6
23 +++ htop-1.0.3.ebuild 30 Oct 2014 21:29:57 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.6 2014/10/30 10:02:39 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.3.ebuild,v 1.7 2014/10/30 21:29:57 idl0r Exp $
29
30 EAPI=5
31
32 @@ -20,7 +20,8 @@
33 IUSE="kernel_FreeBSD kernel_linux oom openvz unicode vserver"
34
35 RDEPEND="sys-libs/ncurses[unicode?]"
36 -DEPEND="${RDEPEND}"
37 +DEPEND="${RDEPEND}
38 + virtual/pkgconfig"
39
40 DOCS=( ChangeLog README )
41
42
43
44
45 1.147 sys-process/htop/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.147&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?rev=1.147&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/htop/ChangeLog?r1=1.146&r2=1.147
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
54 retrieving revision 1.146
55 retrieving revision 1.147
56 diff -u -r1.146 -r1.147
57 --- ChangeLog 30 Oct 2014 10:02:39 -0000 1.146
58 +++ ChangeLog 30 Oct 2014 21:29:57 -0000 1.147
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-process/htop
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.146 2014/10/30 10:02:39 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.147 2014/10/30 21:29:57 idl0r Exp $
64 +
65 + 30 Oct 2014; Christian Ruppert <idl0r@g.o> htop-1.0.3.ebuild:
66 + Add missing virtual/pkgconfig dep
67
68 30 Oct 2014; Agostino Sarubbo <ago@g.o> htop-1.0.3.ebuild:
69 Stable for x86, wrt bug #525450