summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2020-09-21 14:07:04 -0400
committerCraig Andrews <candrews@gentoo.org>2020-11-19 14:45:56 -0500
commit27db08bd01cd48a4631da58aecf94f6a74c2bc20 (patch)
treed10e204c116992b9b7ce57c9cb0bdebbf53a71f0 /media-plugins/kodi-game-libretro-bnes
parentmedia-plugins/kodi-screensaver-matrixtrails: Cleanup old versions (diff)
downloadgentoo-27db08bd01cd48a4631da58aecf94f6a74c2bc20.tar.gz
gentoo-27db08bd01cd48a4631da58aecf94f6a74c2bc20.tar.bz2
gentoo-27db08bd01cd48a4631da58aecf94f6a74c2bc20.zip
media-plugins/kodi-game-libretro-bnes: Cleanup old versions
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-game-libretro-bnes')
-rw-r--r--media-plugins/kodi-game-libretro-bnes/Manifest5
-rw-r--r--media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.3.ebuild38
-rw-r--r--media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.4.ebuild38
-rw-r--r--media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.5.ebuild38
-rw-r--r--media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.6.ebuild38
-rw-r--r--media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild38
6 files changed, 0 insertions, 195 deletions
diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest b/media-plugins/kodi-game-libretro-bnes/Manifest
deleted file mode 100644
index c5eed6bb154a..000000000000
--- a/media-plugins/kodi-game-libretro-bnes/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST kodi-game-libretro-bnes-0.83.0.3.tar.gz 809447 BLAKE2B 4efcc72c60ceb433f755afe39058cffc2c39f9ad3726bd407b832b39fc4e4eb85287f6fc25cdbbebfe1b21db4b567fcd260544c1de544ddff2a94ab190c643d8 SHA512 371830f91cf3f7f47b45cd86ec7438a697e0acf886881e87c6dc9218d599e983cac0a540065b6d45b9228b20dd2c1bc264345ee454b55f68d13c62e33944bfd4
-DIST kodi-game-libretro-bnes-0.83.0.4.tar.gz 810686 BLAKE2B fc64d07a3629f00d658028a1f63ef4be640d511968bbd165019431563c84989c07fe11a132757b0ab64d0127e0b39d853525f615e25fea319bef2e8cb3435ea1 SHA512 5add79554a0064dfe9287961a20b80a5c8fd63598f173e254320b78347881f23c87653b742d6b759a1faa280496155c1822ef7ed4631c94fc35a99e7ca22932d
-DIST kodi-game-libretro-bnes-0.83.0.5.tar.gz 810684 BLAKE2B 803197c0f196c460d02b683874e2f47e986155310c1c2f7f8f7af74540965e9f94239b561e7143fcd878ba3be6612b441cc9f09ba351c3ddd5eef40a5b8c6ed3 SHA512 46851fe5665f4f69acfbb51b5ebdbc6fdd86016893d3c93956ef690956df127920229f3e9029337da6af388ef9e615fc17b969e3660d22c8a01a3f7116866483
-DIST kodi-game-libretro-bnes-0.83.0.6.tar.gz 810679 BLAKE2B 9e414c924706ed1e45b4831e1a760107be56608b98c4f4fb20203f933d56f8d01232c8e1b8e216715eb4408d63f423ec421039fb2bf9c811dac3081a1916ed59 SHA512 f13e166282d215f9f82da9c6aeb8122fd2893600200d9877ca110cf94f1fe03ca3dc2b9914068fa058843d56a1c775ff2312c7d90ec7cfdd3d8208cb80fccf06
-DIST kodi-game-libretro-bnes-0.83.0.7.tar.gz 810746 BLAKE2B 338223fbebf4de8fdac9e9ac513d629081b92383b3f6793cdc59ff917a2bef87c50879bcfc7f6dd0dc98166930aec5333e2d12b9a3d31366503ad5a2f78acc51 SHA512 028ed758b5024ee987001b27737ab92b1ac89f510a659c3ef917b57b4a93e259dd9933609caafc3713d4256a0c1a5ea2fc9ebe79357904d9d90e169487138cc1
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.3.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.3.ebuild
deleted file mode 100644
index 960b86f16f9f..000000000000
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.3.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="bNES GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes"
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~x86"
- CODENAME="Leia"
- SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.bnes-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- games-emulation/libretro-bnes
- "
-RDEPEND="
- media-plugins/kodi-game-libretro
- ${DEPEND}
- "
-src_prepare() {
- echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
- default
-}
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.4.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.4.ebuild
deleted file mode 100644
index 960b86f16f9f..000000000000
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.4.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="bNES GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes"
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~x86"
- CODENAME="Leia"
- SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.bnes-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- games-emulation/libretro-bnes
- "
-RDEPEND="
- media-plugins/kodi-game-libretro
- ${DEPEND}
- "
-src_prepare() {
- echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
- default
-}
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.5.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.5.ebuild
deleted file mode 100644
index 960b86f16f9f..000000000000
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.5.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="bNES GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes"
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~x86"
- CODENAME="Leia"
- SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.bnes-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- games-emulation/libretro-bnes
- "
-RDEPEND="
- media-plugins/kodi-game-libretro
- ${DEPEND}
- "
-src_prepare() {
- echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
- default
-}
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.6.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.6.ebuild
deleted file mode 100644
index 960b86f16f9f..000000000000
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.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="bNES GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes"
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~x86"
- CODENAME="Leia"
- SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.bnes-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- games-emulation/libretro-bnes
- "
-RDEPEND="
- media-plugins/kodi-game-libretro
- ${DEPEND}
- "
-src_prepare() {
- echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
- default
-}
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild
deleted file mode 100644
index bdff27165a2a..000000000000
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.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="bNES GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes"
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
- inherit git-r3
-else
- KEYWORDS="~amd64 ~x86"
- CODENAME="Leia"
- SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.bnes-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- games-emulation/libretro-bnes
- "
-RDEPEND="
- media-plugins/kodi-game-libretro
- ${DEPEND}
- "
-src_prepare() {
- echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
- default
-}