commit:     2072fc992b6dd887c8f0a378658ac7e8d130f54e
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 14:47:42 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 14:58:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072fc99

media-plugins/kodi-game-libretro-dosbox: Cleanup old version

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

 media-plugins/kodi-game-libretro-dosbox/Manifest   |  1 -
 .../kodi-game-libretro-dosbox-0.74.0.7.ebuild      | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-dosbox/Manifest 
b/media-plugins/kodi-game-libretro-dosbox/Manifest
index 37e4a498cc1..eb736f100ba 100644
--- a/media-plugins/kodi-game-libretro-dosbox/Manifest
+++ b/media-plugins/kodi-game-libretro-dosbox/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-dosbox-0.74.0.7.tar.gz 54723 BLAKE2B 
589359e22653f984af1d0b953d895a27a7b87ae1313a59be7882bc200c654bcdf81680eceed673830c8abe598359b8769814adbcf5d9a8f59e392845cd3a78b3
 SHA512 
6bc6d685173950a5e99107ec7824966f05e975a68e55a3124aa2f24d547f30f804e07e48aed9aabab1dd6debdd3ef77ba9f74dd048a133ef9fb40edfd7e394b9
 DIST kodi-game-libretro-dosbox-0.74.0.8.tar.gz 54726 BLAKE2B 
0011ae050ef2bbd75fbaa72cc18a12a219ded14f79ec1205a83304c7a1ee13328dc51d8f7b1b79b597e648a49c72e9933df7871bee03adca0ab3bb4c2f46e51d
 SHA512 
1034dfce9dea276b1c26c6f6247236134d14ffcf1dc3eb00d57be6f08506fdc7d5b0782a24bca84cbc67d1f9ba3d380b1dc9d7cd956eda98c285cb7e0a0570f7

diff --git 
a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.7.ebuild
 
b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.7.ebuild
deleted file mode 100644
index 8f1c8500487..00000000000
--- 
a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.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="DOSBox GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.dosbox";
-SRC_URI=""
-
-if [[ ${PV} == *9999 ]]; then
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.dosbox.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64 ~x86"
-       CODENAME="Leia"
-       
SRC_URI="https://github.com/kodi-game/game.libretro.dosbox/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/game.libretro.dosbox-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-18*
-       games-emulation/libretro-dosbox
-       "
-RDEPEND="
-       media-plugins/kodi-game-libretro
-       ${DEPEND}
-       "
-src_prepare() {
-       echo 'find_library(DOSBOX_LIB NAMES 
dosbox_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-dosbox.cmake" || die
-       default
-}

Reply via email to