Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pcmciautils: pcmciautils-014-r1.ebuild ChangeLog
Date: Wed, 26 Sep 2007 03:01:07
Message-Id: E1IaN0w-0006AF-FC@stork.gentoo.org
1 hanno 07/09/26 02:52:38
2
3 Modified: pcmciautils-014-r1.ebuild ChangeLog
4 Log:
5 pcmciautils can use yacc from bison
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.7 sys-apps/pcmciautils/pcmciautils-014-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: pcmciautils-014-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- pcmciautils-014-r1.ebuild 10 Feb 2007 22:16:36 -0000 1.6
22 +++ pcmciautils-014-r1.ebuild 26 Sep 2007 02:52:37 -0000 1.7
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/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild,v 1.6 2007/02/10 22:16:36 genstef Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild,v 1.7 2007/09/26 02:52:37 hanno Exp $
28
29 inherit eutils toolchain-funcs linux-info
30
31 @@ -17,7 +17,7 @@
32 RDEPEND=">=sys-fs/sysfsutils-1.2.0-r1
33 >=sys-apps/module-init-tools-3.2_pre4"
34 DEPEND="${RDEPEND}
35 - dev-util/yacc
36 + || ( sys-devel/yacc sys-devel/bison )
37 sys-devel/flex
38 sys-apps/sed"
39
40
41
42
43 1.32 sys-apps/pcmciautils/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.32&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.32&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmciautils/ChangeLog?r1=1.31&r2=1.32
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v
52 retrieving revision 1.31
53 retrieving revision 1.32
54 diff -u -r1.31 -r1.32
55 --- ChangeLog 10 Feb 2007 22:16:36 -0000 1.31
56 +++ ChangeLog 26 Sep 2007 02:52:37 -0000 1.32
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/pcmciautils
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.31 2007/02/10 22:16:36 genstef Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.32 2007/09/26 02:52:37 hanno Exp $
62 +
63 + 26 Sep 2007; Hanno Boeck <hanno@g.o> pcmciautils-014-r1.ebuild:
64 + Can use bison's yacc.
65
66 10 Feb 2007; <genstef@g.o>
67 -files/pcmciautils-012-pccardctl-uclibc.patch, -pcmciautils-012.ebuild,
68
69
70
71 --
72 gentoo-commits@g.o mailing list