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.4-r1.ebuild
Date: Sat, 03 Apr 2010 05:28:08
Message-Id: E1Nxvtr-0008DL-8p@stork.gentoo.org
1 jmbsvicetto 10/04/03 05:28:03
2
3 Modified: ChangeLog
4 Added: simple-ccsm-0.8.4-r1.ebuild
5 Log:
6 Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6 release and to avoid future dep issues.
7 Did a revbump to avoid issues with installed packages.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 x11-apps/simple-ccsm/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 11 Dec 2009 17:21:21 -0000 1.9
24 +++ ChangeLog 3 Apr 2010 05:28:03 -0000 1.10
25 @@ -1,6 +1,14 @@
26 # ChangeLog for x11-apps/simple-ccsm
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.9 2009/12/11 17:21:21 scarabeus Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/ChangeLog,v 1.10 2010/04/03 05:28:03 jmbsvicetto Exp $
31 +
32 +*simple-ccsm-0.8.4-r1 (03 Apr 2010)
33 +
34 + 03 Apr 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
35 + +simple-ccsm-0.8.4-r1.ebuild:
36 + Replaced compiz ~ deps with >= deps to support the new compiz-0.8.6
37 + release and to avoid future dep issues.
38 + Did a revbump to avoid issues with installed packages.
39
40 11 Dec 2009; Tomáš Chvátal <scarabeus@g.o>
41 -simple-ccsm-0.8.2.ebuild:
42
43
44
45 1.1 x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: simple-ccsm-0.8.4-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-apps/simple-ccsm/simple-ccsm-0.8.4-r1.ebuild,v 1.1 2010/04/03 05:28:03 jmbsvicetto Exp $
55
56 inherit distutils gnome2-utils
57
58 DESCRIPTION="Simplified Compizconfig Settings Manager"
59 HOMEPAGE="http://www.compiz.org/"
60 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
65 IUSE="gtk"
66
67 RDEPEND="
68 >=dev-python/compizconfig-python-${PV}
69 >=dev-python/pygtk-2.10
70 >=x11-apps/ccsm-${PV}
71 "
72
73 src_compile() {
74 distutils_src_compile --prefix=/usr
75 }
76
77 src_install() {
78 distutils_src_install --prefix=/usr
79 }
80
81 pkg_postinst() {
82 if use gtk; then
83 gnome2_icon_savelist
84 gnome2_icon_cache_update
85 fi
86 }