commit:     706c4d8b553258cc16dc6f3a99f369c36115106b
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 14:57:58 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 14:58:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706c4d8b

media-plugins/kodi-game-libretro-snes9x: Cleanup old versions

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  2 --
 .../kodi-game-libretro-snes9x-1.60.0.13.ebuild     | 38 ----------------------
 .../kodi-game-libretro-snes9x-1.60.0.14.ebuild     | 38 ----------------------
 3 files changed, 78 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index f4a1485dee9..78a0a307174 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1,3 +1 @@
-DIST kodi-game-libretro-snes9x-1.60.0.13.tar.gz 1374918 BLAKE2B 
33612498a9e41818a981f5c7a6f13318d727d9bbeed22dd95059db08a4cd37a3b11e56ac14fd664b31e6409721b02cabaaaa081cf08ed31cb35c58445279ca61
 SHA512 
91af9e0e52e9ab44329dca07e9cea1ac5ae9e3fd6f7b25e00a37bba5e50d14a9c67798fdca24c7fcbca052a878d01a381b511853e950bbaba232f6bccc7d0f7f
-DIST kodi-game-libretro-snes9x-1.60.0.14.tar.gz 1374878 BLAKE2B 
d33b3781d259a1c007808cb9c724c38e5dfeb41f61cab3f1a1fc118b2ad2e0ec5ab16ad7c5c2c29ff1dc6655da9431713db724911106d438d01376fb8a840056
 SHA512 
dd0e9ef1e944f9621a7adc792e0ac5d64e9f03489aadd9de21d0565ba4bd41c82230bce28797898e1708fdf3c623c994e4229037bb892a65e3b0954b07b9d2ca
 DIST kodi-game-libretro-snes9x-1.60.0.15.tar.gz 1374884 BLAKE2B 
19014248468fb1a899dd122a465b7aac36472969a463576657f6b6246659f6e772dd3934616c26f7673da037654369fe015d0d4e939391c3c76f019c28cf64ff
 SHA512 
bff92e9c37125203dd696ebe115c01b0ade4a97161f23b99d22e407b35fec90f0c598cdefc3d9964a55625a5a393bb6df73c6eb7041e566da6d6a80f1e23df71

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
deleted file mode 100644
index 47c4e9a3401..00000000000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Snes9x GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x";
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Matrix"
-       
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-19*
-       games-emulation/libretro-snes9x
-       "
-RDEPEND="
-       media-plugins/kodi-game-libretro
-       ${DEPEND}
-       "
-src_prepare() {
-       echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
-       default
-}

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
deleted file mode 100644
index 47c4e9a3401..00000000000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.14.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Snes9x GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x";
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Matrix"
-       
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-19*
-       games-emulation/libretro-snes9x
-       "
-RDEPEND="
-       media-plugins/kodi-game-libretro
-       ${DEPEND}
-       "
-src_prepare() {
-       echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
-       default
-}

Reply via email to