media-plugins/kodi-peripheral-joystick: 1.2.1 version bump
authorCraig Andrews <candrews@integralblue.com>
Wed, 1 Feb 2017 16:37:53 +0000 (11:37 -0500)
committerDavid Seifert <soap@gentoo.org>
Wed, 1 Feb 2017 22:14:15 +0000 (23:14 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3762

media-plugins/kodi-peripheral-joystick/Manifest [new file with mode: 0644]
media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1.ebuild [new file with mode: 0644]
media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild

diff --git a/media-plugins/kodi-peripheral-joystick/Manifest b/media-plugins/kodi-peripheral-joystick/Manifest
new file mode 100644 (file)
index 0000000..453aefe
--- /dev/null
@@ -0,0 +1 @@
+DIST kodi-peripheral-joystick-1.2.1.tar.gz 83344 SHA256 e0230e846d444ff5092c6b2d18c8773ac3330dcc1647626b5da3aaf46e02e982 SHA512 af86bf8c7e8f7a975f5282a4b4c1d36027552857b31f28bbed03eac0b8e1059bb46f284bf5461c261f0f8be56e2e5a221eb9f916aeff6567fcebc459e34398d6 WHIRLPOOL 5d823d27265966e5e2ab88660158919e2d648184d827d545111945f85ba84937dc7c095dc45ff9eaffa87c521ef396f61aa3a605401e2515d052e3ce1f3b3160
diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1.ebuild
new file mode 100644 (file)
index 0000000..3121473
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="git://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-17*
+       =media-libs/kodi-platform-17*
+       =dev-libs/libplatform-2*
+       dev-libs/libpcre
+       "
+RDEPEND="
+       ${DEPEND}
+       "
index a02e5d0e155b1836da8bb9af78d9d2b7d25e5c71..cbebc44066460cb341e5d54e261cf2908e50bf1a 100644 (file)
@@ -28,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-       media-tv/kodi
-       media-libs/kodi-platform
+       =media-tv/kodi-9999
+       =media-libs/kodi-platform-9999
        =dev-libs/libplatform-2*
        dev-libs/libpcre
        "