media-plugins/kodi-peripheral-joystick: version bump 1.3.1, fix 1.2.1 to require...
authorCraig Andrews <candrews@integralblue.com>
Fri, 17 Mar 2017 20:21:29 +0000 (16:21 -0400)
committerDavid Seifert <soap@gentoo.org>
Thu, 23 Mar 2017 20:46:13 +0000 (21:46 +0100)
Gentoo-bug: 612074
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4232

media-plugins/kodi-peripheral-joystick/Manifest
media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1-r1.ebuild [moved from media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1.ebuild with 96% similarity]
media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.3.1.ebuild [new file with mode: 0644]

index 453aefedb4b9f5a7e2a274897f52db3f65f4f774..d858de652a0473eceeca8438e2c409334cba88c6 100644 (file)
@@ -1 +1,2 @@
 DIST kodi-peripheral-joystick-1.2.1.tar.gz 83344 SHA256 e0230e846d444ff5092c6b2d18c8773ac3330dcc1647626b5da3aaf46e02e982 SHA512 af86bf8c7e8f7a975f5282a4b4c1d36027552857b31f28bbed03eac0b8e1059bb46f284bf5461c261f0f8be56e2e5a221eb9f916aeff6567fcebc459e34398d6 WHIRLPOOL 5d823d27265966e5e2ab88660158919e2d648184d827d545111945f85ba84937dc7c095dc45ff9eaffa87c521ef396f61aa3a605401e2515d052e3ce1f3b3160
+DIST kodi-peripheral-joystick-1.3.1.tar.gz 82784 SHA256 6886d25a8cec272c29031b6ac1b79a142e1a850cad375350b74cd03907dfc95c SHA512 5f4ad834bbbcf725225220fc416e53b70214aa9062107a585f92d344d05f2d63d2df4c34d8a55be08d2b6f589c9332fa7a4ce35da54eadd278257bb8bb7f2ac3 WHIRLPOOL e253df663322d21f4ec744771be4b637419626ac43c27e24bbea4efee585bd604e5cf1c308e564707ab0d3ffdd5c974f1b167ffe91b62713d17c123f043d2549
similarity index 96%
rename from media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1.ebuild
rename to media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1-r1.ebuild
index c9fba2a63b3f2ce058fa58ad08f692371fa49069..b7b426b029c0bcec19eb397690e68e037c283e88 100644 (file)
@@ -27,7 +27,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-       =media-tv/kodi-17*
+       =media-tv/kodi-17.0*
        =media-libs/kodi-platform-17*
        =dev-libs/libplatform-2*
        dev-libs/libpcre
diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.3.1.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.3.1.ebuild
new file mode 100644 (file)
index 0000000..9cd4cd9
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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="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.0.9999:0
+       =media-tv/kodi-17*:0
+       =media-libs/kodi-platform-17*
+       =dev-libs/libplatform-2*
+       dev-libs/libpcre
+       "
+RDEPEND="
+       ${DEPEND}
+       "