Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/compiz-bcop: ChangeLog compiz-bcop-0.8.2.ebuild
Date: Fri, 03 Apr 2009 10:54:56
Message-Id: E1Lph2z-0006GD-OC@stork.gentoo.org
1 jmbsvicetto 09/04/03 10:54:53
2
3 Modified: ChangeLog
4 Added: compiz-bcop-0.8.2.ebuild
5 Log:
6 Bumped compiz to the 0.8.2 release.
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 x11-libs/compiz-bcop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 15 Nov 2008 02:03:52 -0000 1.9
23 +++ ChangeLog 3 Apr 2009 10:54:53 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/compiz-bcop
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.9 2008/11/15 02:03:52 jmbsvicetto Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/ChangeLog,v 1.10 2009/04/03 10:54:53 jmbsvicetto Exp $
30 +
31 +*compiz-bcop-0.8.2 (03 Apr 2009)
32 +
33 + 03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
34 + +compiz-bcop-0.8.2.ebuild:
35 + Bumped compiz to the 0.8.2 release.
36
37 15 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
38 compiz-bcop-0.7.8.ebuild:
39
40
41
42 1.1 x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: compiz-bcop-0.8.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.8.2.ebuild,v 1.1 2009/04/03 10:54:53 jmbsvicetto Exp $
52
53 DESCRIPTION="Compiz Option code Generator"
54 HOMEPAGE="http://www.compiz.org/"
55 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 RDEPEND="dev-libs/libxslt"
63 DEPEND="${RDEPEND}
64 >=dev-util/pkgconfig-0.19"
65
66 src_install() {
67 emake DESTDIR="${D}" install || die "emake install failed"
68 }