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 36203158083 for ; Sat, 14 Sep 2024 20:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D85D8E29CF; Sat, 14 Sep 2024 20:12:10 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF842E29CF for ; Sat, 14 Sep 2024 20:12:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 105EC342F64 for ; Sat, 14 Sep 2024 20:12:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 904E627F3 for ; Sat, 14 Sep 2024 20:12:06 +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: <1726344706.548795a93fa31e63721352137131f175ca072acf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-vfs-rar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-vfs-rar/Manifest media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild X-VCS-Directories: media-plugins/kodi-vfs-rar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 548795a93fa31e63721352137131f175ca072acf X-VCS-Branch: master Date: Sat, 14 Sep 2024 20:12:06 +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: 2b0c9014-f8b5-4b23-b51f-cfa87c4deb98 X-Archives-Hash: d35e221a888503a47faa3feb22708dc9 commit: 548795a93fa31e63721352137131f175ca072acf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 11:10:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 20:11:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548795a9 media-plugins/kodi-vfs-rar: drop 4.0.0 Pinned dep on media-tv/kodi-19, to be cleaned up. Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/kodi-vfs-rar/Manifest | 1 - .../kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/media-plugins/kodi-vfs-rar/Manifest b/media-plugins/kodi-vfs-rar/Manifest deleted file mode 100644 index 7af8206f96a4..000000000000 --- a/media-plugins/kodi-vfs-rar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kodi-vfs-rar-4.0.0.tar.gz 464866 BLAKE2B a221f6e9604e3f8d76a5e4eebfc518d17f6129489d6bff9efd89475bf3661d50da69d77cf9f84518137e9a74b33bb758bca5acd474bb968249c5bca555c6a1f7 SHA512 6287c277419f964b950220a858f098eb9aa9bbab4aaff1277850a84f8dfd90a6d5f4fd6c9ea04e84a3c1744ee69cfc4dd7010e2e29f6578640960220f3f716cc diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild deleted file mode 100644 index e66bc07a7f4e..000000000000 --- a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.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="RAR VFS addon for Kodi" -HOMEPAGE="https://github.com/xbmc/vfs.rar" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/vfs.rar.git" - EGIT_BRANCH="Matrix" - inherit git-r3 - DEPEND="~media-tv/kodi-9999" - ;; -*) - CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/vfs.rar/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/vfs.rar-${PV}-${CODENAME}" - DEPEND="=media-tv/kodi-19*:=" - ;; -esac - -LICENSE="GPL-2+" -SLOT="0" -IUSE="" - -DEPEND+=" - dev-libs/tinyxml - " - -RDEPEND="${DEPEND}"