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 E1AF913835A for ; Fri, 5 Feb 2021 12:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38888E09D6; Fri, 5 Feb 2021 12:34:27 +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 18237E09D6 for ; Fri, 5 Feb 2021 12:34:27 +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 DF857342E0D for ; Fri, 5 Feb 2021 12:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96EDC4BC for ; Fri, 5 Feb 2021 12:34:24 +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: <1612528461.89dac86f8a3fd631981e9b2769a42f1da7ce7e77.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-demo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-demo/Manifest media-plugins/kodi-pvr-demo/kodi-pvr-demo-7.1.0.ebuild X-VCS-Directories: media-plugins/kodi-pvr-demo/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 89dac86f8a3fd631981e9b2769a42f1da7ce7e77 X-VCS-Branch: master Date: Fri, 5 Feb 2021 12:34:24 +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: 3aba8b17-295b-46b8-acad-579372942e45 X-Archives-Hash: 281b21329d50c5c08a9f7b0cb5d0a435 commit: 89dac86f8a3fd631981e9b2769a42f1da7ce7e77 Author: Craig Andrews gentoo org> AuthorDate: Fri Feb 5 12:34:06 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Feb 5 12:34:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89dac86f media-plugins/kodi-pvr-demo: Cleanup old version Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-demo/Manifest | 1 - .../kodi-pvr-demo/kodi-pvr-demo-7.1.0.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/media-plugins/kodi-pvr-demo/Manifest b/media-plugins/kodi-pvr-demo/Manifest index a38b493918c..0489ea34695 100644 --- a/media-plugins/kodi-pvr-demo/Manifest +++ b/media-plugins/kodi-pvr-demo/Manifest @@ -1,2 +1 @@ -DIST kodi-pvr-demo-7.1.0.tar.gz 42340 BLAKE2B b2c094127a66c0db8a43783483b0fbf998e30f649d5deb4123b8bedc9bc01be1bea16811b8bd2ecf5e363610a44e9855d2d1bbd71b9fe4bec951ecd0fdee5f7f SHA512 f889f1b4ba1c882777c15262486396152ac3ab6623b117fc6a799cc997163cc90822679ee69a32edd7dc40b755ce279326e3692241b2af1c3bea7883b3120864 DIST kodi-pvr-demo-7.1.1.tar.gz 42324 BLAKE2B b0b3c130854817c30caadb6a687bf30b4020180b09ba999d9418a817bbf721dab8f3dc166bb057af2d6ad4f9fa40083cbba80e7189be25c0269a4bb45620d785 SHA512 d47960135b2d7c3e34b38b4bb16762a258abb2ca6ec385879e8c16f9c3d185832c1b624aec6f597f129f021b22a236befc629f6bd0d1683d331feef66910a706 diff --git a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-7.1.0.ebuild b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-7.1.0.ebuild deleted file mode 100644 index cb6e25589b8..00000000000 --- a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-7.1.0.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="Demo PVR for Kodi" -HOMEPAGE="https://github.com/kodi-pvr/pvr.demo" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.demo.git" - inherit git-r3 - ;; -*) - CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-19* - dev-libs/tinyxml - " - -RDEPEND=" - ${DEPEND} - "