Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-joystick/
Date: Tue, 06 Jun 2017 21:48:47
Message-Id: 1496785713.9789b7dda8e2080d14e0009f329c6a4878017ef9.monsieurp@gentoo
1 commit: 9789b7dda8e2080d14e0009f329c6a4878017ef9
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Sun Jun 4 02:47:42 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 21:48:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9789b7dd
7
8 media-plugins/kodi-peripheral-joystick: Drop old version
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4845
12
13 media-plugins/kodi-peripheral-joystick/Manifest | 1 -
14 .../kodi-peripheral-joystick-1.2.1-r1.ebuild | 37 ----------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/media-plugins/kodi-peripheral-joystick/Manifest b/media-plugins/kodi-peripheral-joystick/Manifest
18 index c40a0016982..b5c207ce52c 100644
19 --- a/media-plugins/kodi-peripheral-joystick/Manifest
20 +++ b/media-plugins/kodi-peripheral-joystick/Manifest
21 @@ -1,2 +1 @@
22 -DIST kodi-peripheral-joystick-1.2.1.tar.gz 83344 SHA256 e0230e846d444ff5092c6b2d18c8773ac3330dcc1647626b5da3aaf46e02e982 SHA512 af86bf8c7e8f7a975f5282a4b4c1d36027552857b31f28bbed03eac0b8e1059bb46f284bf5461c261f0f8be56e2e5a221eb9f916aeff6567fcebc459e34398d6 WHIRLPOOL 5d823d27265966e5e2ab88660158919e2d648184d827d545111945f85ba84937dc7c095dc45ff9eaffa87c521ef396f61aa3a605401e2515d052e3ce1f3b3160
23 DIST kodi-peripheral-joystick-1.3.2.tar.gz 82787 SHA256 c2025c4ec280b44b5d8bb1c34185a94cc105f66f0b762087804bb7d2d633d999 SHA512 9aa2e5d1af51b83abc0691fb9f6c7603d07c37b61fde898e2010d6370b9dca44275bd53caa2252479128360bc97eb8bd904d268a9c0cab7f2958c0b31f64ba1f WHIRLPOOL 621de3c1ffd9961fe9d43dd85a1e4f6df2100657380f7004ebe1d7f8cb2d6684df99e192903bde9377e617be6f2af90013a04f7e6b6600227eb3cd47df996b49
24
25 diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1-r1.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1-r1.ebuild
26 deleted file mode 100644
27 index b7b426b029c..00000000000
28 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-1.2.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils kodi-addon
37 -
38 -DESCRIPTION="Libretro compatibility layer for the Kodi Game API"
39 -HOMEPAGE="https://github.com/xbmc/peripheral.joystick"
40 -SRC_URI=""
41 -
42 -case ${PV} in
43 -9999)
44 - SRC_URI=""
45 - EGIT_REPO_URI="git://github.com/xbmc/peripheral.joystick.git"
46 - inherit git-r3
47 - ;;
48 -*)
49 - KEYWORDS="~amd64 ~x86"
50 - SRC_URI="https://github.com/xbmc/peripheral.joystick/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 - S="${WORKDIR}/peripheral.joystick-${PV}"
52 - ;;
53 -esac
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -IUSE=""
58 -
59 -DEPEND="
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 - "