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/missingh: missingh-0.18.6.ebuild ChangeLog
Date: Thu, 20 Dec 2007 13:27:10
Message-Id: E1J5LQS-0005z1-TQ@stork.gentoo.org
1 dcoutts 07/12/20 13:27:00
2
3 Modified: missingh-0.18.6.ebuild ChangeLog
4 Log:
5 Add missing DEPEND on dev-haskell/regex-compat.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.4 dev-haskell/missingh/missingh-0.18.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild?r1=1.3&r2=1.4
14
15 Index: missingh-0.18.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- missingh-0.18.6.ebuild 15 Dec 2007 16:36:28 -0000 1.3
22 +++ missingh-0.18.6.ebuild 20 Dec 2007 13:27:00 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.3 2007/12/15 16:36:28 dcoutts Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-0.18.6.ebuild,v 1.4 2007/12/20 13:27:00 dcoutts Exp $
28
29 CABAL_FEATURES="lib profile haddock"
30 inherit haskell-cabal versionator
31 @@ -23,7 +23,8 @@
32 >=dev-haskell/mtl-1.0
33 >=dev-haskell/hunit-1.1
34 >=dev-haskell/network-1.0
35 - >=dev-haskell/quickcheck-1.0"
36 + >=dev-haskell/quickcheck-1.0
37 + dev-haskell/regex-compat"
38
39 src_unpack() {
40 unpack "${A}"
41
42
43
44 1.10 dev-haskell/missingh/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 15 Dec 2007 16:36:28 -0000 1.9
57 +++ ChangeLog 20 Dec 2007 13:27:00 -0000 1.10
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-haskell/missingh
60 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.9 2007/12/15 16:36:28 dcoutts Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.10 2007/12/20 13:27:00 dcoutts Exp $
63 +
64 + 20 Dec 2007; Duncan Coutts <dcoutts@g.o> missingh-0.18.6.ebuild:
65 + Add missing DEPEND on dev-haskell/regex-compat.
66
67 15 Dec 2007; Duncan Coutts <dcoutts@g.o> missingh-0.18.6.ebuild:
68 Added ~sparc.
69
70
71
72 --
73 gentoo-commits@g.o mailing list