x11-wm/xpra: Revbump to add xpra system group (bug 572270, thanks Fabian Henze and...
authorMichael Weber <xmw@gentoo.org>
Thu, 25 Feb 2016 14:50:57 +0000 (15:50 +0100)
committerMichael Weber <xmw@gentoo.org>
Thu, 25 Feb 2016 14:50:57 +0000 (15:50 +0100)
Package-Manager: portage-2.2.27

x11-wm/xpra/xpra-0.16.2-r1.ebuild [moved from x11-wm/xpra/xpra-0.16.2.ebuild with 96% similarity]

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 3838b86e8826d6e7aa40b84063a9e681fffedc00..4d18143c8aa43c0262b3a9213ea99dbfc831ac8f 100644 (file)
@@ -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