commit: 57cdd2a7fca48e29cfc61011ff0b584f6b6bd798 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Tue Jul 2 21:14:46 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Jul 2 21:16:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cdd2a7
media-plugins/kodi-game-libretro-twentyfortyeight: 1.0.0.106 version bump Bug: https://bugs.gentoo.org/688474 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> media-plugins/kodi-game-libretro-twentyfortyeight/Manifest | 1 + ...uild => kodi-game-libretro-twentyfortyeight-1.0.0.106.ebuild} | 9 +++++---- .../kodi-game-libretro-twentyfortyeight-9999.ebuild | 7 ++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest new file mode 100644 index 00000000000..94a26510dd7 --- /dev/null +++ b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest @@ -0,0 +1 @@ +DIST kodi-game-libretro-twentyfortyeight-1.0.0.106.tar.gz 94621 BLAKE2B 584e66eedb9956e75997fc8792652e0c5982150657169687976f0a52ecd07da1d50d2c43aed9379379a8cf1c668a1e9fda2c4c375910bbe02101d67f7813ff65 SHA512 2a30089b617bbbe62af7b17821e69d8c7bc8a393abbfdff5980b62753763595a93e6c326ee4ff17f4d48801399b325634d72c13ca22a30c4c490dfcc7c21952a diff --git a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.106.ebuild similarity index 81% copy from media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild copy to media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.106.ebuild index 7a9f482f6a1..b31e25621de 100644 --- a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild +++ b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.106.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,9 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-game/game.libretro.2048/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/game.libretro.2048-${PV}" + CODENAME="Leia" + SRC_URI="https://github.com/kodi-game/game.libretro.2048/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/game.libretro.2048-${PV}-${CODENAME}" fi LICENSE="GPL-2" @@ -24,7 +25,7 @@ SLOT="0" IUSE="" DEPEND=" - ~media-tv/kodi-9999 + =media-tv/kodi-18* games-emulation/libretro-twentyfortyeight " RDEPEND=" diff --git a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild index 7a9f482f6a1..a01c322557c 100644 --- a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild +++ b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,9 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/kodi-game/game.libretro.2048/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/game.libretro.2048-${PV}" + CODENAME="Leia" + SRC_URI="https://github.com/kodi-game/game.libretro.2048/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/game.libretro.2048-${PV}-${CODENAME}" fi LICENSE="GPL-2"
