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:57:02
Message-Id: E1N2YUm-000663-4g@stork.gentoo.org
1 kolmodin 09/10/26 22:57:00
2
3 Modified: ChangeLog x11-1.4.6.1.ebuild
4 Log:
5 Fix deps in dev-haskell/x11
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 dev-haskell/x11/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 26 Oct 2009 22:19:50 -0000 1.16
22 +++ ChangeLog 26 Oct 2009 22:56:59 -0000 1.17
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-haskell/x11
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.16 2009/10/26 22:19:50 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/ChangeLog,v 1.17 2009/10/26 22:56:59 kolmodin Exp $
28 +
29 + 26 Oct 2009; <kolmodin@g.o> x11-1.4.6.1.ebuild:
30 + Fix deps
31
32 *x11-1.4.6.1 (26 Oct 2009)
33
34
35
36
37 1.2 dev-haskell/x11/x11-1.4.6.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild?r1=1.1&r2=1.2
42
43 Index: x11-1.4.6.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- x11-1.4.6.1.ebuild 26 Oct 2009 22:19:50 -0000 1.1
50 +++ x11-1.4.6.1.ebuild 26 Oct 2009 22:56:59 -0000 1.2
51 @@ -1,9 +1,9 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $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 $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.4.6.1.ebuild,v 1.2 2009/10/26 22:56:59 kolmodin Exp $
56
57 -CABAL_FEATURES="lib profile haddock hscolour"
58 -inherit haskell-cabal
59 +CABAL_FEATURES="lib profile haddock"
60 +inherit haskell-cabal eutils
61
62 MY_PN="X11"
63 MY_P="${MY_PN}-${PV}"
64 @@ -17,11 +17,11 @@
65 KEYWORDS="~amd64 ~hppa ~sparc ~x86"
66 IUSE="xinerama"
67
68 -DEPEND=">=dev-haskell/cabal-1.2"
69 -RDEPEND="${DEPEND}
70 - >=dev-lang/ghc-6.8
71 +RDEPEND=">=dev-lang/ghc-6.8
72 x11-libs/libX11
73 xinerama? ( x11-libs/libXinerama )"
74 +DEPEND="${RDEPEND}
75 + >=dev-haskell/cabal-1.2"
76
77 S="${WORKDIR}/${MY_P}"