Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ezm3: ezm3-1.2.ebuild ChangeLog
Date: Fri, 26 Oct 2007 22:46:27
Message-Id: E1IlXwZ-0001rP-7W@stork.gentoo.org
1 robbat2 07/10/26 22:46:19
2
3 Modified: ezm3-1.2.ebuild ChangeLog
4 Log:
5 Allow bison in addition to yacc.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.6 dev-lang/ezm3/ezm3-1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ezm3/ezm3-1.2.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ezm3/ezm3-1.2.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ezm3/ezm3-1.2.ebuild?r1=1.5&r2=1.6
14
15 Index: ezm3-1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ezm3-1.2.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ezm3-1.2.ebuild 9 Feb 2007 07:34:10 -0000 1.5
22 +++ ezm3-1.2.ebuild 26 Oct 2007 22:46:18 -0000 1.6
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-lang/ezm3/ezm3-1.2.ebuild,v 1.5 2007/02/09 07:34:10 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ezm3-1.2.ebuild,v 1.6 2007/10/26 22:46:18 robbat2 Exp $
28
29 inherit eutils
30
31 @@ -17,7 +17,7 @@
32 IUSE="X opengl"
33
34 DEPEND="virtual/libc
35 - dev-util/yacc
36 + || ( dev-util/yacc sys-devel/bison )
37 >=sys-apps/sed-4
38 !virtual/m3"
39 RDEPEND="virtual/libc"
40
41
42
43 1.4 dev-lang/ezm3/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ezm3/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ezm3/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ezm3/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 9 Feb 2007 07:34:10 -0000 1.3
56 +++ ChangeLog 26 Oct 2007 22:46:18 -0000 1.4
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-lang/ezm3
59 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ChangeLog,v 1.3 2007/02/09 07:34:10 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ezm3/ChangeLog,v 1.4 2007/10/26 22:46:18 robbat2 Exp $
62 +
63 + 26 Oct 2007; Robin H. Johnson <robbat2@g.o> ezm3-1.2.ebuild:
64 + Allow bison in addition to yacc.
65
66 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ezm3-1.2.ebuild:
67 Also fix SRC_URI, so that the file is fetchable.
68
69
70
71 --
72 gentoo-commits@g.o mailing list