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 A89E8138334 for ; Fri, 3 Jan 2020 21:29:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA9E9E0908; Fri, 3 Jan 2020 21:29:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BECE8E0908 for ; Fri, 3 Jan 2020 21:29:24 +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 9AB2334DB81 for ; Fri, 3 Jan 2020 21:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3435D3E for ; Fri, 3 Jan 2020 21:29:21 +0000 (UTC) From: "Andreas Schuerch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Schuerch" Message-ID: <1578086938.f8a1d692b28c55a15276b9139fa414bb337c7215.nativemad@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/coturn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/coturn/coturn-4.5.1.1.ebuild net-im/coturn/coturn-9999.ebuild X-VCS-Directories: net-im/coturn/ X-VCS-Committer: nativemad X-VCS-Committer-Name: Andreas Schuerch X-VCS-Revision: f8a1d692b28c55a15276b9139fa414bb337c7215 X-VCS-Branch: master Date: Fri, 3 Jan 2020 21:29:21 +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: 34a78776-5899-4bdf-bff1-921ceb5182dd X-Archives-Hash: 6cc0bd747a0609bdd632ad45e0244e45 commit: f8a1d692b28c55a15276b9139fa414bb337c7215 Author: Andreas Schuerch gentoo org> AuthorDate: Fri Jan 3 21:28:58 2020 +0000 Commit: Andreas Schuerch gentoo org> CommitDate: Fri Jan 3 21:28:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a1d692 net-im/coturn: remove unused user eclass Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Andreas Schuerch gentoo.org> net-im/coturn/coturn-4.5.1.1.ebuild | 4 ++-- net-im/coturn/coturn-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/coturn/coturn-4.5.1.1.ebuild b/net-im/coturn/coturn-4.5.1.1.ebuild index 9978e282984..4a1fd749973 100644 --- a/net-im/coturn/coturn-4.5.1.1.ebuild +++ b/net-im/coturn/coturn-4.5.1.1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils user systemd tmpfiles +inherit eutils systemd tmpfiles DESCRIPTION="coturn TURN server project" -HOMEPAGE="https://github.com/${PN}/${PN}" +HOMEPAGE="https://github.com/coturn/coturn" if [ ${PV} = 9999 ]; then KEYWORDS="" diff --git a/net-im/coturn/coturn-9999.ebuild b/net-im/coturn/coturn-9999.ebuild index 9978e282984..4a1fd749973 100644 --- a/net-im/coturn/coturn-9999.ebuild +++ b/net-im/coturn/coturn-9999.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils user systemd tmpfiles +inherit eutils systemd tmpfiles DESCRIPTION="coturn TURN server project" -HOMEPAGE="https://github.com/${PN}/${PN}" +HOMEPAGE="https://github.com/coturn/coturn" if [ ${PV} = 9999 ]; then KEYWORDS=""