summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-02-03 21:44:32 -0500
committerCraig Andrews <candrews@gentoo.org>2019-02-03 21:45:32 -0500
commit957e6fe254c231e1d02c760c8f4747952022f6c9 (patch)
treed5872759d1ec8b734d5d7872d7b6c657782658db /media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild
parentnet-p2p/xmr-stak: 2.8.0 version bump, EAPI=7 (diff)
downloadgentoo-957e6fe254c231e1d02c760c8f4747952022f6c9.tar.gz
gentoo-957e6fe254c231e1d02c760c8f4747952022f6c9.tar.bz2
gentoo-957e6fe254c231e1d02c760c8f4747952022f6c9.zip
media-plugins/kodi-peripheral-joystick: 1.4.7 version bump
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild')
-rw-r--r--media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild
new file mode 100644
index 000000000000..c7f3f573a175
--- /dev/null
+++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 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}
+ "