Gentoo Archives: gentoo-commits

From: "Duncan Coutts (dcoutts)" <dcoutts@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hsql-mysql: hsql-mysql-1.7.ebuild ChangeLog
Date: Wed, 31 Oct 2007 13:04:08
Message-Id: E1InDEm-0007L7-H3@stork.gentoo.org
1 dcoutts 07/10/31 13:04:00
2
3 Modified: hsql-mysql-1.7.ebuild ChangeLog
4 Log:
5 Drop virtual/ghc in favour of dev-lang/ghc
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.7 dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild?r1=1.6&r2=1.7
14
15 Index: hsql-mysql-1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- hsql-mysql-1.7.ebuild 23 Nov 2006 15:44:46 -0000 1.6
22 +++ hsql-mysql-1.7.ebuild 31 Oct 2007 13:03:59 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild,v 1.6 2006/11/23 15:44:46 vivo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild,v 1.7 2007/10/31 13:03:59 dcoutts Exp $
29
30 CABAL_FEATURES="lib haddock"
31 inherit base haskell-cabal
32 @@ -14,7 +14,7 @@
33 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
34 IUSE=""
35
36 -DEPEND=">=virtual/ghc-6.4.1
37 +DEPEND=">=dev-lang/ghc-6.4.1
38 ~dev-haskell/hsql-${PV}
39 >=virtual/mysql-4.0"
40
41
42
43
44 1.7 dev-haskell/hsql-mysql/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- ChangeLog 23 Nov 2006 15:44:46 -0000 1.6
57 +++ ChangeLog 31 Oct 2007 13:03:59 -0000 1.7
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-haskell/hsql-mysql
60 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.6 2006/11/23 15:44:46 vivo Exp $
62 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.7 2007/10/31 13:03:59 dcoutts Exp $
64 +
65 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> hsql-mysql-1.7.ebuild:
66 + Drop virtual/ghc in favour of dev-lang/ghc
67
68 23 Nov 2006; Francesco Riosa <vivo@g.o> hsql-mysql-1.7.ebuild:
69 dev-db/mysql => virtual/mysql
70
71
72
73 --
74 gentoo-commits@g.o mailing list