From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F5EF1388C0 for ; Thu, 25 Feb 2016 14:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8895E21C005; Thu, 25 Feb 2016 14:52:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33BF821C005 for ; Thu, 25 Feb 2016 14:52:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40904340CD4 for ; Thu, 25 Feb 2016 14:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C690715F for ; Thu, 25 Feb 2016 14:52:48 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1456411857.4367652caa27ce34983e973d39f8d750f3077e2e.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-0.16.2-r1.ebuild x11-wm/xpra/xpra-0.16.2.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 4367652caa27ce34983e973d39f8d750f3077e2e X-VCS-Branch: master Date: Thu, 25 Feb 2016 14:52:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aaa5814c-657f-4b0b-94e7-ee2bd40ce7ae X-Archives-Hash: 5bbf72570adef689fe99118eb128dba0 commit: 4367652caa27ce34983e973d39f8d750f3077e2e Author: Michael Weber gentoo org> AuthorDate: Thu Feb 25 14:50:57 2016 +0000 Commit: Michael Weber gentoo 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