commit: 4367652caa27ce34983e973d39f8d750f3077e2e
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 14:50:57 2016 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 14:50:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4367652c
x11-wm/xpra: Revbump to add xpra system group (bug 572270, thanks Fabian Henze
and Florian Schmaus).
Package-Manager: portage-2.2.27
x11-wm/xpra/{xpra-0.16.2.ebuild => xpra-0.16.2-r1.ebuild} | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/x11-wm/xpra/xpra-0.16.2.ebuild b/x11-wm/xpra/xpra-0.16.2-r1.ebuild
similarity index 96%
rename from x11-wm/xpra/xpra-0.16.2.ebuild
rename to x11-wm/xpra/xpra-0.16.2-r1.ebuild
index 3838b86..4d18143 100644
--- a/x11-wm/xpra/xpra-0.16.2.ebuild
+++ b/x11-wm/xpra/xpra-0.16.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3, and
setup.py not python3.2 compat
PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 eutils flag-o-matic
+inherit distutils-r1 eutils flag-o-matic user
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based
on wimpiggy"
HOMEPAGE="http://xpra.org/ http://xpra.org/src/"
@@ -78,6 +78,10 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
>=dev-python/cython-0.16[${PYTHON_USEDEP}]"
+pkg_postinst() {
+ enewgroup ${PN}
+}
+
python_prepare_all() {
rm -rf rencode || die