* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2018-08-15 0:22 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2018-08-15 0:22 UTC (permalink / raw
To: gentoo-commits
commit: bc5bcda4787bce61593b84980f144993d5af1437
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 05:26:59 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 00:22:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5bcda4
media-plugins/kodi-game-libretro-bnes: bNES GameClient for Kodi
Package-Manager: Portage-2.3.43, Repoman-2.3.10
.../kodi-game-libretro-bnes-9999.ebuild | 37 ++++++++++++++++++++++
media-plugins/kodi-game-libretro-bnes/metadata.xml | 12 +++++++
2 files changed, 49 insertions(+)
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
new file mode 100644
index 00000000000..75ecc68d0df
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"
+ SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/game.libretro.bnes-${PV}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ ~media-tv/kodi-9999
+ 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/metadata.xml b/media-plugins/kodi-game-libretro-bnes/metadata.xml
new file mode 100644
index 00000000000..6cfa9822601
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <longdescription>bNES GameClient for Kodi</longdescription>
+ <upstream>
+ <remote-id type="github">kodi-game/game.libretro.bnes</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2019-07-02 21:16 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2019-07-02 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 258854ed47fba1da8ae8f43962b5d98823cb4c73
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 2 21:09:08 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=258854ed
media-plugins/kodi-game-libretro-bnes: 0.83.0.3 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-bnes/Manifest | 1 +
...-bnes-9999.ebuild => kodi-game-libretro-bnes-0.83.0.3.ebuild} | 9 +++++----
.../kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild | 7 ++++---
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest b/media-plugins/kodi-game-libretro-bnes/Manifest
new file mode 100644
index 00000000000..276e2a910f4
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/Manifest
@@ -0,0 +1 @@
+DIST kodi-game-libretro-bnes-0.83.0.3.tar.gz 809447 BLAKE2B 4efcc72c60ceb433f755afe39058cffc2c39f9ad3726bd407b832b39fc4e4eb85287f6fc25cdbbebfe1b21db4b567fcd260544c1de544ddff2a94ab190c643d8 SHA512 371830f91cf3f7f47b45cd86ec7438a697e0acf886881e87c6dc9218d599e983cac0a540065b6d45b9228b20dd2c1bc264345ee454b55f68d13c62e33944bfd4
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.3.ebuild
similarity index 81%
copy from media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
copy to media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.3.ebuild
index 75ecc68d0df..960b86f16f9 100644
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.3.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.bnes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.bnes-${PV}"
+ 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"
@@ -24,7 +25,7 @@ SLOT="0"
IUSE=""
DEPEND="
- ~media-tv/kodi-9999
+ =media-tv/kodi-18*
games-emulation/libretro-bnes
"
RDEPEND="
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
index 75ecc68d0df..bdef35c1c51 100644
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-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.bnes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.bnes-${PV}"
+ 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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2019-08-05 14:21 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2019-08-05 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 6c0752499f0047b5a029daa47a4d37c4c785e792
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 14:18:54 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 14:21:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c075249
media-plugins/kodi-game-libretro-bnes: 0.83.0.4 version bump
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-game-libretro-bnes/Manifest | 1 +
.../kodi-game-libretro-bnes-0.83.0.4.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest b/media-plugins/kodi-game-libretro-bnes/Manifest
index 276e2a910f4..b80093f5d70 100644
--- a/media-plugins/kodi-game-libretro-bnes/Manifest
+++ b/media-plugins/kodi-game-libretro-bnes/Manifest
@@ -1 +1,2 @@
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
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
new file mode 100644
index 00000000000..960b86f16f9
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.4.ebuild
@@ -0,0 +1,38 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2019-08-26 16:40 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2019-08-26 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 678d9e38a76d0f607f0a634b6bb0b4728cdfc267
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 16:38:37 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 16:38:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678d9e38
media-plugins/kodi-game-libretro-bnes: 0.83.0.5 version bump
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-game-libretro-bnes/Manifest | 1 +
.../kodi-game-libretro-bnes-0.83.0.5.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest b/media-plugins/kodi-game-libretro-bnes/Manifest
index b80093f5d70..9890311b525 100644
--- a/media-plugins/kodi-game-libretro-bnes/Manifest
+++ b/media-plugins/kodi-game-libretro-bnes/Manifest
@@ -1,2 +1,3 @@
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
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
new file mode 100644
index 00000000000..960b86f16f9
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.5.ebuild
@@ -0,0 +1,38 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2019-08-27 17:57 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2019-08-27 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 5661c199cffe2bbfa2f9dd2fc84264743628f3e8
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 17:56:10 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 17:57:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5661c199
kodi-game-libretro-bnes: Call cmake-utils_src_prepare in src_prepare
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
.../kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
index 178b2d36704..c4ec85a581c 100644
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
@@ -34,5 +34,5 @@ RDEPEND="
"
src_prepare() {
echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
- default
+ cmake-utils_src_prepare
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2019-11-28 17:11 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2019-11-28 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 5787a2579d4abdbbf5b9a5cbaecf5332eb8cb8a9
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 17:10:22 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 17:11:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5787a257
media-plugins/kodi-game-libretro-bnes: 0.83.0.6 version bump
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-game-libretro-bnes/Manifest | 1 +
.../kodi-game-libretro-bnes-0.83.0.6.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest b/media-plugins/kodi-game-libretro-bnes/Manifest
index 9890311b525..ee694a38277 100644
--- a/media-plugins/kodi-game-libretro-bnes/Manifest
+++ b/media-plugins/kodi-game-libretro-bnes/Manifest
@@ -1,3 +1,4 @@
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
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
new file mode 100644
index 00000000000..960b86f16f9
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.6.ebuild
@@ -0,0 +1,38 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2020-03-30 1:21 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2020-03-30 1:21 UTC (permalink / raw
To: gentoo-commits
commit: 31dc1c19359b2bfab3cb8ce5d3056c844ab745db
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 01:17:56 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 01:21:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dc1c19
media-plugins/kodi-game-libretro-bnes: 0.83.0.7 version bump
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-game-libretro-bnes/Manifest | 1 +
.../kodi-game-libretro-bnes-0.83.0.7.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest b/media-plugins/kodi-game-libretro-bnes/Manifest
index ee694a38277..c5eed6bb154 100644
--- a/media-plugins/kodi-game-libretro-bnes/Manifest
+++ b/media-plugins/kodi-game-libretro-bnes/Manifest
@@ -2,3 +2,4 @@ DIST kodi-game-libretro-bnes-0.83.0.3.tar.gz 809447 BLAKE2B 4efcc72c60ceb433f755
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.7.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild
new file mode 100644
index 00000000000..bdff27165a2
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.7.ebuild
@@ -0,0 +1,38 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2020-11-19 19:46 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2020-11-19 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 27db08bd01cd48a4631da58aecf94f6a74c2bc20
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:07:04 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 19:45:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27db08bd
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 <AT> gentoo.org>
media-plugins/kodi-game-libretro-bnes/Manifest | 5 ---
.../kodi-game-libretro-bnes-0.83.0.3.ebuild | 38 ----------------------
.../kodi-game-libretro-bnes-0.83.0.4.ebuild | 38 ----------------------
.../kodi-game-libretro-bnes-0.83.0.5.ebuild | 38 ----------------------
.../kodi-game-libretro-bnes-0.83.0.6.ebuild | 38 ----------------------
.../kodi-game-libretro-bnes-0.83.0.7.ebuild | 38 ----------------------
6 files changed, 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 c5eed6bb154..00000000000
--- 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 960b86f16f9..00000000000
--- 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 960b86f16f9..00000000000
--- 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 960b86f16f9..00000000000
--- 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 960b86f16f9..00000000000
--- 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 bdff27165a2..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/
@ 2021-05-17 5:48 Craig Andrews
0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2021-05-17 5:48 UTC (permalink / raw
To: gentoo-commits
commit: 6cdfbbac5b472aa56c424534e3e4b9fb47231221
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon May 17 05:46:15 2021 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon May 17 05:48:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdfbbac
media-plugins/kodi-game-libretro-bnes: 0.83.0.8 version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-game-libretro-bnes/Manifest | 1 +
...-bnes-9999.ebuild => kodi-game-libretro-bnes-0.83.0.8.ebuild} | 9 +++++----
.../kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild | 9 +++++----
3 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/media-plugins/kodi-game-libretro-bnes/Manifest b/media-plugins/kodi-game-libretro-bnes/Manifest
new file mode 100644
index 00000000000..bb80a0dceb1
--- /dev/null
+++ b/media-plugins/kodi-game-libretro-bnes/Manifest
@@ -0,0 +1 @@
+DIST kodi-game-libretro-bnes-0.83.0.8.tar.gz 810732 BLAKE2B 15ef6e91273855dcf16dad4ea8636e824d4440f4741079ab78c7ff67cb603b4fa5947763d23c545ae968ded5de0017014c0f0c02f48bfd1cca038cfac0f986d4 SHA512 8fea33e9c5ddb0135dc54112efa33ab59cccec6f5d1a83c4dd3adbd0d6627fcb78cb1f4015f968cfcb694f862ae3e15e324fb8f35228e682afe8d4076629e677
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.8.ebuild
similarity index 87%
copy from media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
copy to media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.8.ebuild
index d4e64162f34..f84dfbe0219 100644
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-0.83.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,19 +13,20 @@ if [[ ${PV} == *9999 ]]; then
SRC_URI=""
EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
inherit git-r3
+ DEPEND="~media-tv/kodi-9999"
else
KEYWORDS="~amd64 ~x86"
- CODENAME="Leia"
+ CODENAME="Matrix"
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}"
+ DEPEND="=media-tv/kodi-19*"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND="
- ~media-tv/kodi-9999
+DEPEND+="
games-emulation/libretro-bnes
"
RDEPEND="
diff --git a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
index d4e64162f34..f84dfbe0219 100644
--- a/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
+++ b/media-plugins/kodi-game-libretro-bnes/kodi-game-libretro-bnes-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,19 +13,20 @@ if [[ ${PV} == *9999 ]]; then
SRC_URI=""
EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
inherit git-r3
+ DEPEND="~media-tv/kodi-9999"
else
KEYWORDS="~amd64 ~x86"
- CODENAME="Leia"
+ CODENAME="Matrix"
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}"
+ DEPEND="=media-tv/kodi-19*"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
-DEPEND="
- ~media-tv/kodi-9999
+DEPEND+="
games-emulation/libretro-bnes
"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-05-17 5:48 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-19 19:46 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-bnes/ Craig Andrews
-- strict thread matches above, loose matches on Subject: below --
2021-05-17 5:48 Craig Andrews
2020-03-30 1:21 Craig Andrews
2019-11-28 17:11 Craig Andrews
2019-08-27 17:57 Craig Andrews
2019-08-26 16:40 Craig Andrews
2019-08-05 14:21 Craig Andrews
2019-07-02 21:16 Craig Andrews
2018-08-15 0:22 Craig Andrews
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox