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-dosbox/
Date: Mon, 17 May 2021 05:48:47
Message-Id: 1621230517.0bb8f2168fd1f59192d06c792a222d0e03e3d364.candrews@gentoo
1 commit: 0bb8f2168fd1f59192d06c792a222d0e03e3d364
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 17 05:47:05 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 05:48:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb8f216
7
8 media-plugins/kodi-game-libretro-dosbox: Cleanup old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-game-libretro-dosbox/Manifest | 1 -
14 .../kodi-game-libretro-dosbox-0.74.0.8.ebuild | 44 ----------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/media-plugins/kodi-game-libretro-dosbox/Manifest b/media-plugins/kodi-game-libretro-dosbox/Manifest
18 index 5eec2a82ae5..0e59bde2272 100644
19 --- a/media-plugins/kodi-game-libretro-dosbox/Manifest
20 +++ b/media-plugins/kodi-game-libretro-dosbox/Manifest
21 @@ -1,2 +1 @@
22 -DIST kodi-game-libretro-dosbox-0.74.0.8.tar.gz 54726 BLAKE2B 0011ae050ef2bbd75fbaa72cc18a12a219ded14f79ec1205a83304c7a1ee13328dc51d8f7b1b79b597e648a49c72e9933df7871bee03adca0ab3bb4c2f46e51d SHA512 1034dfce9dea276b1c26c6f6247236134d14ffcf1dc3eb00d57be6f08506fdc7d5b0782a24bca84cbc67d1f9ba3d380b1dc9d7cd956eda98c285cb7e0a0570f7
23 DIST kodi-game-libretro-dosbox-0.74.0.9.tar.gz 59986 BLAKE2B 2ca87303f38885bc73dd8d4784cc6d31b3d8d80e84a241932e70516c10c446f461f7d746634368827a813b0e641d219e172a4cf57730d1637574130d60377ccf SHA512 1915f3156acfdf525d974b290af5204902e18a2d9505b1391b4fc95dd59d5e2c729610ff5024c6bf56af79d822ad0aba0b9680da8ba932d7357dbcd847414a07
24
25 diff --git a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.8.ebuild b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.8.ebuild
26 deleted file mode 100644
27 index df2ee5fc3f2..00000000000
28 --- a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-0.74.0.8.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake kodi-addon
37 -
38 -DESCRIPTION="DOSBox GameClient for Kodi"
39 -HOMEPAGE="https://github.com/kodi-game/game.libretro.dosbox"
40 -SRC_URI=""
41 -
42 -if [[ ${PV} == *9999 ]]; then
43 - SRC_URI=""
44 - EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.dosbox.git"
45 - inherit git-r3
46 - DEPEND="
47 - ${DEPEND}
48 - ~media-tv/kodi-9999"
49 -else
50 - KEYWORDS="~amd64 ~x86"
51 - CODENAME="Matrix"
52 - SRC_URI="https://github.com/kodi-game/game.libretro.dosbox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
53 - S="${WORKDIR}/game.libretro.dosbox-${PV}-${CODENAME}"
54 - DEPEND="
55 - ${DEPEND}
56 - =media-tv/kodi-19*"
57 -fi
58 -
59 -LICENSE="GPL-2"
60 -SLOT="0"
61 -IUSE=""
62 -
63 -DEPEND="
64 - ${DEPEND}
65 - games-emulation/libretro-dosbox
66 - "
67 -RDEPEND="
68 - media-plugins/kodi-game-libretro
69 - ${DEPEND}
70 - "
71 -src_prepare() {
72 - echo 'find_library(DOSBOX_LIB NAMES dosbox_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-dosbox.cmake" || die
73 - cmake_src_prepare
74 -}