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.19.ebuild ChangeLog
Date: Fri, 21 Feb 2014 19:19:31
Message-Id: 20140221191924.E78AA2004E@flycatcher.gentoo.org
1 slyfox 14/02/21 19:19:24
2
3 Modified: ChangeLog
4 Added: xmobar-0.19.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.25 x11-misc/xmobar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 23 Jul 2013 18:24:08 -0000 1.24
24 +++ ChangeLog 21 Feb 2014 19:19:24 -0000 1.25
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/xmobar
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.24 2013/07/23 18:24:08 slyfox Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.25 2014/02/21 19:19:24 slyfox Exp $
31 +
32 +*xmobar-0.19 (21 Feb 2014)
33 +
34 + 21 Feb 2014; Sergei Trofimovich <slyfox@g.o>
35 + +files/xmobar-0.19-ghc-7.8.patch, +xmobar-0.19.ebuild:
36 + Version bump.
37
38 23 Jul 2013; Sergei Trofimovich <slyfox@g.o> xmobar-0.18.ebuild:
39 Remove USE=inotify as USE=mail always did mail notifications via hinotify (bug
40
41
42
43 1.1 x11-misc/xmobar/xmobar-0.19.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.19.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xmobar/xmobar-0.19.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xmobar-0.19.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.19.ebuild,v 1.1 2014/02/21 19:19:24 slyfox Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.3.5
57 #hackport: flags: -all_extensions,+with_threaded,+with_utf8,with_iwlib:wifi,with_alsa:alsa,with_xft:xft,with_datezone:timezone,with_dbus:dbus,with_mpd:mpd,with_inotify:inotify,with_mpris:mpris
58
59 CABAL_FEATURES="bin"
60 inherit base haskell-cabal
61
62 DESCRIPTION="A Minimalistic Text Based Status Bar"
63 HOMEPAGE="http://projects.haskell.org/xmobar/"
64 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="alsa dbus inotify mpd mpris timezone wifi xft"
70
71 RDEPEND="x11-libs/libXrandr
72 wifi? ( net-wireless/wireless-tools )
73 "
74 DEPEND="${RDEPEND}
75 >=dev-haskell/cabal-1.8.0.2
76 >=dev-haskell/mtl-2.0 <dev-haskell/mtl-2.2
77 >=dev-haskell/parsec-3.1 <dev-haskell/parsec-3.2
78 dev-haskell/regex-compat
79 >=dev-haskell/stm-2.3 <dev-haskell/stm-2.5
80 >=dev-haskell/utf8-string-0.3 <dev-haskell/utf8-string-0.4
81 >=dev-haskell/x11-1.6.1
82 >=dev-lang/ghc-6.12.1
83 alsa? ( >=dev-haskell/alsa-core-0.5 <dev-haskell/alsa-core-0.6
84 >=dev-haskell/alsa-mixer-0.1 <dev-haskell/alsa-mixer-0.2 )
85 dbus? ( >=dev-haskell/dbus-0.10 )
86 inotify? ( >=dev-haskell/hinotify-0.3 <dev-haskell/hinotify-0.4 )
87 mpd? ( >=dev-haskell/libmpd-0.8 <dev-haskell/libmpd-0.9 )
88 mpris? ( >=dev-haskell/dbus-0.10 )
89 timezone? ( >=dev-haskell/timezone-olson-0.1 <dev-haskell/timezone-olson-0.2
90 >=dev-haskell/timezone-series-0.1 <dev-haskell/timezone-series-0.2 )
91 xft? ( >=dev-haskell/x11-xft-0.2 <dev-haskell/x11-xft-0.4 )
92 "
93 RDEPEND+="mpd? ( media-sound/mpd )"
94
95 PATCHES=("${FILESDIR}"/${P}-ghc-7.8.patch)
96
97 src_configure() {
98 haskell-cabal_src_configure \
99 --flag=-all_extensions \
100 $(cabal_flag alsa with_alsa) \
101 $(cabal_flag timezone with_datezone) \
102 $(cabal_flag dbus with_dbus) \
103 $(cabal_flag inotify with_inotify) \
104 $(cabal_flag wifi with_iwlib) \
105 $(cabal_flag mpd with_mpd) \
106 $(cabal_flag mpris with_mpris) \
107 --flag=with_threaded \
108 --flag=with_utf8 \
109 $(cabal_flag xft with_xft)
110 }
111
112 src_install() {
113 cabal_src_install
114
115 dodoc samples/xmobar.config readme.md news.md
116 }