Gentoo Archives: gentoo-commits

From: "Duncan Coutts (dcoutts)" <dcoutts@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/gtk2hs: ChangeLog gtk2hs-0.9.10-r1.ebuild
Date: Wed, 31 Oct 2007 12:56:48
Message-Id: E1InD7j-00075E-0y@stork.gentoo.org
1 dcoutts 07/10/31 12:56:43
2
3 Modified: ChangeLog gtk2hs-0.9.10-r1.ebuild
4 Log:
5 Drop virtual/ghc in favour of dev-lang/ghc
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.36 dev-haskell/gtk2hs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 29 Oct 2007 06:51:08 -0000 1.35
22 +++ ChangeLog 31 Oct 2007 12:56:42 -0000 1.36
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-haskell/gtk2hs
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.35 2007/10/29 06:51:08 araujo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.36 2007/10/31 12:56:42 dcoutts Exp $
28 +
29 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> gtk2hs-0.9.10-r1.ebuild:
30 + Drop virtual/ghc in favour of dev-lang/ghc
31
32 29 Oct 2007; Luis F. Araujo <araujo@g.o> gtk2hs-0.9.12.ebuild:
33 Fix for recent glib that changes the type of the gtype typedef
34
35
36
37 1.6 dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild?r1=1.5&r2=1.6
42
43 Index: gtk2hs-0.9.10-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- gtk2hs-0.9.10-r1.ebuild 12 Oct 2007 08:41:45 -0000 1.5
50 +++ gtk2hs-0.9.10-r1.ebuild 31 Oct 2007 12:56:42 -0000 1.6
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild,v 1.5 2007/10/12 08:41:45 remi Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10-r1.ebuild,v 1.6 2007/10/31 12:56:42 dcoutts Exp $
56
57 inherit base eutils ghc-package multilib autotools
58
59 @@ -15,8 +15,8 @@
60
61 IUSE="doc glade gnome firefox"
62
63 -RDEPEND="<virtual/ghc-6.6
64 - !>=virtual/ghc-6.6
65 +RDEPEND="<dev-lang/ghc-6.6
66 + !>=dev-lang/ghc-6.6
67 amd64? ( || ( >=dev-lang/ghc-6.4.1 >=dev-lang/ghc-bin-6.4.1 ) )
68 >=x11-libs/gtk+-2
69 glade? ( >=gnome-base/libglade-2 )
70
71
72
73 --
74 gentoo-commits@g.o mailing list