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/hsql: ChangeLog hsql-1.7.1.ebuild
Date: Wed, 05 Aug 2009 18:08:00
Message-Id: E1MYku7-0002J1-1V@stork.gentoo.org
1 kolmodin 09/08/05 18:07:59
2
3 Modified: ChangeLog
4 Added: hsql-1.7.1.ebuild
5 Log:
6 Version bump dev-haskell/hsql.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-haskell/hsql/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 13 Dec 2007 05:41:55 -0000 1.11
23 +++ ChangeLog 5 Aug 2009 18:07:58 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-haskell/hsql
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.11 2007/12/13 05:41:55 dcoutts Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.12 2009/08/05 18:07:58 kolmodin Exp $
30 +
31 +*hsql-1.7.1 (05 Aug 2009)
32 +
33 + 05 Aug 2009; Lennart Kolmodin <kolmodin@g.o> +hsql-1.7.1.ebuild:
34 + Version bump (builds with ghc 6.10).
35
36 13 Dec 2007; Duncan Coutts <dcoutts@g.o> hsql-1.7.ebuild:
37 Updates for upward compatability with cabal-1.2 and ghc-6.8
38
39
40
41 1.1 dev-haskell/hsql/hsql-1.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql/hsql-1.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql/hsql-1.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hsql-1.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.7.1.ebuild,v 1.1 2009/08/05 18:07:58 kolmodin Exp $
51
52 CABAL_FEATURES="lib profile haddock"
53 inherit haskell-cabal
54
55 DESCRIPTION="Simple library for database access from Haskell."
56 HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hsql"
57 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND=">=dev-lang/ghc-6.6.1"
65 DEPEND="${RDEPEND}
66 >=dev-haskell/cabal-1.6"
67
68 pkg_postinst () {
69 ghc-package_pkg_postinst
70
71 elog "You will probably want to emerge one or more HSQL backend."
72 elog "These backends are available:"
73 elog " hsql-postgresql"
74 elog " hsql-mysql"
75 elog " hsql-sqlite"
76 elog " hsql-odbc"
77 }