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 17064158041 for ; Thu, 9 Sep 2021 11:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 235B8E0936; Thu, 9 Sep 2021 11:09:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 01B41E0936 for ; Thu, 9 Sep 2021 11:09:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0A3B7342A9F for ; Thu, 9 Sep 2021 11:09:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475A935 for ; Thu, 9 Sep 2021 11:09:03 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1631185601.f77922b202eed087644c98ce9c787c84546cf305.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mythplugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mythplugins/mythplugins-31.0-r1.ebuild media-plugins/mythplugins/mythplugins-31.0-r2.ebuild media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild media-plugins/mythplugins/mythplugins-31.0_p20210731.ebuild X-VCS-Directories: media-plugins/mythplugins/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: f77922b202eed087644c98ce9c787c84546cf305 X-VCS-Branch: master Date: Thu, 9 Sep 2021 11:09:03 +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: 89c2a598-8581-4eca-89f3-e9c13c31a392 X-Archives-Hash: 6fcf0862926170c1b56c8189b1d3ca36 commit: f77922b202eed087644c98ce9c787c84546cf305 Author: Wilson Michaels austincustomerrands com> AuthorDate: Mon Aug 23 20:08:47 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Thu Sep 9 11:06:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77922b2 media-plugins/mythplugins: Remove oauth2 dependency Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Wilson Michaels austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/22084 Signed-off-by: Louis Sautier gentoo.org> .../{mythplugins-31.0-r1.ebuild => mythplugins-31.0-r2.ebuild} | 3 +-- ...gins-31.0_p20210731.ebuild => mythplugins-31.0_p20210731-r1.ebuild} | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/media-plugins/mythplugins/mythplugins-31.0-r1.ebuild b/media-plugins/mythplugins/mythplugins-31.0-r2.ebuild similarity index 98% rename from media-plugins/mythplugins/mythplugins-31.0-r1.ebuild rename to media-plugins/mythplugins/mythplugins-31.0-r2.ebuild index 8e7ca3ca7c2..dc68f54f90b 100644 --- a/media-plugins/mythplugins/mythplugins-31.0-r1.ebuild +++ b/media-plugins/mythplugins/mythplugins-31.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -98,7 +98,6 @@ RDEPEND=" mythnetvision? ( ${PYTHON_DEPS} dev-python/lxml - dev-python/oauth2 dev-python/pycurl dev-python/urllib3 =media-tv/mythtv-${MAJOR_PV}*[python] diff --git a/media-plugins/mythplugins/mythplugins-31.0_p20210731.ebuild b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild similarity index 99% rename from media-plugins/mythplugins/mythplugins-31.0_p20210731.ebuild rename to media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild index efe6e121074..573023cfd14 100644 --- a/media-plugins/mythplugins/mythplugins-31.0_p20210731.ebuild +++ b/media-plugins/mythplugins/mythplugins-31.0_p20210731-r1.ebuild @@ -104,7 +104,6 @@ RDEPEND=" mythnetvision? ( ${PYTHON_DEPS} dev-python/lxml - dev-python/oauth2 dev-python/pycurl dev-python/urllib3 =media-tv/mythtv-${MAJOR_PV}*[python]