Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-joystick/
Date: Mon, 13 Nov 2017 21:02:58
Message-Id: 1510606942.6fa678c45a07ef5e69bbb215d0e61dea577aab9c.candrews@gentoo
1 commit: 6fa678c45a07ef5e69bbb215d0e61dea577aab9c
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 13 20:59:34 2017 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 13 21:02:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa678c4
7
8 media-plugins/kodi-peripheral-joystick: 1.3.3 version bump
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 media-plugins/kodi-peripheral-joystick/Manifest | 1 +
13 .../kodi-peripheral-joystick-1.3.3.ebuild | 38 ++++++++++++++++++++++
14 2 files changed, 39 insertions(+)
15
16 diff --git a/media-plugins/kodi-peripheral-joystick/Manifest b/media-plugins/kodi-peripheral-joystick/Manifest
17 index b5c207ce52c..d18afb5efd6 100644
18 --- a/media-plugins/kodi-peripheral-joystick/Manifest
19 +++ b/media-plugins/kodi-peripheral-joystick/Manifest
20 @@ -1 +1,2 @@
21 DIST kodi-peripheral-joystick-1.3.2.tar.gz 82787 SHA256 c2025c4ec280b44b5d8bb1c34185a94cc105f66f0b762087804bb7d2d633d999 SHA512 9aa2e5d1af51b83abc0691fb9f6c7603d07c37b61fde898e2010d6370b9dca44275bd53caa2252479128360bc97eb8bd904d268a9c0cab7f2958c0b31f64ba1f WHIRLPOOL 621de3c1ffd9961fe9d43dd85a1e4f6df2100657380f7004ebe1d7f8cb2d6684df99e192903bde9377e617be6f2af90013a04f7e6b6600227eb3cd47df996b49
22 +DIST kodi-peripheral-joystick-1.3.3.tar.gz 84408 SHA256 2c30ab25cfc91ce3c6a680185eb4253ad4765a8fc0d50f716017d52b09455ad2 SHA512 e566cfab838b471f4d5cd6d1bde48479868bf1e401e2d5512627f6cfad606c9ec359fade3612dc32424b4a5baffad82278d25906e59062bea9e8aea009754a78 WHIRLPOOL b100fcf5589541bc85a1816356d4a6d9d19ebab512b57fe18990cbfe27d1c25724a34532fbe45622734d23f50159544fe2eebf3b717f49007880c73d1e949a7b
23
24 diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.3.3.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.3.3.ebuild
25 new file mode 100644
26 index 00000000000..019a5d3f030
27 --- /dev/null
28 +++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.3.3.ebuild
29 @@ -0,0 +1,38 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit cmake-utils kodi-addon
36 +
37 +DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
38 +HOMEPAGE="https://github.com/xbmc/peripheral.joystick"
39 +SRC_URI=""
40 +
41 +case ${PV} in
42 +9999)
43 + SRC_URI=""
44 + EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git"
45 + inherit git-r3
46 + ;;
47 +*)
48 + KEYWORDS="~amd64 ~x86"
49 + SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 + S="${WORKDIR}/peripheral.joystick-${PV}"
51 + ;;
52 +esac
53 +
54 +LICENSE="GPL-2"
55 +SLOT="0"
56 +IUSE=""
57 +
58 +DEPEND="
59 + >media-tv/kodi-17.0.9999:0
60 + =media-tv/kodi-17*:0
61 + =media-libs/kodi-platform-17*
62 + =dev-libs/libplatform-2*
63 + dev-libs/libpcre
64 + "
65 +RDEPEND="
66 + ${DEPEND}
67 + "