summaryrefslogtreecommitdiff
path: root/media-plugins/kodi-peripheral-steamcontroller
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
commit8eccda982236f2cfe9188bdcaffd9168134f39a9 (patch)
treea2f9e1db038cdb1c9ae55a8ead0f9020b072d627 /media-plugins/kodi-peripheral-steamcontroller
parentf2299aed04cae8310f7fce0be5396370e346d966 (diff)
gentoo auto-resync : 27:01:2023 - 13:58:28
Diffstat (limited to 'media-plugins/kodi-peripheral-steamcontroller')
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/Manifest2
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/kodi-peripheral-steamcontroller-9999.ebuild36
-rw-r--r--media-plugins/kodi-peripheral-steamcontroller/metadata.xml11
3 files changed, 0 insertions, 49 deletions
diff --git a/media-plugins/kodi-peripheral-steamcontroller/Manifest b/media-plugins/kodi-peripheral-steamcontroller/Manifest
deleted file mode 100644
index be4829720da4..000000000000
--- a/media-plugins/kodi-peripheral-steamcontroller/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD kodi-peripheral-steamcontroller-9999.ebuild 719 BLAKE2B 183342b602c26a920b24c720d071b0cfc432cf176669e937a2d722f28c5408ea488a3e1ad913e4acba881582323ed38c39476b9ec7bb34cc3300aaad7cafe56f SHA512 b57a0956fac767c6aacb20e0a80609fc8bf3134292f297d852870add52edea3984d7daf696d6580d21e6586e7e6150e7245ed53e725242dc834f3a2c44e908b8
-MISC metadata.xml 380 BLAKE2B 4d0d371cc90c6d2aa558624a017a5237cfa5ca250db41b94540dba492e5974068650558d0579140b6d1593d4007baa5f5c2accb09511ba498e19a79d97ca10e1 SHA512 7cd2f05cc4a379cb239c71fce7208228eb5948409f79ada2cac1d4bc2ee97f2dba08eb8e276cfd53a216464193419401d5d3875852585d04c39726965aff43e6
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>