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.1.ebuild
Date: Sun, 04 May 2008 13:56:22
Message-Id: E1JsehP-0002qP-HN@stork.gentoo.org
1 kolmodin 08/05/04 13:56:19
2
3 Modified: ChangeLog gtk2hs-0.9.12.1.ebuild
4 Log:
5 Fix bug #220185 in dev-haskell/gtk2hs-0.9.12.1.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.44 dev-haskell/gtk2hs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 17 Mar 2008 15:25:47 -0000 1.43
22 +++ ChangeLog 4 May 2008 13:56:19 -0000 1.44
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.43 2008/03/17 15:25:47 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.44 2008/05/04 13:56:19 kolmodin Exp $
28 +
29 + 04 May 2008; Lennart Kolmodin <kolmodin@g.o>
30 + gtk2hs-0.9.12.1.ebuild:
31 + Add Duncan Coutts' fix when using haddock 0.9.
32 + This should close bug #220185.
33
34 17 Mar 2008; Raúl Porcel <armin76@g.o> gtk2hs-0.9.11.ebuild,
35 gtk2hs-0.9.12.ebuild, gtk2hs-0.9.12.1.ebuild:
36
37
38
39 1.7 dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.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.1.ebuild?r1=1.6&r2=1.7
44
45 Index: gtk2hs-0.9.12.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.1.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- gtk2hs-0.9.12.1.ebuild 17 Mar 2008 15:25:47 -0000 1.6
52 +++ gtk2hs-0.9.12.1.ebuild 4 May 2008 13:56:19 -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.1.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.1.ebuild,v 1.7 2008/05/04 13:56:19 kolmodin Exp $
58
59 inherit base eutils ghc-package multilib toolchain-funcs versionator
60
61 @@ -30,6 +30,15 @@
62 doc? ( >=dev-haskell/haddock-0.8 )
63 dev-util/pkgconfig"
64
65 +src_unpack() {
66 + unpack ${A}
67 +
68 + sed -i -e '\|docs/reference/haddock.js|d' \
69 + -e '/$(foreach LETTER,/,+1 d' \
70 + -e '\|\tdocs/reference/gtk2hs.haddock| s/\\//' \
71 + "${S}/Makefile.in"
72 +}
73 +
74 src_compile() {
75 econf \
76 --enable-packager-mode \
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list