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: ChangeLog xmobar-0.11.1.ebuild
Date: Mon, 04 Oct 2010 21:09:33
Message-Id: 20101004210926.BEF0220051@flycatcher.gentoo.org
1 kolmodin 10/10/04 21:09:26
2
3 Modified: ChangeLog
4 Added: xmobar-0.11.1.ebuild
5 Log:
6 Version bump x11-misc/xmobar.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 x11-misc/xmobar/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 16 Jun 2010 22:30:17 -0000 1.9
23 +++ ChangeLog 4 Oct 2010 21:09:26 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/xmobar
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.9 2010/06/16 22:30:17 kolmodin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.10 2010/10/04 21:09:26 kolmodin Exp $
29 +
30 +*xmobar-0.11.1 (04 Oct 2010)
31 +
32 + 04 Oct 2010; Lennart Kolmodin <kolmodin@g.o> +xmobar-0.11.1.ebuild:
33 + Version bump.
34
35 16 Jun 2010; Lennart Kolmodin <kolmodin@g.o> xmobar-0.8.ebuild,
36 xmobar-0.8-r1.ebuild, xmobar-0.9.ebuild, xmobar-0.9.2-r1.ebuild:
37
38
39
40 1.1 x11-misc/xmobar/xmobar-0.11.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.11.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.11.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xmobar-0.11.1.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.11.1.ebuild,v 1.1 2010/10/04 21:09:26 kolmodin Exp $
50
51 EAPI="2"
52 CABAL_FEATURES="bin"
53 inherit haskell-cabal
54
55 DESCRIPTION="A Minimalistic Text Based Status Bar"
56 HOMEPAGE="http://code.haskell.org/~arossato/xmobar"
57 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="xft unicode mail"
63 # wifi USE flag disabled due to compilation error with current stable wireless-tools.
64
65 DEPEND=">=dev-lang/ghc-6.8.1
66 >=dev-haskell/cabal-1.6
67 dev-haskell/mtl
68 dev-haskell/parsec
69 dev-haskell/stm
70 dev-haskell/time
71 >=dev-haskell/x11-1.3.0
72 unicode? ( dev-haskell/utf8-string )
73 xft? ( dev-haskell/utf8-string
74 dev-haskell/x11-xft )
75 mail? ( dev-haskell/hinotify )"
76
77 # mpd? ( >dev-haskell/libmpd-0.4 )
78 # wifi? ( net-wireless/wireless-tools )
79
80 #RDEPEND="mpd? ( media-sound/mpd )"
81 RDEPEND=""
82
83 src_configure() {
84 cabal_src_configure \
85 $(cabal_flag xft with_xft) \
86 $(cabal_flag unicode with_utf8) \
87 $(cabal_flag mail with_inotify)
88
89 # $(cabal_flag mpd with_mpd)
90 # $(cabal_flag wifi with_iwlib) \
91 }
92
93 src_install() {
94 cabal_src_install
95
96 dodoc xmobar.config-sample README
97 }