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 8F31D158083 for ; Sat, 14 Sep 2024 20:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E3CCE29CB; Sat, 14 Sep 2024 20:12:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2FBBBE29CB 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 CFB86340C7C for ; Sat, 14 Sep 2024 20:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5459227F0 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: <1726344705.7b3a6600345a4e3f218af9c0c2d77f49c086b6be.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-shadertoy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-screensaver-shadertoy/Manifest media-plugins/kodi-screensaver-shadertoy/kodi-screensaver-shadertoy-3.2.0.ebuild X-VCS-Directories: media-plugins/kodi-screensaver-shadertoy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7b3a6600345a4e3f218af9c0c2d77f49c086b6be 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: 8b12db82-c68b-4179-a79b-e84fe2a99a7a X-Archives-Hash: 2e989a8678d11e8c76205f41a190e3d5 commit: 7b3a6600345a4e3f218af9c0c2d77f49c086b6be Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 11:10:41 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 20:11:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3a6600 media-plugins/kodi-screensaver-shadertoy: drop 3.2.0 Pinned dep on media-tv/kodi-19, to be cleaned up. Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/kodi-screensaver-shadertoy/Manifest | 1 - .../kodi-screensaver-shadertoy-3.2.0.ebuild | 44 ---------------------- 2 files changed, 45 deletions(-) diff --git a/media-plugins/kodi-screensaver-shadertoy/Manifest b/media-plugins/kodi-screensaver-shadertoy/Manifest deleted file mode 100644 index a3f003ab5a97..000000000000 --- a/media-plugins/kodi-screensaver-shadertoy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kodi-screensaver-shadertoy-3.2.0.tar.gz 12838928 BLAKE2B ec91e778e323c4bf6fcd9653a8027cf1cfde43bfe54c3c207e0e37024708b34b00a68f28d2240739aaed1ca91f19586bd0b25a46979ba0516cd2612427146f7c SHA512 1ac48462bc946c9fe3a55bc94526b0a3e270dd65d42e8557ee8b9e7c692b8d8c0e4eb66401bfb404c7b9d79ade8b2bec9a4a142f22ad5ec11824f738971a76eb diff --git a/media-plugins/kodi-screensaver-shadertoy/kodi-screensaver-shadertoy-3.2.0.ebuild b/media-plugins/kodi-screensaver-shadertoy/kodi-screensaver-shadertoy-3.2.0.ebuild deleted file mode 100644 index 435a31a32834..000000000000 --- a/media-plugins/kodi-screensaver-shadertoy/kodi-screensaver-shadertoy-3.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kodi-addon - -DESCRIPTION="Shadertoy screensaver for Kodi" -HOMEPAGE="https://github.com/xbmc/screensaver.shadertoy" -KODI_PLUGIN_NAME="screensaver.shadertoy" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}.git" - inherit git-r3 - DEPEND="~media-tv/kodi-9999" - ;; -*) - CODENAME="Matrix" - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/xbmc/${KODI_PLUGIN_NAME}/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${KODI_PLUGIN_NAME}-${PV}-${CODENAME}" - DEPEND="=media-tv/kodi-19*:=" - ;; -esac - -LICENSE="GPL-2+" -SLOT="0" -IUSE="" - -DEPEND+=" - >=media-libs/glm-0.9.9.8-r1 - " - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -src_prepare() { - if [ -d depends ]; then rm -rf depends || die; fi - - cmake_src_prepare -}