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-util/bnfc: bnfc-2.1.2.ebuild bnfc-2.2.ebuild ChangeLog
Date: Wed, 31 Oct 2007 13:19:53
Message-Id: E1InDU3-0007jx-On@stork.gentoo.org
1 dcoutts 07/10/31 13:19:47
2
3 Modified: bnfc-2.1.2.ebuild bnfc-2.2.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.5 dev-util/bnfc/bnfc-2.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?r1=1.4&r2=1.5
14
15 Index: bnfc-2.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- bnfc-2.1.2.ebuild 11 Oct 2006 21:52:53 -0000 1.4
22 +++ bnfc-2.1.2.ebuild 31 Oct 2007 13:19:47 -0000 1.5
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-util/bnfc/bnfc-2.1.2.ebuild,v 1.4 2006/10/11 21:52:53 kolmodin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.5 2007/10/31 13:19:47 dcoutts Exp $
29
30 DESCRIPTION="BNF Converter -- a sophisticated parser generator"
31 HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/"
32 @@ -11,8 +11,8 @@
33
34 IUSE="doc"
35
36 -DEPEND=">=virtual/ghc-6.2
37 - !>=virtual/ghc-6.6
38 +DEPEND=">=dev-lang/ghc-6.2
39 + !>=dev-lang/ghc-6.6
40 doc? ( virtual/tetex )"
41
42 RDEPEND="virtual/libc"
43
44
45
46 1.4 dev-util/bnfc/bnfc-2.2.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?r1=1.3&r2=1.4
51
52 Index: bnfc-2.2.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- bnfc-2.2.ebuild 17 Oct 2006 20:46:42 -0000 1.3
59 +++ bnfc-2.2.ebuild 31 Oct 2007 13:19:47 -0000 1.4
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2006 Gentoo Foundation
62 +# Copyright 1999-2007 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.3 2006/10/17 20:46:42 dcoutts Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.4 2007/10/31 13:19:47 dcoutts Exp $
66
67 inherit base ghc-package eutils
68
69 @@ -15,7 +15,7 @@
70
71 IUSE="doc"
72
73 -DEPEND=">=virtual/ghc-6.2
74 +DEPEND=">=dev-lang/ghc-6.2
75 doc? ( virtual/tetex )"
76
77 RDEPEND="virtual/libc"
78
79
80
81 1.7 dev-util/bnfc/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.7&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.7&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?r1=1.6&r2=1.7
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v
90 retrieving revision 1.6
91 retrieving revision 1.7
92 diff -u -r1.6 -r1.7
93 --- ChangeLog 17 Oct 2006 20:46:42 -0000 1.6
94 +++ ChangeLog 31 Oct 2007 13:19:47 -0000 1.7
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-util/bnfc
97 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.6 2006/10/17 20:46:42 dcoutts Exp $
99 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.7 2007/10/31 13:19:47 dcoutts Exp $
101 +
102 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> bnfc-2.1.2.ebuild,
103 + bnfc-2.2.ebuild:
104 + Drop virtual/ghc in favour of dev-lang/ghc
105
106 17 Oct 2006; Duncan Coutts <dcoutts@g.o> bnfc-2.2.ebuild:
107 Need to inherit eutils eclass.
108
109
110
111 --
112 gentoo-commits@g.o mailing list