diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-07-02 17:04:30 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-07-02 17:16:29 -0400 |
commit | a362213700b6bf9547463674a6b93b19d8ae1a7c (patch) | |
tree | f983a532c222c85465ba474648621056143fcad3 /media-plugins/kodi-game-libretro | |
parent | app-emulation/qemu: drop vulnerable (diff) | |
download | gentoo-a362213700b6bf9547463674a6b93b19d8ae1a7c.tar.gz gentoo-a362213700b6bf9547463674a6b93b19d8ae1a7c.tar.bz2 gentoo-a362213700b6bf9547463674a6b93b19d8ae1a7c.zip |
media-plugins/kodi-game-libretro: 1.1.0 version bump
Bug: https://bugs.gentoo.org/688474
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-game-libretro')
3 files changed, 44 insertions, 5 deletions
diff --git a/media-plugins/kodi-game-libretro/Manifest b/media-plugins/kodi-game-libretro/Manifest new file mode 100644 index 000000000000..1e8e87c4dcc8 --- /dev/null +++ b/media-plugins/kodi-game-libretro/Manifest @@ -0,0 +1 @@ +DIST kodi-game-libretro-1.1.0.tar.gz 101454 BLAKE2B 8fcd65c8221b0ec4d24a41361eebcf1a144906e86b46749625462d507ca2813b6fdd0cb63ef0fcbe29b1f11039dc5b9cdf3d24eae788e4c275200c93855eed7b SHA512 80cc868d57d4284085a7cd736930da6f1b2440cbd8667a20634c329c282e7f0b79158d4d510504a230427fae4d84d9ae29c7a76fab5e2a23820bfa72d75a8e91 diff --git a/media-plugins/kodi-game-libretro/kodi-game-libretro-1.1.0.ebuild b/media-plugins/kodi-game-libretro/kodi-game-libretro-1.1.0.ebuild new file mode 100644 index 000000000000..54e24230f467 --- /dev/null +++ b/media-plugins/kodi-game-libretro/kodi-game-libretro-1.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Libretro compatibility layer for the Kodi Game API" +HOMEPAGE="https://github.com/kodi-game/game.libretro" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + CODENAME="Leia" + SRC_URI="https://github.com/kodi-game/game.libretro/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/game.libretro-${PV}-${CODENAME}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-18* + =media-libs/kodi-platform-18* + =dev-libs/libplatform-2* + " +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-game-libretro/kodi-game-libretro-9999.ebuild b/media-plugins/kodi-game-libretro/kodi-game-libretro-9999.ebuild index 89eef4973a0e..5f5c3e528872 100644 --- a/media-plugins/kodi-game-libretro/kodi-game-libretro-9999.ebuild +++ b/media-plugins/kodi-game-libretro/kodi-game-libretro-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,8 +17,9 @@ case ${PV} in ;; *) KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-game/game.libretro/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/game.libretro-${PV}" + CODENAME="Leia" + SRC_URI="https://github.com/kodi-game/game.libretro/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/game.libretro-${PV}-${CODENAME}" ;; esac @@ -27,8 +28,8 @@ SLOT="0" IUSE="" DEPEND=" - =media-tv/kodi-9999 - =media-libs/kodi-platform-9999 + ~media-tv/kodi-9999 + ~media-libs/kodi-platform-9999 =dev-libs/libplatform-2* " RDEPEND=" |