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