Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/parti: ChangeLog parti-9999.ebuild
Date: Tue, 31 Aug 2010 12:29:53
Message-Id: 20100831122929.E030B20051@flycatcher.gentoo.org
1 xmw 10/08/31 12:29:29
2
3 Modified: ChangeLog
4 Added: parti-9999.ebuild
5 Log:
6 Added LiveVCS ebuild
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-wm/parti/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/parti/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 31 Aug 2010 09:04:56 -0000 1.1
23 +++ ChangeLog 31 Aug 2010 12:29:29 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-wm/parti
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/ChangeLog,v 1.1 2010/08/31 09:04:56 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/ChangeLog,v 1.2 2010/08/31 12:29:29 xmw Exp $
29 +
30 +*parti-9999 (31 Aug 2010)
31 +
32 + 31 Aug 2010; Michael Weber <xmw@g.o> +parti-9999.ebuild,
33 + +files/parti-9999-constants.pxi:
34 + Added LiveVCS ebuild, needs wimpiggy/lowlevel/constants.pxi.
35
36 *parti-0.0.6 (31 Aug 2010)
37
38
39
40
41 1.1 x11-wm/parti/parti-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-9999.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/parti/parti-9999.ebuild?rev=1.1&content-type=text/plain
45
46 Index: parti-9999.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-wm/parti/parti-9999.ebuild,v 1.1 2010/08/31 12:29:29 xmw Exp $
51
52 EAPI=2
53
54 PYTHON_DEPEND=2
55
56 inherit distutils eutils mercurial python
57
58 EHG_REPO_URI="https://partiwm.googlecode.com/hg/"
59
60 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
61 HOMEPAGE="http://partiwm.googlecode.com/"
62 MY_P="${PN}-all-${PV}"
63 SRC_URI=""
64
65 LICENSE="GPL-2 LGPL-2.1"
66 SLOT="0"
67 KEYWORDS=""
68 IUSE=""
69
70 COMMON_DEPEND="dev-python/pygtk
71 x11-libs/libX11
72 x11-libs/libXcomposite
73 x11-libs/libXdamage
74 x11-libs/libXtst"
75
76 RDEPEND="${COMMON_RDEPEND}
77 dev-python/ipython
78 x11-apps/xmodmap"
79 DEPEND="${COMMON_RDEPEND}
80 dev-python/cython
81 dev-python/pyrex
82 dev-util/pkgconfig"
83
84 S=${WORKDIR}/hg
85
86 pkg_setup() {
87 python_set_active_version 2
88 }
89
90 src_prepare() {
91 if [ ! -e wimpiggy/lowlevel/constants.pxi ] ; then
92 cp "${FILESDIR}"/${P}-constants.pxi wimpiggy/lowlevel/constants.pxi || die
93 fi
94 }