Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audicle: audicle-1.0.0.6.ebuild ChangeLog
Date: Sun, 27 Apr 2008 11:13:05
Message-Id: E1Jq4oW-0001og-Bz@stork.gentoo.org
1 cedk 08/04/27 11:13:00
2
3 Modified: audicle-1.0.0.6.ebuild ChangeLog
4 Log:
5 Add LEX, YACC variable and missing pkg-config DEPEND for bug #218614
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-sound/audicle/audicle-1.0.0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audicle/audicle-1.0.0.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audicle/audicle-1.0.0.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audicle/audicle-1.0.0.6.ebuild?r1=1.1&r2=1.2
14
15 Index: audicle-1.0.0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/audicle/audicle-1.0.0.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- audicle-1.0.0.6.ebuild 30 Mar 2008 00:20:06 -0000 1.1
22 +++ audicle-1.0.0.6.ebuild 27 Apr 2008 11:12:59 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audicle/audicle-1.0.0.6.ebuild,v 1.1 2008/03/30 00:20:06 cedk Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audicle/audicle-1.0.0.6.ebuild,v 1.2 2008/04/27 11:12:59 cedk Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic
30
31 @@ -24,7 +24,8 @@
32 media-fonts/corefonts )"
33 DEPEND="${RDEPEND}
34 sys-devel/bison
35 - sys-devel/flex"
36 + sys-devel/flex
37 + dev-util/pkgconfig"
38
39 src_unpack() {
40 unpack ${A}
41 @@ -71,7 +72,8 @@
42 replace-cpu-flags athlon athlon-xp i686
43
44 cd "${S}/src"
45 - emake -f "makefile.${backend}" CC=$(tc-getCC) CXX=$(tc-getCXX) $config || die "emake failed"
46 + emake -f "makefile.${backend}" CC=$(tc-getCC) CXX=$(tc-getCXX) LEX=flex \
47 + YACC=bison $config || die "emake failed"
48 }
49
50 src_install() {
51
52
53
54 1.2 media-sound/audicle/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audicle/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audicle/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audicle/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-sound/audicle/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 30 Mar 2008 00:20:06 -0000 1.1
67 +++ ChangeLog 27 Apr 2008 11:12:59 -0000 1.2
68 @@ -1,6 +1,9 @@
69 # ChangeLog for media-sound/audicle
70 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audicle/ChangeLog,v 1.1 2008/03/30 00:20:06 cedk Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audicle/ChangeLog,v 1.2 2008/04/27 11:12:59 cedk Exp $
73 +
74 + 27 Apr 2008; Cédric Krier <cedk@g.o> audicle-1.0.0.6.ebuild:
75 + Add LEX, YACC variable and missing pkg-config DEPEND for bug #218614
76
77 *audicle-1.0.0.6 (30 Mar 2008)
78
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list