From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01D70138350 for ; Mon, 13 Jan 2020 06:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31744E0EBC; Mon, 13 Jan 2020 06:10:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1269AE0EBC for ; Mon, 13 Jan 2020 06:10:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E56A334E036 for ; Mon, 13 Jan 2020 06:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF8F1A8 for ; Mon, 13 Jan 2020 06:10:04 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1578895784.1e28361863d191d17006e1e5c26a210564cbcfb6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/tox/tox-0.2.9-r1.ebuild X-VCS-Directories: net-libs/tox/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1e28361863d191d17006e1e5c26a210564cbcfb6 X-VCS-Branch: master Date: Mon, 13 Jan 2020 06:10:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c35c209-6d74-44f0-9184-32648a00d25b X-Archives-Hash: b618403937927fc17594b0b5ce3d275b commit: 1e28361863d191d17006e1e5c26a210564cbcfb6 Author: Josiah Mullins protonmail com> AuthorDate: Fri Jan 10 15:54:11 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jan 13 06:09:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e283618 net-libs/tox: convert to GLEP 81. This commit fixes tox-0.2.9-r1 to use the acct-group/tox and acct-user/tox packages. It also reverts the package to unstable due to the above changes. Signed-off-by: Josiah Mullins protonmail.com> Closes: https://bugs.gentoo.org/694686 Closes: https://github.com/gentoo/gentoo/pull/14288 Signed-off-by: Joonas Niilola gentoo.org> net-libs/tox/tox-0.2.9-r1.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/net-libs/tox/tox-0.2.9-r1.ebuild b/net-libs/tox/tox-0.2.9-r1.ebuild index 1cf998eed71..5307394b128 100644 --- a/net-libs/tox/tox-0.2.9-r1.ebuild +++ b/net-libs/tox/tox-0.2.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils systemd user +inherit cmake-utils systemd MY_P="c-toxcore-${PV}" DESCRIPTION="Encrypted P2P, messaging, and audio/video calling platform" @@ -12,19 +12,21 @@ SRC_URI="https://github.com/TokTok/c-toxcore/archive/v${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-3+" SLOT="0/0.2" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="+av daemon dht-node ipv6 log-debug +log-error log-info log-trace log-warn static-libs test" -RESTRICT="!test? ( test )" REQUIRED_USE="?? ( log-debug log-error log-info log-trace log-warn ) daemon? ( dht-node )" +RESTRICT="!test? ( test )" -RDEPEND=" - av? ( media-libs/libvpx:= - media-libs/opus ) - daemon? ( dev-libs/libconfig ) - >=dev-libs/libsodium-0.6.1:=[asm,urandom,-minimal]" BDEPEND="virtual/pkgconfig" +DEPEND=">=dev-libs/libsodium-0.6.1:=[asm,urandom,-minimal] + av? ( media-libs/libvpx + media-libs/opus ) + daemon? ( dev-libs/libconfig )" +RDEPEND="${DEPEND} + daemon? ( acct-group/tox + acct-user/tox )" S="${WORKDIR}/${MY_P}" @@ -97,8 +99,6 @@ pkg_postinst() { ewarn "consider disabling the DHT-node use flag." fi if use daemon; then - enewgroup tox - enewuser tox -1 -1 -1 tox if [[ -f ${EROOT}/var/lib/tox-dht-bootstrap/key ]]; then ewarn "Backwards compatability with the bootstrap daemon might have been" ewarn "broken a while ago. To resolve this issue, REMOVE the following files:"