summaryrefslogtreecommitdiff
path: root/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild')
-rw-r--r--media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild
deleted file mode 100644
index e2e2c669b701..000000000000
--- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
-HOMEPAGE="https://github.com/xbmc/peripheral.joystick"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git"
- inherit git-r3
- ;;
-*)
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/peripheral.joystick-${PV}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- =media-libs/kodi-platform-18*
- =dev-libs/libplatform-2*
- dev-libs/libpcre
- "
-RDEPEND="
- ${DEPEND}
- "