commit:     8707293891f495689c7b8b472d123547a71fc86e
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 15:00:22 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 15:05:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87072938

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

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

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  4 ---
 .../kodi-game-libretro-snes9x-1.58.0.6.ebuild      | 38 ----------------------
 .../kodi-game-libretro-snes9x-1.60.0.7.ebuild      | 38 ----------------------
 .../kodi-game-libretro-snes9x-1.60.0.8.ebuild      | 38 ----------------------
 .../kodi-game-libretro-snes9x-1.60.0.9.ebuild      | 38 ----------------------
 5 files changed, 156 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index e4c648d714f..1c681cc16c5 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1,5 +1 @@
-DIST kodi-game-libretro-snes9x-1.58.0.6.tar.gz 1373392 BLAKE2B 
6d17ac222eeae8e23aa76ab0b1aafe805f260b14c210715275afb370c2c52381013b48805477d01389fa1067e14f24465f35449dd95e309dfec7ac93b090df72
 SHA512 
3cc3b5eda830223a447dda4efb0438db679222200cae07d59f0879f95b1d252972186a241a74d0fa4668697a4ef8d2860923a43c7f4223af4ce794e937f255aa
 DIST kodi-game-libretro-snes9x-1.60.0.10.tar.gz 1374802 BLAKE2B 
3ce46bbda7412e7cd561ab3caf0f5d466ed23dd20ba730a6181ebf78d7d01f4f80b38d51b20061ac17e03e6e90047c977555e53ef3deb8f82b7dd409f8def750
 SHA512 
0b59b4d3038a0e85d2380a7de1ec7c8f70bc37679c7fe6ad1fc284ba2dabb195274c732dc7e9e6a78d4337c935de84087297424ec8afc981f08a70fba1150f31
-DIST kodi-game-libretro-snes9x-1.60.0.7.tar.gz 1374792 BLAKE2B 
f6a253ece719f1bbdbcf85b8333c4b329dbe4c7fac20da924c263d4cca97d64c1912d0d63390dbe83e49efe32fb4c99f3f6a63dbd5bcd98b7b549ab5e586fb79
 SHA512 
aa85be7de5030e7b7600e0e3295e22dbad24a1989c58b515bc39adbdb044270588c7848705c04586e37a6419d06efea38983973e8f6870c48dc979a2b3fc9101
-DIST kodi-game-libretro-snes9x-1.60.0.8.tar.gz 1374781 BLAKE2B 
9b99c943aef5c74400a270495cbe0326e2523ebefa78e5f8f76bd1b6a6de163b5ffc8da09c1b3773f7dc31efae7005a1925c10bba6e326dd25319cc4dcfc9121
 SHA512 
62ae9a66d95650f067458c0ecb9a82d9e69b06b62ac80de5c13274ce4dff49966e4a2a9b7c8ac4c754dc1f11718a729e3bed042cb5afa6c9f1ed05026118193c
-DIST kodi-game-libretro-snes9x-1.60.0.9.tar.gz 1374793 BLAKE2B 
ac2c3c7985948d2dc3451da35f06f4eb3863524932e43ee795a9bb9971e12aba99fc32ac1dbb5c9adfcacf66307bcd70d59cf7022b47ccbad7bc864e61a777d9
 SHA512 
27f2a67c15941dbb21b960a48622c3fd906b43f2a458973deb0fb06ea23c5cbcc321c6f26562aaeef886ed9b4706a3eefcea49e5e4366785bac1b1ca147f4595

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.58.0.6.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.58.0.6.ebuild
deleted file mode 100644
index de406700e0d..00000000000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.58.0.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 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="Leia"
-       
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-18*
-       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.7.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.7.ebuild
deleted file mode 100644
index de406700e0d..00000000000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 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="Leia"
-       
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-18*
-       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.8.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.8.ebuild
deleted file mode 100644
index de406700e0d..00000000000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 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="Leia"
-       
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-18*
-       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.9.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.9.ebuild
deleted file mode 100644
index de406700e0d..00000000000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 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="Leia"
-       
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-18*
-       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