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/simple-ccsm: ChangeLog simple-ccsm-0.8.2.ebuild
Date: Fri, 03 Apr 2009 10:54:05
Message-Id: E1Lph2A-0006CZ-CL@stork.gentoo.org
1 jmbsvicetto 09/04/03 10:54:02
2
3 Modified: ChangeLog
4 Added: simple-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.4 x11-apps/simple-ccsm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 15 Nov 2008 02:00:49 -0000 1.3
23 +++ ChangeLog 3 Apr 2009 10:54:02 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-apps/simple-ccsm
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.3 2008/11/15 02:00:49 jmbsvicetto Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.4 2009/04/03 10:54:02 jmbsvicetto Exp $
30 +
31 +*simple-ccsm-0.8.2 (03 Apr 2009)
32 +
33 + 03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
34 + +simple-ccsm-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 simple-ccsm-0.7.8.ebuild:
39
40
41
42 1.1 x11-apps/simple-ccsm/simple-ccsm-0.8.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: simple-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/simple-ccsm/simple-ccsm-0.8.2.ebuild,v 1.1 2009/04/03 10:54:02 jmbsvicetto Exp $
52
53 inherit gnome2-utils
54
55 DESCRIPTION="Simplified 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="gtk"
63
64 DEPEND="~dev-python/compizconfig-python-${PV}
65 >=dev-python/pygtk-2.10
66 ~x11-apps/ccsm-${PV}"
67 RDEPEND="${DEPEND}"
68
69 src_compile() {
70 ./setup.py build --prefix=/usr
71 }
72
73 src_install() {
74 ./setup.py install --root="${D}" --prefix=/usr
75 }
76
77 pkg_postinst() {
78 use gtk && gnome2_icon_cache_update
79 }