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, 04 Feb 2019 02:45:44
Message-Id: 1549248332.957e6fe254c231e1d02c760c8f4747952022f6c9.candrews@gentoo
1 commit: 957e6fe254c231e1d02c760c8f4747952022f6c9
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 02:44:32 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 02:45:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957e6fe2
7
8 media-plugins/kodi-peripheral-joystick: 1.4.7 version bump
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-peripheral-joystick/Manifest | 1 +
14 .../kodi-peripheral-joystick-1.4.7.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/media-plugins/kodi-peripheral-joystick/Manifest b/media-plugins/kodi-peripheral-joystick/Manifest
18 index 46d75d821fa..f9ed53c6714 100644
19 --- a/media-plugins/kodi-peripheral-joystick/Manifest
20 +++ b/media-plugins/kodi-peripheral-joystick/Manifest
21 @@ -1,3 +1,4 @@
22 DIST kodi-peripheral-joystick-1.3.2.tar.gz 82787 BLAKE2B c3edcc037161e7f1b865b1761a1296e15d6428ac6f32907569f8b32d3a7ecd7e2c27103ce72079b92b4329818d6709209d8f7caea386223fef6e59df281774fd SHA512 9aa2e5d1af51b83abc0691fb9f6c7603d07c37b61fde898e2010d6370b9dca44275bd53caa2252479128360bc97eb8bd904d268a9c0cab7f2958c0b31f64ba1f
23 DIST kodi-peripheral-joystick-1.3.3.tar.gz 84408 BLAKE2B 53ac931708319945c132c7a835fd37e4fcd2c003d64db32c7a888af116625746b96685563dd732873810f28adec20ff5dbed37bd66dcb6bff74cdd192f5a45bb SHA512 e566cfab838b471f4d5cd6d1bde48479868bf1e401e2d5512627f6cfad606c9ec359fade3612dc32424b4a5baffad82278d25906e59062bea9e8aea009754a78
24 DIST kodi-peripheral-joystick-1.4.6.tar.gz 91142 BLAKE2B c80daf4e9a425c88ecb323d7f5ab7538aa5a8af06758723310f133f63ac65b74650f6374e4361e9086813474a6b84cf54bb8bc054d54eaec19c1ab32da5181e9 SHA512 ae42a295e548c6bda7a258d02d7a68ec3f34c66e88b1e3848181d8fb76da6ff83f19f8adc007e2697c096052fdd1ea9879b178aab9f8f4118f4d2d57691c2a7c
25 +DIST kodi-peripheral-joystick-1.4.7.tar.gz 90671 BLAKE2B 281a1d821586224ad155ac621fe5fd48c189733277c877799355bf432a580311967c7300cdd201ca9561f149b42b3327a320bd3641108d8c69cbfd27242ed4dc SHA512 89d9c993f598f7660fccfcc1926ad3b944d88586b0399b3e47524fe5a68665eec8fc7b196acd6d59e36488f830afef50c402ecd05d69cee75c21a69c538e9acd
26
27 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
28 new file mode 100644
29 index 00000000000..c7f3f573a17
30 --- /dev/null
31 +++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.7.ebuild
32 @@ -0,0 +1,37 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit cmake-utils kodi-addon
39 +
40 +DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
41 +HOMEPAGE="https://github.com/xbmc/peripheral.joystick"
42 +SRC_URI=""
43 +
44 +case ${PV} in
45 +9999)
46 + SRC_URI=""
47 + EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git"
48 + inherit git-r3
49 + ;;
50 +*)
51 + KEYWORDS="~amd64 ~x86"
52 + SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 + S="${WORKDIR}/peripheral.joystick-${PV}"
54 + ;;
55 +esac
56 +
57 +LICENSE="GPL-2"
58 +SLOT="0"
59 +IUSE=""
60 +
61 +DEPEND="
62 + =media-tv/kodi-18*
63 + =media-libs/kodi-platform-18*
64 + =dev-libs/libplatform-2*
65 + dev-libs/libpcre
66 + "
67 +RDEPEND="
68 + ${DEPEND}
69 + "