Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bnfc: bnfc-2.1.2.ebuild ChangeLog bnfc-2.2.ebuild bnfc-2.4_beta.ebuild
Date: Wed, 23 Sep 2009 17:41:02
Message-Id: E1MqVps-0004Df-Gj@stork.gentoo.org
1 patrick 09/09/23 17:41:00
2
3 Modified: bnfc-2.1.2.ebuild ChangeLog bnfc-2.2.ebuild
4 bnfc-2.4_beta.ebuild
5 Log:
6 Remove virtual/libc
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-util/bnfc/bnfc-2.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?r1=1.7&r2=1.8
15
16 Index: bnfc-2.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- bnfc-2.1.2.ebuild 1 Aug 2009 12:56:44 -0000 1.7
23 +++ bnfc-2.1.2.ebuild 23 Sep 2009 17:40:59 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 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.7 2009/08/01 12:56:44 kolmodin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.8 2009/09/23 17:40:59 patrick Exp $
29
30 DESCRIPTION="BNF Converter -- a sophisticated parser generator"
31 HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/"
32 @@ -14,7 +14,7 @@
33 DEPEND="<dev-lang/ghc-6.6
34 doc? ( virtual/latex-base )"
35
36 -RDEPEND="virtual/libc"
37 +RDEPEND=""
38
39 S="${WORKDIR}/BNFC"
40
41
42
43
44 1.13 dev-util/bnfc/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.13&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.13&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?r1=1.12&r2=1.13
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v
53 retrieving revision 1.12
54 retrieving revision 1.13
55 diff -u -r1.12 -r1.13
56 --- ChangeLog 1 Aug 2009 12:56:44 -0000 1.12
57 +++ ChangeLog 23 Sep 2009 17:40:59 -0000 1.13
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-util/bnfc
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.12 2009/08/01 12:56:44 kolmodin Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.13 2009/09/23 17:40:59 patrick Exp $
63 +
64 + 23 Sep 2009; Patrick Lauer <patrick@g.o> bnfc-2.1.2.ebuild,
65 + bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild:
66 + Remove virtual/libc
67
68 01 Aug 2009; Lennart Kolmodin <kolmodin@g.o> bnfc-2.1.2.ebuild,
69 bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild:
70
71
72
73 1.7 dev-util/bnfc/bnfc-2.2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.7&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.7&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?r1=1.6&r2=1.7
78
79 Index: bnfc-2.2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v
82 retrieving revision 1.6
83 retrieving revision 1.7
84 diff -u -r1.6 -r1.7
85 --- bnfc-2.2.ebuild 1 Aug 2009 12:56:44 -0000 1.6
86 +++ bnfc-2.2.ebuild 23 Sep 2009 17:40:59 -0000 1.7
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.6 2009/08/01 12:56:44 kolmodin Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.7 2009/09/23 17:40:59 patrick Exp $
92
93 inherit base ghc-package eutils
94
95 @@ -18,7 +18,7 @@
96 DEPEND=">=dev-lang/ghc-6.2
97 doc? ( virtual/latex-base )"
98
99 -RDEPEND="virtual/libc"
100 +RDEPEND=""
101
102 S="${WORKDIR}/${MY_PN}_${PV}"
103
104
105
106
107 1.4 dev-util/bnfc/bnfc-2.4_beta.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?rev=1.4&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?rev=1.4&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?r1=1.3&r2=1.4
112
113 Index: bnfc-2.4_beta.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v
116 retrieving revision 1.3
117 retrieving revision 1.4
118 diff -u -r1.3 -r1.4
119 --- bnfc-2.4_beta.ebuild 1 Aug 2009 12:56:44 -0000 1.3
120 +++ bnfc-2.4_beta.ebuild 23 Sep 2009 17:40:59 -0000 1.4
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2009 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.3 2009/08/01 12:56:44 kolmodin Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.4 2009/09/23 17:40:59 patrick Exp $
126
127 inherit base ghc-package eutils
128
129 @@ -23,7 +23,7 @@
130 doc? ( virtual/latex-base )
131 dev-haskell/mtl"
132
133 -RDEPEND="virtual/libc"
134 +RDEPEND=""
135
136 S="${WORKDIR}/${MY_PN}"