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 54C93158083 for ; Sat, 14 Sep 2024 20:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C192E29E3; Sat, 14 Sep 2024 20:12:11 +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 400E8E29E3 for ; Sat, 14 Sep 2024 20:12:11 +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 52A97340DC8 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 E5C4227F8 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: <1726344707.a334a35c8e0bd7a14b8d20e51451a44ec5b2e4cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-projectm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-visualization-projectm/Manifest media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-19.0.1.ebuild X-VCS-Directories: media-plugins/kodi-visualization-projectm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a334a35c8e0bd7a14b8d20e51451a44ec5b2e4cd 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: 3fbd6c73-87ac-49e3-8d38-3f7b6b879004 X-Archives-Hash: b24567f807daeb53ad89f3a346764189 commit: a334a35c8e0bd7a14b8d20e51451a44ec5b2e4cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 11:11:06 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 20:11:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a334a35c media-plugins/kodi-visualization-projectm: drop 19.0.1 Pinned dep on media-tv/kodi-19, to be cleaned up. Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/kodi-visualization-projectm/Manifest | 1 - .../kodi-visualization-projectm-19.0.1.ebuild | 45 ---------------------- 2 files changed, 46 deletions(-) diff --git a/media-plugins/kodi-visualization-projectm/Manifest b/media-plugins/kodi-visualization-projectm/Manifest deleted file mode 100644 index 3a89c1cd2bed..000000000000 --- a/media-plugins/kodi-visualization-projectm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kodi-visualization-projectm-19.0.1.tar.gz 2512570 BLAKE2B a402b4b0a0e1cd8489f9bfb600ac4d69741044af104c8e649061eb5f00d53891966fb44820b439b29d17725404e940da7a548baa2b610fd52bb217a90fb028d2 SHA512 be7a898e2646e0042efb93334ec61a668ffecaa64c51ce041f4a044461dd46b6964eea5a8ef9de5e97c6fa8bb841be4d6e153ca985e727eae1f399b15b5fa973 diff --git a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-19.0.1.ebuild b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-19.0.1.ebuild deleted file mode 100644 index 5262e65622e0..000000000000 --- a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-19.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kodi-addon - -DESCRIPTION="ProjectM visualizer for Kodi" -HOMEPAGE="https://github.com/xbmc/visualization.projectm" -KODI_PLUGIN_NAME="visualization.projectm" - -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 ~arm64 ~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+=" - virtual/opengl - >=media-libs/libprojectm-3.1.2:= - " - -RDEPEND="${DEPEND}" - -BDEPEND="virtual/pkgconfig" - -src_prepare() { - if [ -d depends ]; then rm -rf depends || die; fi - - cmake_src_prepare -}