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.8-r1.ebuild
Date: Tue, 01 Jan 2008 16:30:13
Message-Id: E1J9k0B-000515-RD@stork.gentoo.org
1 kolmodin 08/01/01 16:30:03
2
3 Modified: ChangeLog
4 Added: xmobar-0.8-r1.ebuild
5 Log:
6 Add missing deps to x11-misc/xmobar-0.8, and install sample configuration
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 x11-misc/xmobar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 15 Dec 2007 23:28:17 -0000 1.1
23 +++ ChangeLog 1 Jan 2008 16:30:03 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-misc/xmobar
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.1 2007/12/15 23:28:17 kolmodin Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.2 2008/01/01 16:30:03 kolmodin Exp $
30 +
31 +*xmobar-0.8-r1 (01 Jan 2008)
32 +
33 + 01 Jan 2008; Lennart Kolmodin <kolmodin@g.o> +xmobar-0.8-r1.ebuild:
34 + Add missing deps and install README and sample configuration
35
36 *xmobar-0.8 (16 Dec 2007)
37
38
39
40
41 1.1 x11-misc/xmobar/xmobar-0.8-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/xmobar-0.8-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xmobar/xmobar-0.8-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xmobar-0.8-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.8-r1.ebuild,v 1.1 2008/01/01 16:30:03 kolmodin Exp $
51
52 CABAL_FEATURES="bin"
53 CABAL_MIN_VERSION=1.2
54 inherit haskell-cabal
55
56 DESCRIPTION="A Minimalistic Text Based Status Bar"
57 HOMEPAGE="http://gorgias.mine.nu/xmobar/"
58 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
59
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~amd64 -sparc ~x86"
63 IUSE=""
64
65 DEPEND=">=dev-lang/ghc-6.6
66 >=dev-haskell/x11-1.3.0
67 >=dev-haskell/mtl-1.0
68 >=dev-haskell/filepath-1.0
69 dev-haskell/parsec
70 dev-haskell/stm"
71
72 src_unpack() {
73 unpack ${A}
74
75 # Cannot use -fasm on arches without a native code gen!
76 # Don't need -Wall.
77 # Portage does striping, package must not do it themselves.
78 sed -i -e 's/-O2 -fasm -Wall -optl-Wl,-s//' "${S}/xmobar.cabal"
79 }
80
81 src_install() {
82 cabal_src_install
83
84 dodoc xmobar.config-sample README
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list