Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/latencytop: latencytop-0.5.ebuild ChangeLog
Date: Tue, 29 Dec 2009 06:31:39
Message-Id: E1NPVcF-0003fH-5R@stork.gentoo.org
1 vapier 09/12/29 06:31:35
2
3 Modified: latencytop-0.5.ebuild ChangeLog
4 Log:
5 Fix building when USE=-gtk #297461 by Andrei Slavoiu.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-process/latencytop/latencytop-0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild?r1=1.1&r2=1.2
14
15 Index: latencytop-0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- latencytop-0.5.ebuild 18 Dec 2009 15:58:29 -0000 1.1
22 +++ latencytop-0.5.ebuild 29 Dec 2009 06:31:34 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild,v 1.1 2009/12/18 15:58:29 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/latencytop-0.5.ebuild,v 1.2 2009/12/29 06:31:34 vapier Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -23,11 +23,14 @@
32 unpack ${A}
33 cd "${S}"
34 epatch "${FILESDIR}"/${P}-*.patch
35 + sed -i \
36 + -e "/^HAS_GTK_GUI/s:=.*:=$(use gtk && echo 1):" \
37 + Makefile || die
38 }
39
40 src_compile() {
41 tc-export CC PKG_CONFIG
42 - emake HAS_GTK_GUI=$(use gtk && echo 1) || die
43 + emake || die
44 }
45
46 src_install() {
47
48
49
50 1.7 sys-process/latencytop/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/latencytop/ChangeLog?rev=1.7&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/latencytop/ChangeLog?rev=1.7&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/latencytop/ChangeLog?r1=1.6&r2=1.7
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v
59 retrieving revision 1.6
60 retrieving revision 1.7
61 diff -u -r1.6 -r1.7
62 --- ChangeLog 18 Dec 2009 15:58:29 -0000 1.6
63 +++ ChangeLog 29 Dec 2009 06:31:34 -0000 1.7
64 @@ -1,6 +1,9 @@
65 # ChangeLog for sys-process/latencytop
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v 1.6 2009/12/18 15:58:29 vapier Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sys-process/latencytop/ChangeLog,v 1.7 2009/12/29 06:31:34 vapier Exp $
69 +
70 + 29 Dec 2009; Mike Frysinger <vapier@g.o> latencytop-0.5.ebuild:
71 + Fix building when USE=-gtk #297461 by Andrei Slavoiu.
72
73 *latencytop-0.5 (18 Dec 2009)