Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/x11: ChangeLog x11-1.4.6.1.ebuild
Date: Mon, 26 Oct 2009 22:19:52
Message-Id: E1N2Xuo-0001Ss-OV@stork.gentoo.org
1 kolmodin 09/10/26 22:19:50
2
3 Modified: ChangeLog
4 Added: x11-1.4.6.1.ebuild
5 Log:
6 Version bump dev-haskell/x11
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 dev-haskell/x11/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 16 Sep 2009 15:03:02 -0000 1.15
23 +++ ChangeLog 26 Oct 2009 22:19:50 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-haskell/x11
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.15 2009/09/16 15:03:02 betelgeuse Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.16 2009/10/26 22:19:50 kolmodin Exp $
29 +
30 +*x11-1.4.6.1 (26 Oct 2009)
31 +
32 + 26 Oct 2009; <kolmodin@g.o> +x11-1.4.6.1.ebuild:
33 + Version bump
34
35 16 Sep 2009; Petteri Räty <betelgeuse@g.o> -x11-1.1.ebuild:
36 Remove old version with built_with_use call.
37
38
39
40 1.1 dev-haskell/x11/x11-1.4.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: x11-1.4.6.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.1 2009/10/26 22:19:50 kolmodin Exp $
50
51 CABAL_FEATURES="lib profile haddock hscolour"
52 inherit haskell-cabal
53
54 MY_PN="X11"
55 MY_P="${MY_PN}-${PV}"
56
57 DESCRIPTION="A binding to the X11 graphics library"
58 HOMEPAGE="http://darcs.haskell.org/X11"
59 SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~sparc ~x86"
64 IUSE="xinerama"
65
66 DEPEND=">=dev-haskell/cabal-1.2"
67 RDEPEND="${DEPEND}
68 >=dev-lang/ghc-6.8
69 x11-libs/libX11
70 xinerama? ( x11-libs/libXinerama )"
71
72 S="${WORKDIR}/${MY_P}"
73
74 src_compile() {
75 CABAL_CONFIGURE_FLAGS="--configure-option=$(use_with xinerama)"
76 cabal_src_compile
77 }