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/cpphs: ChangeLog cpphs-1.2.ebuild cpphs-1.1.ebuild
Date: Wed, 31 Oct 2007 12:54:56
Message-Id: E1InD5v-00071H-Cf@stork.gentoo.org
1 dcoutts 07/10/31 12:54:51
2
3 Modified: ChangeLog cpphs-1.2.ebuild cpphs-1.1.ebuild
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.20 dev-haskell/cpphs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 4 Aug 2007 11:22:08 -0000 1.19
22 +++ ChangeLog 31 Oct 2007 12:54:50 -0000 1.20
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-haskell/cpphs
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.19 2007/08/04 11:22:08 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.20 2007/10/31 12:54:50 dcoutts Exp $
28 +
29 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> cpphs-1.1.ebuild,
30 + cpphs-1.2.ebuild:
31 + Drop virtual/ghc in favour of dev-lang/ghc
32
33 *cpphs-1.3 (04 Aug 2007)
34
35
36
37
38 1.9 dev-haskell/cpphs/cpphs-1.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild?r1=1.8&r2=1.9
43
44 Index: cpphs-1.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- cpphs-1.2.ebuild 28 Jul 2007 14:37:30 -0000 1.8
51 +++ cpphs-1.2.ebuild 31 Oct 2007 12:54:50 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.8 2007/07/28 14:37:30 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.9 2007/10/31 12:54:50 dcoutts Exp $
57
58 CABAL_FEATURES="bin lib profile"
59 inherit eutils haskell-cabal
60 @@ -14,7 +14,7 @@
61 KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
62 IUSE=""
63
64 -DEPEND="virtual/ghc"
65 +DEPEND="dev-lang/ghc"
66
67 src_install() {
68 cabal_src_install
69
70
71
72 1.7 dev-haskell/cpphs/cpphs-1.1.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild?rev=1.7&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild?rev=1.7&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild?r1=1.6&r2=1.7
77
78 Index: cpphs-1.1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v
81 retrieving revision 1.6
82 retrieving revision 1.7
83 diff -u -r1.6 -r1.7
84 --- cpphs-1.1.ebuild 11 Oct 2006 18:38:06 -0000 1.6
85 +++ cpphs-1.1.ebuild 31 Oct 2007 12:54:50 -0000 1.7
86 @@ -1,6 +1,6 @@
87 -# Copyright 1999-2006 Gentoo Foundation
88 +# Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.6 2006/10/11 18:38:06 dcoutts Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.7 2007/10/31 12:54:50 dcoutts Exp $
92
93 CABAL_FEATURES="bin"
94 inherit eutils haskell-cabal
95 @@ -14,7 +14,7 @@
96 KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
97 IUSE=""
98
99 -DEPEND="virtual/ghc"
100 +DEPEND="dev-lang/ghc"
101 RDEPEND=""
102
103 src_install() {
104
105
106
107 --
108 gentoo-commits@g.o mailing list