commit: 83c6775a2034e6660ff08922dac49045b5a632ad Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Jan 27 10:58:48 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Jan 27 11:07:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c6775a
media-plugins/kodi-peripheral-steamcontroller: treeclean Bug: https://bugs.gentoo.org/888175 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> .../kodi-peripheral-steamcontroller-9999.ebuild | 36 ---------------------- .../kodi-peripheral-steamcontroller/metadata.xml | 11 ------- profiles/package.mask | 1 - 3 files changed, 48 deletions(-) diff --git a/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild b/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild deleted file mode 100644 index f2e187f4215c..000000000000 --- a/media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-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="Steam controller driver for Kodi" -HOMEPAGE="https://github.com/kodi-game/peripheral.steamcontroller" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/kodi-game/peripheral.steamcontroller.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-game/peripheral.steamcontroller/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/peripheral.steamcontroller-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - ~media-tv/kodi-9999 - =dev-libs/libplatform-2* - virtual/libusb:1 - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-peripheral-steamcontroller/metadata.xml b/media-plugins/kodi-peripheral-steamcontroller/metadata.xml deleted file mode 100644 index c49e7d5e3699..000000000000 --- a/media-plugins/kodi-peripheral-steamcontroller/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Craig Andrews</name> - </maintainer> - <upstream> - <remote-id type="github">kodi-game/peripheral.steamcontroller</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 249632384627..4d9ff5a813fa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -757,7 +757,6 @@ net-misc/valve # Removal: 2023-01-23. Bug #888175. media-libs/kodi-platform media-plugins/kodi-game-libretro-fceumm -media-plugins/kodi-peripheral-steamcontroller # Georgy Yakovlev <[email protected]> (2022-12-19) # This version currently is not compatible with kernel build (yet)
