Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xmobar: xmobar-0.9.2-r1.ebuild ChangeLog
Date: Wed, 27 Jan 2010 19:13:32
Message-Id: E1NaDKR-00061W-Jo@stork.gentoo.org
1 kolmodin 10/01/27 19:13:27
2
3 Modified: xmobar-0.9.2-r1.ebuild ChangeLog
4 Log:
5 Use explicit patch names in PATCHES variable.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 x11-misc/xmobar/xmobar-0.9.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: xmobar-0.9.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xmobar-0.9.2-r1.ebuild 15 Dec 2009 21:41:37 -0000 1.2
22 +++ xmobar-0.9.2-r1.ebuild 27 Jan 2010 19:13:26 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v 1.2 2009/12/15 21:41:37 kolmodin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v 1.3 2010/01/27 19:13:26 kolmodin Exp $
29
30 CABAL_FEATURES="bin"
31 inherit base haskell-cabal
32 @@ -26,7 +26,7 @@
33 DEPEND="${RDEPEND}
34 >=dev-haskell/cabal-1.2"
35
36 -PATCHES=("${FILESDIR}/${P}-*")
37 +PATCHES=("${FILESDIR}/${P}-cpu-high-load.patch")
38
39 src_compile() {
40 CABAL_CONFIGURE_FLAGS="--constraint=base<4"
41
42
43
44 1.7 x11-misc/xmobar/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 15 Dec 2009 21:41:37 -0000 1.6
57 +++ ChangeLog 27 Jan 2010 19:13:26 -0000 1.7
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-misc/xmobar
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.6 2009/12/15 21:41:37 kolmodin Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.7 2010/01/27 19:13:26 kolmodin Exp $
64 +
65 + 27 Jan 2010; <kolmodin@g.o> xmobar-0.9.2-r1.ebuild:
66 + Use explicit patch name in PATHCHES. Reported in bug #302225.
67
68 15 Dec 2009; <kolmodin@g.o> xmobar-0.9.2-r1.ebuild:
69 Fix mixup with DEPEND / RDEPEND flags.