Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/gio: gio-0.12.4.ebuild ChangeLog
Date: Sun, 25 Nov 2012 06:37:49
Message-Id: 20121125063739.3FB1620C65@flycatcher.gentoo.org
1 gienah 12/11/25 06:37:39
2
3 Modified: ChangeLog
4 Added: gio-0.12.4.ebuild
5 Log:
6 Bump gio to 0.12.4
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.9 dev-haskell/gio/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 25 Nov 2012 05:44:31 -0000 1.8
24 +++ ChangeLog 25 Nov 2012 06:37:39 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-haskell/gio
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.8 2012/11/25 05:44:31 gienah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.9 2012/11/25 06:37:39 gienah Exp $
30 +
31 +*gio-0.12.4 (25 Nov 2012)
32 +
33 + 25 Nov 2012; Mark Wright <gienah@g.o> +gio-0.12.4.ebuild:
34 + Bump gio to 0.12.4
35
36 25 Nov 2012; Mark Wright <gienah@g.o> +files/gio-0.12.3-ghc-7.6.patch,
37 gio-0.12.3.ebuild:
38
39
40
41 1.1 dev-haskell/gio/gio-0.12.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/gio-0.12.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/gio-0.12.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gio-0.12.4.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.12.4.ebuild,v 1.1 2012/11/25 06:37:38 gienah Exp $
51
52 EAPI=5
53
54 # ebuild generated by hackport 0.3.9999
55
56 #nocabaldep is for the fancy cabal-detection feature at build-time
57 CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep"
58 inherit haskell-cabal
59
60 DESCRIPTION="Binding to the GIO."
61 HOMEPAGE="http://projects.haskell.org/gtk2hs/"
62 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=">=dev-haskell/glib-0.12.0:=[profile?]
70 <dev-haskell/glib-0.13:=[profile?]
71 dev-haskell/mtl:=[profile?]
72 >=dev-lang/ghc-6.10.4:=
73 dev-libs/glib:2"
74 DEPEND="${RDEPEND}
75 >=dev-haskell/cabal-1.8
76 >=dev-haskell/gtk2hs-buildtools-0.12.4"