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/gtk2hs: ChangeLog gtk2hs-0.9.12.ebuild
Date: Sun, 04 May 2008 14:10:04
Message-Id: E1Jseuf-0002xN-Rb@stork.gentoo.org
1 kolmodin 08/05/04 14:10:01
2
3 Modified: ChangeLog gtk2hs-0.9.12.ebuild
4 Log:
5 Remove unused patches, and fix a repoman minor. dev-haskell/gtk2hs
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.45 dev-haskell/gtk2hs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.45&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.45&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?r1=1.44&r2=1.45
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v
18 retrieving revision 1.44
19 retrieving revision 1.45
20 diff -u -r1.44 -r1.45
21 --- ChangeLog 4 May 2008 13:56:19 -0000 1.44
22 +++ ChangeLog 4 May 2008 14:10:01 -0000 1.45
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-haskell/gtk2hs
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.44 2008/05/04 13:56:19 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.45 2008/05/04 14:10:01 kolmodin Exp $
28 +
29 + 04 May 2008; Lennart Kolmodin <kolmodin@g.o>
30 + -files/gtk2hs-0.9.10-cflags.patch, -files/gtk2hs-0.9.10-ghc622.patch,
31 + -files/gtk2hs-0.9.10-store.patch, gtk2hs-0.9.12.ebuild:
32 + Remove unused patches, and fix a ebuild.minorsyn.
33
34 04 May 2008; Lennart Kolmodin <kolmodin@g.o>
35 gtk2hs-0.9.12.1.ebuild:
36
37
38
39 1.7 dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?r1=1.6&r2=1.7
44
45 Index: gtk2hs-0.9.12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- gtk2hs-0.9.12.ebuild 17 Mar 2008 15:25:47 -0000 1.6
52 +++ gtk2hs-0.9.12.ebuild 4 May 2008 14:10:01 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.6 2008/03/17 15:25:47 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.7 2008/05/04 14:10:01 kolmodin Exp $
58
59 inherit base eutils ghc-package multilib toolchain-funcs versionator
60
61 @@ -30,7 +30,7 @@
62 doc? ( >=dev-haskell/haddock-0.8 )"
63
64 src_unpack() {
65 - unpack "${A}"
66 + unpack ${A}
67
68 # Fix for recent glib that changes the type of the gtype typedef:
69 sed -i -e 's/(CULong)/(CULong, CUInt)/' \
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list