Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xmobar: xmobar-0.13.ebuild ChangeLog
Date: Mon, 02 Apr 2012 03:34:56
Message-Id: 20120402033446.810D52004B@flycatcher.gentoo.org
1 slyfox 12/04/02 03:34:46
2
3 Modified: xmobar-0.13.ebuild ChangeLog
4 Log:
5 Fixed build failure against ghc-7.2+ (bug #410449 by Phil Tooley).
6
7 (Portage version: 2.2.0_alpha96_p5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-misc/xmobar/xmobar-0.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild?r1=1.1&r2=1.2
15
16 Index: xmobar-0.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xmobar-0.13.ebuild 18 Sep 2011 18:09:00 -0000 1.1
23 +++ xmobar-0.13.ebuild 2 Apr 2012 03:34:46 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild,v 1.1 2011/09/18 18:09:00 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.13.ebuild,v 1.2 2012/04/02 03:34:46 slyfox Exp $
30
31 EAPI="3"
32 CABAL_FEATURES="bin"
33 -inherit haskell-cabal
34 +inherit base haskell-cabal
35
36 DESCRIPTION="A Minimalistic Text Based Status Bar"
37 HOMEPAGE="http://projects.haskell.org/xmobar/"
38 @@ -34,6 +34,8 @@
39 #RDEPEND="mpd? ( media-sound/mpd )"
40 RDEPEND=""
41
42 +PATCHES=("${FILESDIR}/${PN}-0.13-fix-build-failure-against-ghc-7.2.patch")
43 +
44 src_configure() {
45 cabal_src_configure \
46 $(cabal_flag xft with_xft) \
47
48
49
50 1.14 x11-misc/xmobar/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.14&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.14&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?r1=1.13&r2=1.14
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
59 retrieving revision 1.13
60 retrieving revision 1.14
61 diff -u -r1.13 -r1.14
62 --- ChangeLog 18 Sep 2011 18:10:59 -0000 1.13
63 +++ ChangeLog 2 Apr 2012 03:34:46 -0000 1.14
64 @@ -1,6 +1,11 @@
65 # ChangeLog for x11-misc/xmobar
66 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.13 2011/09/18 18:10:59 slyfox Exp $
68 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.14 2012/04/02 03:34:46 slyfox Exp $
70 +
71 + 02 Apr 2012; Sergei Trofimovich <slyfox@g.o>
72 + +files/xmobar-0.13-fix-build-failure-against-ghc-7.2.patch,
73 + xmobar-0.13.ebuild:
74 + Fixed build failure against ghc-7.2+ (bug #410449 by Phil Tooley).
75
76 18 Sep 2011; Sergei Trofimovich <slyfox@g.o>
77 -files/xmobar-0.9.2-cpu-high-load.patch, -xmobar-0.11.1.ebuild: