From: Michael Weber Date: Thu, 25 Feb 2016 14:50:57 +0000 (+0100) Subject: x11-wm/xpra: Revbump to add xpra system group (bug 572270, thanks Fabian Henze and... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4367652caa27ce34983e973d39f8d750f3077e2e;p=gentoo.git x11-wm/xpra: Revbump to add xpra system group (bug 572270, thanks Fabian Henze and Florian Schmaus). Package-Manager: portage-2.2.27 --- 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 3838b86e8826..4d18143c8aa4 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