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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FF4A158083 for ; Sat, 14 Sep 2024 20:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7630E29AB; Sat, 14 Sep 2024 20:12:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCB5CE29AC for ; Sat, 14 Sep 2024 20:12:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C64A340806 for ; Sat, 14 Sep 2024 20:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B41E1F40 for ; Sat, 14 Sep 2024 20:12:05 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1726344702.abebb857fcef46123069c1b3c72ce5db431a257e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vuplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-vuplus/Manifest media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.9.ebuild X-VCS-Directories: media-plugins/kodi-pvr-vuplus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: abebb857fcef46123069c1b3c72ce5db431a257e X-VCS-Branch: master Date: Sat, 14 Sep 2024 20:12:05 +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: c8d47326-e0b5-4368-9635-d9c557f4c821 X-Archives-Hash: 73259e5b914861aea18baf4d06dacc05 commit: abebb857fcef46123069c1b3c72ce5db431a257e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 11:10:01 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 20:11:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abebb857 media-plugins/kodi-pvr-vuplus: drop 7.4.9 Pinned dep on media-tv/kodi-19, to be cleaned up. Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/kodi-pvr-vuplus/Manifest | 1 - .../kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.9.ebuild | 43 ---------------------- 2 files changed, 44 deletions(-) diff --git a/media-plugins/kodi-pvr-vuplus/Manifest b/media-plugins/kodi-pvr-vuplus/Manifest deleted file mode 100644 index f31b8ec39e99..000000000000 --- a/media-plugins/kodi-pvr-vuplus/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kodi-pvr-vuplus-7.4.9.tar.gz 947759 BLAKE2B 58ad0cf68b8c70bee7c39a2e5a1eec874073de03cfa34b66c8f65b4fa84de88dd0c9a2d3fdeec55236265cd6ae748dde74942e1dd68b71ab64940b327c017426 SHA512 beaa89a348ef0fba0d51d982590731102d548f2c95c095ceed132306e7b76b4e5d9613be135c9c05d86a38b8b7203ec750e80dbb8bc5692d5f653fab9137c1c4 diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.9.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.9.ebuild deleted file mode 100644 index 20323489f843..000000000000 --- a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-7.4.9.ebuild +++ /dev/null @@ -1,43 +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 VuPlus client addon" -HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git" - inherit git-r3 - ;; -*) - CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-19* - dev-libs/tinyxml - dev-cpp/nlohmann_json - " - -RDEPEND=" - ${DEPEND} - " - -src_prepare() { - [ -d depends ] && rm -rf depends || die - cmake_src_prepare -}