mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-plugins/kodi-peripheral-joystick: 1.3.3 version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.4
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kodi-peripheral-joystick-1.3.2.tar.gz 82787 SHA256 c2025c4ec280b44b5d8bb1c34185a94cc105f66f0b762087804bb7d2d633d999 SHA512 9aa2e5d1af51b83abc0691fb9f6c7603d07c37b61fde898e2010d6370b9dca44275bd53caa2252479128360bc97eb8bd904d268a9c0cab7f2958c0b31f64ba1f WHIRLPOOL 621de3c1ffd9961fe9d43dd85a1e4f6df2100657380f7004ebe1d7f8cb2d6684df99e192903bde9377e617be6f2af90013a04f7e6b6600227eb3cd47df996b49
|
||||
DIST kodi-peripheral-joystick-1.3.3.tar.gz 84408 SHA256 2c30ab25cfc91ce3c6a680185eb4253ad4765a8fc0d50f716017d52b09455ad2 SHA512 e566cfab838b471f4d5cd6d1bde48479868bf1e401e2d5512627f6cfad606c9ec359fade3612dc32424b4a5baffad82278d25906e59062bea9e8aea009754a78 WHIRLPOOL b100fcf5589541bc85a1816356d4a6d9d19ebab512b57fe18990cbfe27d1c25724a34532fbe45622734d23f50159544fe2eebf3b717f49007880c73d1e949a7b
|
||||
|
||||
@@ -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="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-17.0.9999:0
|
||||
=media-tv/kodi-17*:0
|
||||
=media-libs/kodi-platform-17*
|
||||
=dev-libs/libplatform-2*
|
||||
dev-libs/libpcre
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
Reference in New Issue
Block a user