summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-27 11:58:48 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-27 12:07:22 +0100
commit83c6775a2034e6660ff08922dac49045b5a632ad (patch)
treeab1da9148d8ec8add7a848095bd5e3bf59992fca /media-plugins
parentx11-misc/xowl: treeclean (diff)
downloadgentoo-83c6775a2034e6660ff08922dac49045b5a632ad.tar.gz
gentoo-83c6775a2034e6660ff08922dac49045b5a632ad.tar.bz2
gentoo-83c6775a2034e6660ff08922dac49045b5a632ad.zip
media-plugins/kodi-peripheral-steamcontroller: treeclean
Bug: https://bugs.gentoo.org/888175 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild36
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/metadata.xml11
2 files changed, 0 insertions, 47 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>candrews@gentoo.org</email>
- <name>Craig Andrews</name>
- </maintainer>
- <upstream>
- <remote-id type="github">kodi-game/peripheral.steamcontroller</remote-id>
- </upstream>
-</pkgmetadata>