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 BCFC2138239 for ; Tue, 5 Jan 2021 17:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA58E0844; Tue, 5 Jan 2021 17:59:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CF9FDE0848 for ; Tue, 5 Jan 2021 17:59:21 +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 C63FD340F3E for ; Tue, 5 Jan 2021 17:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38DCE487 for ; Tue, 5 Jan 2021 17:59:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1609869544.5efa7fccbfda86d214d5b0e07f6e4e9ffa5200bf.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-nastyfft/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-visualization-nastyfft/kodi-visualization-nastyfft-9999.ebuild media-plugins/kodi-visualization-nastyfft/metadata.xml X-VCS-Directories: media-plugins/kodi-visualization-nastyfft/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5efa7fccbfda86d214d5b0e07f6e4e9ffa5200bf X-VCS-Branch: master Date: Tue, 5 Jan 2021 17:59:19 +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: 648ed3dc-e7aa-4a66-b74f-f9bdc243b35a X-Archives-Hash: 4297833a35266c495bca2e46cfe9a916 commit: 5efa7fccbfda86d214d5b0e07f6e4e9ffa5200bf Author: Joonas Niilola gentoo org> AuthorDate: Tue Jan 5 17:54:28 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 5 17:59:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efa7fcc media-plugins/kodi-visualization-nastyfft: remove last-rited package Closes: https://bugs.gentoo.org/752435 Signed-off-by: Joonas Niilola gentoo.org> .../kodi-visualization-nastyfft-9999.ebuild | 36 ---------------------- .../kodi-visualization-nastyfft/metadata.xml | 11 ------- 2 files changed, 47 deletions(-) diff --git a/media-plugins/kodi-visualization-nastyfft/kodi-visualization-nastyfft-9999.ebuild b/media-plugins/kodi-visualization-nastyfft/kodi-visualization-nastyfft-9999.ebuild deleted file mode 100644 index a46b13fa0ab..00000000000 --- a/media-plugins/kodi-visualization-nastyfft/kodi-visualization-nastyfft-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake kodi-addon - -DESCRIPTION="NastyFFT visualizer for Kodi" -HOMEPAGE="https://github.com/notspiff/visualization.nastyfft" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/notspiff/visualization.nastyfft.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/notspiff/visualization.nastyfft/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/visualization.nastyfft-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - ~media-tv/kodi-9999 - virtual/opengl - " - -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-visualization-nastyfft/metadata.xml b/media-plugins/kodi-visualization-nastyfft/metadata.xml deleted file mode 100644 index 71284a7e5b9..00000000000 --- a/media-plugins/kodi-visualization-nastyfft/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - candrews@gentoo.org - Craig Andrews - - - notspiff/visualization.nastyfft - -