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 dev-python/compizconfig-python: metadata.xml ChangeLog compizconfig-python-0.7.8.ebuild
Date: Mon, 27 Oct 2008 01:04:35
Message-Id: E1KuGX3-0006Fo-9i@stork.gentoo.org
1 jmbsvicetto 08/10/27 01:04:33
2
3 Modified: metadata.xml ChangeLog
4 Added: compizconfig-python-0.7.8.ebuild
5 Log:
6 Added compiz-0.7.8 to the tree
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/compizconfig-python/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 23 Oct 2007 22:59:14 -0000 1.1
23 +++ metadata.xml 27 Oct 2008 01:04:33 -0000 1.2
24 @@ -1,6 +1,9 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>no-herd</herd>
29 +<herd>desktop-effects</herd>
30 <maintainer><email>hanno@g.o</email></maintainer>
31 +<longdescription lang="en">Python bindings for libcompizconfig.
32 +</longdescription>
33 </pkgmetadata>
34 +
35
36
37
38 1.5 dev-python/compizconfig-python/ChangeLog
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/ChangeLog?r1=1.4&r2=1.5
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- ChangeLog 30 Oct 2007 17:45:52 -0000 1.4
51 +++ ChangeLog 27 Oct 2008 01:04:33 -0000 1.5
52 @@ -1,6 +1,12 @@
53 # ChangeLog for dev-python/compizconfig-python
54 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.4 2007/10/30 17:45:52 nixnut Exp $
56 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.5 2008/10/27 01:04:33 jmbsvicetto Exp $
58 +
59 +*compizconfig-python-0.7.8 (27 Oct 2008)
60 +
61 + 27 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
62 + metadata.xml, +compizconfig-python-0.7.8.ebuild:
63 + Added compiz-0.7.8 to the tree
64
65 30 Oct 2007; nixnut <nixnut@g.o>
66 compizconfig-python-0.6.0.1.ebuild:
67
68
69
70 1.1 dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild?rev=1.1&content-type=text/plain
74
75 Index: compizconfig-python-0.7.8.ebuild
76 ===================================================================
77 # Copyright 1999-2008 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.7.8.ebuild,v 1.1 2008/10/27 01:04:33 jmbsvicetto Exp $
80
81 DESCRIPTION="Compizconfig Python Bindings"
82 HOMEPAGE="http://compiz-fusion.org"
83 SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2"
84
85 LICENSE="GPL-2"
86 SLOT="0"
87 KEYWORDS="~amd64 ~x86"
88 IUSE=""
89 RESTRICT="mirror"
90
91 DEPEND="
92 >=dev-lang/python-2.4
93 >=dev-libs/glib-2.6
94 dev-python/pyrex
95 ~x11-libs/libcompizconfig-${PV}"
96
97 src_install() {
98 emake DESTDIR="${D}" install || die "emake install failed"
99 }
100
101 pkg_postinst() {
102 ewarn "DO NOT report bugs to Gentoo's bugzilla"
103 einfo "Please report all bugs to #gentoo-desktop-effects"
104 einfo "Thank you on behalf of the Gentoo Desktop-Effects team"
105 }