Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/compizconfig-python: compizconfig-python-0.8.4-r4.ebuild ChangeLog compizconfig-python-0.8.4.ebuild compizconfig-python-0.8.4-r1.ebuild
Date: Thu, 30 Aug 2012 17:27:01
Message-Id: 20120830172644.D2AE120CA1@flycatcher.gentoo.org
1 pinkbyte 12/08/30 17:26:44
2
3 Modified: ChangeLog
4 Added: compizconfig-python-0.8.4-r4.ebuild
5 Removed: compizconfig-python-0.8.4.ebuild
6 compizconfig-python-0.8.4-r1.ebuild
7 Log:
8 Add new EAPI4 revision, drop old
9
10 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.24 dev-python/compizconfig-python/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.24&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/ChangeLog?rev=1.24&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/ChangeLog?r1=1.23&r2=1.24
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v
22 retrieving revision 1.23
23 retrieving revision 1.24
24 diff -u -r1.23 -r1.24
25 --- ChangeLog 4 May 2012 15:12:16 -0000 1.23
26 +++ ChangeLog 30 Aug 2012 17:26:44 -0000 1.24
27 @@ -1,6 +1,13 @@
28 # ChangeLog for dev-python/compizconfig-python
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.23 2012/05/04 15:12:16 patrick Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/ChangeLog,v 1.24 2012/08/30 17:26:44 pinkbyte Exp $
32 +
33 +*compizconfig-python-0.8.4-r4 (30 Aug 2012)
34 +
35 + 30 Aug 2012; Sergey Popov <pinkbyte@g.o>
36 + -compizconfig-python-0.8.4.ebuild, -compizconfig-python-0.8.4-r1.ebuild,
37 + +compizconfig-python-0.8.4-r4.ebuild:
38 + Add new EAPI4 revision, drop old
39
40 04 May 2012; Patrick Lauer <patrick@g.o>
41 compizconfig-python-0.8.4-r3.ebuild:
42
43
44
45 1.1 dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: compizconfig-python-0.8.4-r4.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-python/compizconfig-python/compizconfig-python-0.8.4-r4.ebuild,v 1.1 2012/08/30 17:26:44 pinkbyte Exp $
55
56 EAPI="4"
57
58 PYTHON_DEPEND="2"
59 SUPPORT_PYTHON_ABIS="1"
60 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
61
62 inherit python
63
64 RESTRICT_PYTHON_ABIS="3.*"
65
66 DESCRIPTION="Compizconfig Python Bindings"
67 HOMEPAGE="http://www.compiz.org/"
68 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
73 IUSE=""
74
75 RDEPEND="
76 >=dev-libs/glib-2.6
77 >=x11-libs/libcompizconfig-${PV}"
78
79 DEPEND="${RDEPEND}
80 dev-python/pyrex
81 virtual/pkgconfig"
82
83 src_configure() {
84 python_src_configure \
85 --enable-fast-install \
86 --disable-static
87 }
88
89 src_install() {
90 python_src_install
91 python_clean_installation_image
92 }