Gentoo Archives: gentoo-commits

From: "Luis F. Araujo (araujo)" <araujo@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: Fri, 09 Nov 2007 20:38:23
Message-Id: E1IqacL-0008Pe-06@stork.gentoo.org
1 araujo 07/11/09 20:38:16
2
3 Modified: ChangeLog gtk2hs-0.9.12.ebuild
4 Log:
5 Fixing package setup bug
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.37 dev-haskell/gtk2hs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 31 Oct 2007 12:56:42 -0000 1.36
22 +++ ChangeLog 9 Nov 2007 20:38:16 -0000 1.37
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.36 2007/10/31 12:56:42 dcoutts Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.37 2007/11/09 20:38:16 araujo Exp $
28 +
29 + 09 Nov 2007; Luis F. Araujo <araujo@g.o> gtk2hs-0.9.12.ebuild:
30 + Adding missing backslash to fix package registration
31
32 31 Oct 2007; Duncan Coutts <dcoutts@g.o> gtk2hs-0.9.10-r1.ebuild:
33 Drop virtual/ghc in favour of dev-lang/ghc
34
35
36
37 1.4 dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild?r1=1.3&r2=1.4
42
43 Index: gtk2hs-0.9.12.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- gtk2hs-0.9.12.ebuild 29 Oct 2007 06:51:08 -0000 1.3
50 +++ gtk2hs-0.9.12.ebuild 9 Nov 2007 20:38:16 -0000 1.4
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.12.ebuild,v 1.3 2007/10/29 06:51:08 araujo Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.12.ebuild,v 1.4 2007/11/09 20:38:16 araujo Exp $
56
57 inherit base eutils ghc-package multilib toolchain-funcs versionator
58
59 @@ -95,7 +95,7 @@
60 "${D}/usr/$(get_libdir)/gtk2hs/gconf.${pkgext}" \
61 "${D}/usr/$(get_libdir)/gtk2hs/sourceview.${pkgext}" ) \
62 $(use svg && echo \
63 - "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.${pkgext}")
64 + "${D}/usr/$(get_libdir)/gtk2hs/svgcairo.${pkgext}") \
65 $(use opengl && echo \
66 "${D}/usr/$(get_libdir)/gtk2hs/gtkglext.${pkgext}") \
67 $(use seamonkey || use firefox || use xulrunner && echo \
68
69
70
71 --
72 gentoo-commits@g.o mailing list