Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.0.0.0.ebuild ChangeLog
Date: Tue, 26 Jan 2010 19:34:27
Message-Id: E1NZrB3-0007lC-Gz@stork.gentoo.org
1 kolmodin 10/01/26 19:34:17
2
3 Modified: ChangeLog
4 Added: haskell-updater-1.0.0.0.ebuild
5 Log:
6 Add haskell-updater-1.0.0.0, that works with the soon committed dev-lang/ghc-6.12.1.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 app-admin/haskell-updater/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 16 Sep 2009 06:56:21 -0000 1.3
23 +++ ChangeLog 26 Jan 2010 19:34:16 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-admin/haskell-updater
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.3 2009/09/16 06:56:21 kolmodin Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.4 2010/01/26 19:34:16 kolmodin Exp $
30 +
31 +*haskell-updater-1.0.0.0 (26 Jan 2010)
32 +
33 + 26 Jan 2010; <kolmodin@g.o> +haskell-updater-1.0.0.0.ebuild:
34 + Bump with a version that works with ghc 6.12.1.
35
36 16 Sep 2009; Lennart Kolmodin <kolmodin@g.o>
37 haskell-updater-0.9.1.0.ebuild:
38
39
40
41 1.1 app-admin/haskell-updater/haskell-updater-1.0.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.0.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.0.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: haskell-updater-1.0.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.0.0.0.ebuild,v 1.1 2010/01/26 19:34:16 kolmodin Exp $
51
52 CABAL_FEATURES="bin nocabaldep"
53 inherit haskell-cabal
54
55 DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
56 HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater"
57 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" # Add keywords as those archs have a binpkg
62 IUSE=""
63
64 DEPEND="=dev-lang/ghc-6.12*"
65
66 # Need a lower version for portage to get --keep-going
67 RDEPEND="|| ( >=sys-apps/portage-2.1.6
68 sys-apps/pkgcore
69 sys-apps/paludis )"
70
71 src_compile() {
72 CABAL_CONFIGURE_FLAGS="--bindir=/usr/sbin"
73
74 cabal_src_compile
75 }
76
77 src_install() {
78 cabal_src_install
79
80 dodoc TODO
81 }