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: Sat, 01 Feb 2020 21:53:53
Message-Id: 1580594023.c689d5d51a36245d47bd4277bed840dd5b49c467.candrews@gentoo
1 commit: c689d5d51a36245d47bd4277bed840dd5b49c467
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 1 21:47:32 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 1 21:53:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c689d5d5
7
8 media-plugins/kodi-peripheral-joystick: 1.4.9 version bump
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
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.9.ebuild | 38 ++++++++++++++++++++++
15 2 files changed, 39 insertions(+)
16
17 diff --git a/media-plugins/kodi-peripheral-joystick/Manifest b/media-plugins/kodi-peripheral-joystick/Manifest
18 index 1cf826bf9d1..ed149fca603 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.4.6.tar.gz 91142 BLAKE2B c80daf4e9a425c88ecb323d7f5ab7538aa5a8af06758723310f133f63ac65b74650f6374e4361e9086813474a6b84cf54bb8bc054d54eaec19c1ab32da5181e9 SHA512 ae42a295e548c6bda7a258d02d7a68ec3f34c66e88b1e3848181d8fb76da6ff83f19f8adc007e2697c096052fdd1ea9879b178aab9f8f4118f4d2d57691c2a7c
23 DIST kodi-peripheral-joystick-1.4.7.tar.gz 90671 BLAKE2B 281a1d821586224ad155ac621fe5fd48c189733277c877799355bf432a580311967c7300cdd201ca9561f149b42b3327a320bd3641108d8c69cbfd27242ed4dc SHA512 89d9c993f598f7660fccfcc1926ad3b944d88586b0399b3e47524fe5a68665eec8fc7b196acd6d59e36488f830afef50c402ecd05d69cee75c21a69c538e9acd
24 DIST kodi-peripheral-joystick-1.4.8.tar.gz 90965 BLAKE2B b9bb3aa6e1a5531c304f2f3466bac8f00cffcd771065052d41645f48316c7b246fa07823395aeaa484ca9839d1b8025e6640e7cb504d29642d52c02a1fb21553 SHA512 4ca692589050c225bb9ec45b79f3532a4c572c57b3c2400dd4afa398c3d77194136ffde7bc85b7d24700d7eafb0f813cc3fce5dc48d4de51869fad0f68679939
25 +DIST kodi-peripheral-joystick-1.4.9.tar.gz 111161 BLAKE2B bcee8aedff118cbceec050ae1b6c0a559aeb735c539624f59ae59648107937b5a904ed24bc1c323443e00289d78b2c1b83ff8e18fc9affb22b8ca706b115fb12 SHA512 6d5d8e5922c7b9c38a55372da585366331f550864ee7d95369bb8b32897250b38d4cbb0e2f5fc7eb91aea34f09f6f33a62b148f731f422ac1b6ead9b2eac4ae5
26
27 diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.9.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.9.ebuild
28 new file mode 100644
29 index 00000000000..4dd888bd4a1
30 --- /dev/null
31 +++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.4.9.ebuild
32 @@ -0,0 +1,38 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit cmake 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_BRANCH="Matrix"
48 + EGIT_REPO_URI="https://github.com/xbmc/peripheral.joystick.git"
49 + inherit git-r3
50 + ;;
51 +*)
52 + KEYWORDS="~amd64 ~x86"
53 + CODENAME="Leia"
54 + SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
55 + S="${WORKDIR}/peripheral.joystick-${PV}-${CODENAME}"
56 + ;;
57 +esac
58 +
59 +LICENSE="GPL-2"
60 +SLOT="0"
61 +IUSE=""
62 +
63 +DEPEND="
64 + =media-tv/kodi-18*
65 + =media-libs/kodi-platform-18*
66 + dev-libs/libpcre
67 + "
68 +RDEPEND="
69 + ${DEPEND}
70 + "