Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/
Date: Thu, 25 Feb 2016 14:53:05
Message-Id: 1456411857.4367652caa27ce34983e973d39f8d750f3077e2e.xmw@gentoo
1 commit: 4367652caa27ce34983e973d39f8d750f3077e2e
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 14:50:57 2016 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 14:50:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4367652c
7
8 x11-wm/xpra: Revbump to add xpra system group (bug 572270, thanks Fabian Henze and Florian Schmaus).
9
10 Package-Manager: portage-2.2.27
11
12 x11-wm/xpra/{xpra-0.16.2.ebuild => xpra-0.16.2-r1.ebuild} | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-wm/xpra/xpra-0.16.2.ebuild b/x11-wm/xpra/xpra-0.16.2-r1.ebuild
16 similarity index 96%
17 rename from x11-wm/xpra/xpra-0.16.2.ebuild
18 rename to x11-wm/xpra/xpra-0.16.2-r1.ebuild
19 index 3838b86..4d18143 100644
20 --- a/x11-wm/xpra/xpra-0.16.2.ebuild
21 +++ b/x11-wm/xpra/xpra-0.16.2-r1.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27 EAPI=5
28
29 # PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3, and setup.py not python3.2 compat
30 PYTHON_COMPAT=( python2_7 )
31 -inherit distutils-r1 eutils flag-o-matic
32 +inherit distutils-r1 eutils flag-o-matic user
33
34 DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"
35 HOMEPAGE="http://xpra.org/ http://xpra.org/src/"
36 @@ -78,6 +78,10 @@ DEPEND="${COMMON_DEPEND}
37 virtual/pkgconfig
38 >=dev-python/cython-0.16[${PYTHON_USEDEP}]"
39
40 +pkg_postinst() {
41 + enewgroup ${PN}
42 +}
43 +
44 python_prepare_all() {
45 rm -rf rencode || die