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-game-libretro-snes9x/
Date: Wed, 06 Jan 2021 14:58:26
Message-Id: 1609945097.706c4d8b553258cc16dc6f3a99f369c36115106b.candrews@gentoo
1 commit: 706c4d8b553258cc16dc6f3a99f369c36115106b
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 14:57:58 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 14:58:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706c4d8b
7
8 media-plugins/kodi-game-libretro-snes9x: Cleanup old versions
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-game-libretro-snes9x/Manifest | 2 --
14 .../kodi-game-libretro-snes9x-1.60.0.13.ebuild | 38 ----------------------
15 .../kodi-game-libretro-snes9x-1.60.0.14.ebuild | 38 ----------------------
16 3 files changed, 78 deletions(-)
17
18 diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest b/media-plugins/kodi-game-libretro-snes9x/Manifest
19 index f4a1485dee9..78a0a307174 100644
20 --- a/media-plugins/kodi-game-libretro-snes9x/Manifest
21 +++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
22 @@ -1,3 +1 @@
23 -DIST kodi-game-libretro-snes9x-1.60.0.13.tar.gz 1374918 BLAKE2B 33612498a9e41818a981f5c7a6f13318d727d9bbeed22dd95059db08a4cd37a3b11e56ac14fd664b31e6409721b02cabaaaa081cf08ed31cb35c58445279ca61 SHA512 91af9e0e52e9ab44329dca07e9cea1ac5ae9e3fd6f7b25e00a37bba5e50d14a9c67798fdca24c7fcbca052a878d01a381b511853e950bbaba232f6bccc7d0f7f
24 -DIST kodi-game-libretro-snes9x-1.60.0.14.tar.gz 1374878 BLAKE2B d33b3781d259a1c007808cb9c724c38e5dfeb41f61cab3f1a1fc118b2ad2e0ec5ab16ad7c5c2c29ff1dc6655da9431713db724911106d438d01376fb8a840056 SHA512 dd0e9ef1e944f9621a7adc792e0ac5d64e9f03489aadd9de21d0565ba4bd41c82230bce28797898e1708fdf3c623c994e4229037bb892a65e3b0954b07b9d2ca
25 DIST kodi-game-libretro-snes9x-1.60.0.15.tar.gz 1374884 BLAKE2B 19014248468fb1a899dd122a465b7aac36472969a463576657f6b6246659f6e772dd3934616c26f7673da037654369fe015d0d4e939391c3c76f019c28cf64ff SHA512 bff92e9c37125203dd696ebe115c01b0ade4a97161f23b99d22e407b35fec90f0c598cdefc3d9964a55625a5a393bb6df73c6eb7041e566da6d6a80f1e23df71
26
27 diff --git a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.13.ebuild b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.13.ebuild
28 deleted file mode 100644
29 index 47c4e9a3401..00000000000
30 --- a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.13.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 1999-2020 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="Snes9x GameClient for Kodi"
41 -HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x"
42 -SRC_URI=""
43 -
44 -if [[ ${PV} == *9999 ]]; then
45 - SRC_URI=""
46 - EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git"
47 - inherit git-r3
48 -else
49 - KEYWORDS="~amd64 ~x86"
50 - CODENAME="Matrix"
51 - SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
52 - S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
53 -fi
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -IUSE=""
58 -
59 -DEPEND="
60 - =media-tv/kodi-19*
61 - games-emulation/libretro-snes9x
62 - "
63 -RDEPEND="
64 - media-plugins/kodi-game-libretro
65 - ${DEPEND}
66 - "
67 -src_prepare() {
68 - echo 'find_library(SNES9X_LIB NAMES snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-snes9x.cmake" || die
69 - default
70 -}
71
72 diff --git a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.14.ebuild b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.14.ebuild
73 deleted file mode 100644
74 index 47c4e9a3401..00000000000
75 --- a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.14.ebuild
76 +++ /dev/null
77 @@ -1,38 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -inherit cmake-utils kodi-addon
84 -
85 -DESCRIPTION="Snes9x GameClient for Kodi"
86 -HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x"
87 -SRC_URI=""
88 -
89 -if [[ ${PV} == *9999 ]]; then
90 - SRC_URI=""
91 - EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git"
92 - inherit git-r3
93 -else
94 - KEYWORDS="~amd64 ~x86"
95 - CODENAME="Matrix"
96 - SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
97 - S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
98 -fi
99 -
100 -LICENSE="GPL-2"
101 -SLOT="0"
102 -IUSE=""
103 -
104 -DEPEND="
105 - =media-tv/kodi-19*
106 - games-emulation/libretro-snes9x
107 - "
108 -RDEPEND="
109 - media-plugins/kodi-game-libretro
110 - ${DEPEND}
111 - "
112 -src_prepare() {
113 - echo 'find_library(SNES9X_LIB NAMES snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-snes9x.cmake" || die
114 - default
115 -}