Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/htop: ChangeLog htop-0.8.1.ebuild
Date: Sun, 23 Nov 2008 15:02:58
Message-Id: E1L4GUA-0007Jr-Ml@stork.gentoo.org
1 loki_val 08/11/23 15:02:54
2
3 Modified: ChangeLog htop-0.8.1.ebuild
4 Log:
5 Add patch on request of ssuominen.
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
7
8 Revision Changes Path
9 1.62 sys-process/htop/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/ChangeLog?rev=1.62&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/ChangeLog?rev=1.62&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/ChangeLog?r1=1.61&r2=1.62
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v
18 retrieving revision 1.61
19 retrieving revision 1.62
20 diff -u -r1.61 -r1.62
21 --- ChangeLog 10 Nov 2008 12:59:42 -0000 1.61
22 +++ ChangeLog 23 Nov 2008 15:02:54 -0000 1.62
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-process/htop
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.61 2008/11/10 12:59:42 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.62 2008/11/23 15:02:54 loki_val Exp $
28 +
29 + 23 Nov 2008; Peter Alfredsen <loki_val@g.o>
30 + +files/htop-0.8.1-desktop-entry.patch, htop-0.8.1.ebuild:
31 + Add patch on request of ssuominen.
32
33 10 Nov 2008; Raúl Porcel <armin76@g.o> htop-0.8.1.ebuild:
34 arm stable wrt #241514
35
36
37
38 1.3 sys-process/htop/htop-0.8.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/htop-0.8.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/htop-0.8.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/htop/htop-0.8.1.ebuild?r1=1.2&r2=1.3
43
44 Index: htop-0.8.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- htop-0.8.1.ebuild 10 Nov 2008 12:59:42 -0000 1.2
51 +++ htop-0.8.1.ebuild 23 Nov 2008 15:02:54 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.1.ebuild,v 1.2 2008/11/10 12:59:42 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.8.1.ebuild,v 1.3 2008/11/23 15:02:54 loki_val Exp $
57
58 inherit eutils flag-o-matic
59
60 @@ -23,6 +23,12 @@
61 fi
62 }
63
64 +src_unpack() {
65 + unpack ${A}
66 + cd "${S}"
67 + epatch "${FILESDIR}/${P}-desktop-entry.patch"
68 +}
69 +
70 src_compile() {
71 if use unicode && ! built_with_use sys-libs/ncurses unicode; then
72 die "for unicode support of htop, sys-libs/ncurses must be emerged with USE=unicode"