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/happy: happy-1.15.ebuild happy-1.16.ebuild ChangeLog
Date: Wed, 31 Oct 2007 12:57:53
Message-Id: E1InD8m-00077C-UV@stork.gentoo.org
1 dcoutts 07/10/31 12:57:48
2
3 Modified: happy-1.15.ebuild happy-1.16.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.16 dev-haskell/happy/happy-1.15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild?r1=1.15&r2=1.16
14
15 Index: happy-1.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- happy-1.15.ebuild 11 Oct 2006 18:31:57 -0000 1.15
22 +++ happy-1.15.ebuild 31 Oct 2007 12:57:48 -0000 1.16
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/happy/happy-1.15.ebuild,v 1.15 2006/10/11 18:31:57 dcoutts Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.16 2007/10/31 12:57:48 dcoutts Exp $
29
30 inherit base eutils ghc-package
31
32 @@ -13,7 +13,7 @@
33 IUSE="doc"
34 #java use flag disabled, bug #107019
35
36 -DEPEND=">=virtual/ghc-5.04
37 +DEPEND=">=dev-lang/ghc-5.04
38 doc? ( ~app-text/docbook-xml-dtd-4.2
39 app-text/docbook-xsl-stylesheets )"
40 # java? ( >=dev-java/fop-0.20.5 ) )"
41
42
43
44 1.11 dev-haskell/happy/happy-1.16.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild?r1=1.10&r2=1.11
49
50 Index: happy-1.16.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- happy-1.16.ebuild 14 Oct 2007 08:49:04 -0000 1.10
57 +++ happy-1.16.ebuild 31 Oct 2007 12:57:48 -0000 1.11
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.10 2007/10/14 08:49:04 kolmodin Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.11 2007/10/31 12:57:48 dcoutts Exp $
63
64 CABAL_FEATURES="bin"
65 inherit haskell-cabal autotools
66 @@ -14,7 +14,7 @@
67 KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
68 IUSE="doc"
69
70 -DEPEND=">=virtual/ghc-6.4
71 +DEPEND=">=dev-lang/ghc-6.4
72 || ( =dev-haskell/cabal-1.1.6.1 =dev-haskell/cabal-1.1.6.2 )
73 doc? ( ~app-text/docbook-xml-dtd-4.2
74 app-text/docbook-xsl-stylesheets )"
75
76
77
78 1.32 dev-haskell/happy/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/ChangeLog?rev=1.32&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/ChangeLog?rev=1.32&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/happy/ChangeLog?r1=1.31&r2=1.32
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v
87 retrieving revision 1.31
88 retrieving revision 1.32
89 diff -u -r1.31 -r1.32
90 --- ChangeLog 14 Oct 2007 08:49:04 -0000 1.31
91 +++ ChangeLog 31 Oct 2007 12:57:48 -0000 1.32
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-haskell/happy
94 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.31 2007/10/14 08:49:04 kolmodin Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.32 2007/10/31 12:57:48 dcoutts Exp $
97 +
98 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> happy-1.15.ebuild,
99 + happy-1.16.ebuild:
100 + Drop virtual/ghc in favour of dev-lang/ghc
101
102 14 Oct 2007; Lennart Kolmodin <kolmodin@g.o> happy-1.16.ebuild:
103 Specify exactly which cabal versions that are supported, as happy-1.16
104
105
106
107 --
108 gentoo-commits@g.o mailing list