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 93191138359 for ; Sat, 1 Aug 2020 22:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B844FE09CF; Sat, 1 Aug 2020 22:24:17 +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 9E847E09CF for ; Sat, 1 Aug 2020 22:24:17 +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 6A4AC34F2C2 for ; Sat, 1 Aug 2020 22:24:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EEAE26 for ; Sat, 1 Aug 2020 22:24:14 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1596320621.45f60ac4104b48773c19005388b50d60a56415e7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv/mythtv-31.0-r2.ebuild media-tv/mythtv/mythtv-31.0.ebuild X-VCS-Directories: media-tv/mythtv/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 45f60ac4104b48773c19005388b50d60a56415e7 X-VCS-Branch: master Date: Sat, 1 Aug 2020 22:24:14 +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: 8c2362a9-3ef2-4fdb-8920-3ca3c330f5af X-Archives-Hash: 6a22fecfb89ea67a61011768756913a0 commit: 45f60ac4104b48773c19005388b50d60a56415e7 Author: Wilson Michaels earthlink net> AuthorDate: Sat Jul 25 18:15:31 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Aug 1 22:23:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f60ac4 media-tv/mythtv: add runtime depend, remove old revision Closes: https://bugs.gentoo.org/733470 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Wilson Michaels earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/16817 Signed-off-by: Aaron Bauman gentoo.org> media-tv/mythtv/{mythtv-31.0.ebuild => mythtv-31.0-r2.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-tv/mythtv/mythtv-31.0.ebuild b/media-tv/mythtv/mythtv-31.0-r2.ebuild similarity index 98% rename from media-tv/mythtv/mythtv-31.0.ebuild rename to media-tv/mythtv/mythtv-31.0-r2.ebuild index 9d3ead365ea..8c2640774db 100644 --- a/media-tv/mythtv/mythtv-31.0.ebuild +++ b/media-tv/mythtv/mythtv-31.0-r2.ebuild @@ -137,6 +137,7 @@ DEPEND=" dev-python/future[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/mysqlclient[${PYTHON_USEDEP}] + dev-python/requests-cache[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] ') ) @@ -146,6 +147,7 @@ python_check_deps() { has_version "dev-python/future[${PYTHON_USEDEP}]" && has_version "dev-python/lxml[${PYTHON_USEDEP}]" && has_version "dev-python/mysqlclient[${PYTHON_USEDEP}]" && + has_version "dev-python/requests-cache[${PYTHON_USEDEP}]" && has_version "dev-python/simplejson[${PYTHON_USEDEP}]" } @@ -385,11 +387,11 @@ src_install() { insinto /usr/share/mythtv/contrib # Ensure we don't install scripts needing the perl bindings (bug #516968) Finding none is OK. - if use perl; then + if ! use perl; then find contrib/ -name '*.pl' -exec rm {} \; fi # Ensure we don't install scripts needing the python bindings (bug #516968) Finding none is OK. - if use python; then + if ! use python; then find contrib/ -name '*.py' -exec rm {} \; fi doins -r contrib/*