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-apps/ccsm: ChangeLog ccsm-0.8.2.ebuild
Date: Fri, 03 Apr 2009 10:53:16
Message-Id: E1Lph1N-00069C-Hq@stork.gentoo.org
1 jmbsvicetto 09/04/03 10:53:13
2
3 Modified: ChangeLog
4 Added: ccsm-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.9 x11-apps/ccsm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 1 Nov 2008 23:07:26 -0000 1.8
23 +++ ChangeLog 3 Apr 2009 10:53:13 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-apps/ccsm
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.8 2008/11/01 23:07:26 jmbsvicetto Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.9 2009/04/03 10:53:13 jmbsvicetto Exp $
30 +
31 +*ccsm-0.8.2 (03 Apr 2009)
32 +
33 + 03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
34 + +ccsm-0.8.2.ebuild:
35 + Bumped compiz to the 0.8.2 release.
36
37 01 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
38 metadata.xml:
39
40
41
42 1.1 x11-apps/ccsm/ccsm-0.8.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ccsm-0.8.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ccsm-0.8.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ccsm-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-apps/ccsm/ccsm-0.8.2.ebuild,v 1.1 2009/04/03 10:53:13 jmbsvicetto Exp $
52
53 inherit distutils
54
55 DESCRIPTION="Compizconfig Settings Manager"
56 HOMEPAGE="http://www.compiz.org/"
57 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="~dev-python/compizconfig-python-${PV}
65 >=dev-python/pygtk-2.12
66 gnome-base/librsvg
67 "
68 RDEPEND="${DEPEND}"
69
70 DOCS="AUTHORS PKG-INFO"
71
72 src_compile() {
73 distutils_src_compile --prefix=/usr
74 }
75
76 src_install() {
77 distutils_src_install --prefix=/usr
78 }