Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/bbconf: bbconf-1.10.ebuild ChangeLog
Date: Sun, 30 Sep 2007 15:24:20
Message-Id: E1Ic0W0-000330-M4@stork.gentoo.org
1 ticho 07/09/30 15:15:28
2
3 Modified: bbconf-1.10.ebuild ChangeLog
4 Log:
5 Use econf to make sure all the right options are passed. Among other things, it fixes bug #170350.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.10 x11-misc/bbconf/bbconf-1.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild?r1=1.9&r2=1.10
14
15 Index: bbconf-1.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- bbconf-1.10.ebuild 7 Dec 2006 02:23:08 -0000 1.9
22 +++ bbconf-1.10.ebuild 30 Sep 2007 15:15:28 -0000 1.10
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/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.9 2006/12/07 02:23:08 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.10 2007/09/30 15:15:28 ticho Exp $
29
30 DESCRIPTION="All-in-one blackbox configuration tool."
31 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 @@ -14,7 +14,8 @@
33 DEPEND="=x11-libs/qt-3*"
34
35 src_compile () {
36 - ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die
37 +# ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die
38 + econf --with-qt-dir=/usr/qt/3 || die
39 emake || die
40 }
41
42
43
44
45 1.19 x11-misc/bbconf/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbconf/ChangeLog?rev=1.19&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbconf/ChangeLog?rev=1.19&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbconf/ChangeLog?r1=1.18&r2=1.19
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v
54 retrieving revision 1.18
55 retrieving revision 1.19
56 diff -u -r1.18 -r1.19
57 --- ChangeLog 21 Feb 2007 23:30:35 -0000 1.18
58 +++ ChangeLog 30 Sep 2007 15:15:28 -0000 1.19
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-misc/bbconf
61 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.18 2007/02/21 23:30:35 jokey Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.19 2007/09/30 15:15:28 ticho Exp $
64 +
65 + 30 Sep 2007; Andrej Kacian <ticho@g.o> bbconf-1.10.ebuild:
66 + Use econf to make sure all the right options are passed. Among other things,
67 + it fixes bug #170350.
68
69 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
70 Redigest for Manifest2
71
72
73
74 --
75 gentoo-commits@g.o mailing list