Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/compiz-bcop: compiz-bcop-0.6.0.ebuild ChangeLog
Date: Tue, 24 Jun 2008 02:12:30
Message-Id: E1KAy1B-00009Z-65@stork.gentoo.org
1 hanno 08/06/24 02:12:25
2
3 Modified: compiz-bcop-0.6.0.ebuild ChangeLog
4 Log:
5 compiz-bcop: add pkgconfig dep
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.5 x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild?r1=1.4&r2=1.5
14
15 Index: compiz-bcop-0.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- compiz-bcop-0.6.0.ebuild 25 Oct 2007 13:58:39 -0000 1.4
22 +++ compiz-bcop-0.6.0.ebuild 24 Jun 2008 02:12:24 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild,v 1.4 2007/10/25 13:58:39 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild,v 1.5 2008/06/24 02:12:24 hanno Exp $
29
30 DESCRIPTION="Compiz option code generator"
31 HOMEPAGE="http://compiz-fusion.org"
32 @@ -11,7 +11,9 @@
33 KEYWORDS="~amd64 ~ppc ~x86"
34 IUSE=""
35
36 -DEPEND="dev-libs/libxslt"
37 +RDEPEND="dev-libs/libxslt"
38 +DEPEND="${RDEPEND}
39 + dev-util/pkgconfig"
40
41 src_install() {
42 emake DESTDIR="${D}" install || die "make install failed"
43
44
45
46 1.5 x11-libs/compiz-bcop/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/ChangeLog?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/ChangeLog?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/ChangeLog?r1=1.4&r2=1.5
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- ChangeLog 25 Oct 2007 13:58:39 -0000 1.4
59 +++ ChangeLog 24 Jun 2008 02:12:24 -0000 1.5
60 @@ -1,6 +1,9 @@
61 # ChangeLog for x11-libs/compiz-bcop
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.4 2007/10/25 13:58:39 tester Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.5 2008/06/24 02:12:24 hanno Exp $
66 +
67 + 24 Jun 2008; Hanno Boeck <hanno@g.o> compiz-bcop-0.6.0.ebuild:
68 + Add pkgconfig dep.
69
70 25 Oct 2007; Olivier CrĂȘte <tester@g.o> compiz-bcop-0.6.0.ebuild:
71 Marked ~amd64
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list