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 3767F138239 for ; Tue, 5 Jan 2021 17:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A17BE086C; Tue, 5 Jan 2021 17:59:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 32144E086C for ; Tue, 5 Jan 2021 17:59:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ACE31340ECC 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 4C94248D 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: <1609869545.35caa1526f8c6672549d3d5f18a03c5d69270162.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-rsxs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-screensaver-rsxs/kodi-screensaver-rsxs-9999.ebuild media-plugins/kodi-screensaver-rsxs/metadata.xml X-VCS-Directories: media-plugins/kodi-screensaver-rsxs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 35caa1526f8c6672549d3d5f18a03c5d69270162 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: ccd1bd86-8a81-4411-a23b-4f7746b5ede9 X-Archives-Hash: d8587d4a8a10e9f84f3768d2e948849c commit: 35caa1526f8c6672549d3d5f18a03c5d69270162 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jan 5 17:55:02 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 5 17:59:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35caa152 media-plugins/kodi-screensaver-rsxs: remove last-rited package Closes: https://bugs.gentoo.org/752438 Signed-off-by: Joonas Niilola gentoo.org> .../kodi-screensaver-rsxs-9999.ebuild | 42 ---------------------- media-plugins/kodi-screensaver-rsxs/metadata.xml | 11 ------ 2 files changed, 53 deletions(-) diff --git a/media-plugins/kodi-screensaver-rsxs/kodi-screensaver-rsxs-9999.ebuild b/media-plugins/kodi-screensaver-rsxs/kodi-screensaver-rsxs-9999.ebuild deleted file mode 100644 index 810b02c9975..00000000000 --- a/media-plugins/kodi-screensaver-rsxs/kodi-screensaver-rsxs-9999.ebuild +++ /dev/null @@ -1,42 +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="RSXS screensaver for Kodi" -HOMEPAGE="https://github.com/notspiff/screensavers.rsxs" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/notspiff/screensavers.rsxs.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/notspiff/screensavers.rsxs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/screensavers.rsxs-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - ~media-tv/kodi-9999 - media-libs/libpng:= - sys-libs/zlib - media-libs/glu - virtual/opengl - " - -RDEPEND=" - media-libs/libpng:= - sys-libs/zlib - virtual/opengl - media-libs/glu - " diff --git a/media-plugins/kodi-screensaver-rsxs/metadata.xml b/media-plugins/kodi-screensaver-rsxs/metadata.xml deleted file mode 100644 index a78895280c8..00000000000 --- a/media-plugins/kodi-screensaver-rsxs/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - candrews@gentoo.org - Craig Andrews - - - notspiff/screensavers.rsxs - -