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 9C09613835A for ; Mon, 10 May 2021 14:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D3AE07A5; Mon, 10 May 2021 14:04:02 +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 B9DB6E07A5 for ; Mon, 10 May 2021 14:04:02 +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 841B7340F44 for ; Mon, 10 May 2021 14:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9AC753 for ; Mon, 10 May 2021 14:04:00 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1620655436.63dcc0ee150611df5ea5b7271f12e223c0a06547.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-nextpvr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-nextpvr/Manifest media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild X-VCS-Directories: media-plugins/kodi-pvr-nextpvr/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 63dcc0ee150611df5ea5b7271f12e223c0a06547 X-VCS-Branch: master Date: Mon, 10 May 2021 14:04:00 +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: 1ed2363c-4492-4615-b5e5-9bc3f74f35e6 X-Archives-Hash: 7343edb8fb8a7ee5259d386f108067b1 commit: 63dcc0ee150611df5ea5b7271f12e223c0a06547 Author: Craig Andrews gentoo org> AuthorDate: Mon May 10 14:03:45 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon May 10 14:03:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dcc0ee media-plugins/kodi-pvr-nextpvr: Cleanup old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-nextpvr/Manifest | 1 - .../kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest b/media-plugins/kodi-pvr-nextpvr/Manifest index f01931ed10a..4111176df24 100644 --- a/media-plugins/kodi-pvr-nextpvr/Manifest +++ b/media-plugins/kodi-pvr-nextpvr/Manifest @@ -1,2 +1 @@ -DIST kodi-pvr-nextpvr-8.2.2.tar.gz 150133 BLAKE2B f1b320f407d84e4a03a4a0647c59ca6c0b984b4d23126966e7f97aef693b2b2689f4fe216929e054607cf04ec5e4ab00e96bcac4e5ad85b864af37cfc0ffcdfc SHA512 182728189279f4607219cc0d8da1534d271e3771f307ecb3e19c98c1421870ea69f541e7bcbd1a562e81667f32654d977f79fc01e6f3fb88e174f41af8c2fe0a DIST kodi-pvr-nextpvr-8.2.3.tar.gz 150375 BLAKE2B 56493c4f7cb1a42c5b792934ffe5495b8c8083fb12a262a96f47fcadab53a1acbb3c614bb3c507980860bf2cc0c54be374207bdeaf9bb6478991c299c960081a SHA512 6a0bc9e170726246fb46e6fee6c829c36afd570be98ae53901da7fd8a72c319887d8a179dc9b227b8ef0b1628767b7257ef650bc127598d1e1337328c2aa4842 diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild deleted file mode 100644 index f1d5484de0a..00000000000 --- a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-8.2.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake kodi-addon - -DESCRIPTION="Kodi's NextPVR client addon" -HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git" - inherit git-r3 - ;; -*) - CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-19* - dev-libs/tinyxml2 - " - -RDEPEND=" - ${DEPEND} - "