Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/ccsm: ccsm-0.6.0.ebuild ChangeLog
Date: Sun, 24 Feb 2008 21:23:34
Message-Id: E1JTOJm-0008Sl-Sh@stork.gentoo.org
1 eva 08/02/24 21:23:30
2
3 Modified: ccsm-0.6.0.ebuild ChangeLog
4 Log:
5 use distutils eclass, fix python eclass use, bug #207667
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 x11-apps/ccsm/ccsm-0.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ccsm-0.6.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ccsm-0.6.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ccsm-0.6.0.ebuild?r1=1.3&r2=1.4
14
15 Index: ccsm-0.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.6.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ccsm-0.6.0.ebuild 25 Oct 2007 14:17:43 -0000 1.3
22 +++ ccsm-0.6.0.ebuild 24 Feb 2008 21:23:30 -0000 1.4
23 @@ -1,6 +1,8 @@
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-apps/ccsm/ccsm-0.6.0.ebuild,v 1.3 2007/10/25 14:17:43 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ccsm-0.6.0.ebuild,v 1.4 2008/02/24 21:23:30 eva Exp $
29 +
30 +inherit distutils
31
32 DESCRIPTION="Compizconfig Settings Manager"
33 HOMEPAGE="http://compiz-fusion.org"
34 @@ -14,13 +16,12 @@
35 DEPEND="dev-python/compizconfig-python
36 >=dev-python/pygtk-2.10"
37
38 -S="${WORKDIR}/${P}"
39 +DOCS="AUTHORS PKG-INFO"
40
41 src_compile() {
42 - ./setup.py build --prefix=/usr || die "build failed"
43 + distutils_src_compile --prefix=/usr
44 }
45
46 src_install() {
47 - ./setup.py install --root="${D}" --prefix=/usr || die "install failed"
48 - dodoc AUTHORS PKG-INFO || die "dodoc failed"
49 + distutils_src_install --prefix=/usr
50 }
51
52
53
54 1.4 x11-apps/ccsm/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ccsm/ChangeLog?r1=1.3&r2=1.4
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- ChangeLog 25 Oct 2007 14:17:43 -0000 1.3
67 +++ ChangeLog 24 Feb 2008 21:23:30 -0000 1.4
68 @@ -1,6 +1,9 @@
69 # ChangeLog for x11-apps/ccsm
70 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.3 2007/10/25 14:17:43 tester Exp $
72 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ccsm/ChangeLog,v 1.4 2008/02/24 21:23:30 eva Exp $
74 +
75 + 24 Feb 2008; Gilles Dartiguelongue <eva@g.o> ccsm-0.6.0.ebuild:
76 + use distutils eclass, fix python eclass use, bug #207667
77
78 25 Oct 2007; Olivier CrĂȘte <tester@g.o> ccsm-0.6.0.ebuild:
79 Marked ~amd64
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list