* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-01-15 14:16 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-15 14:16 UTC (permalink / raw
To: gentoo-commits
commit: 029355058d22515f731f4199cad01b4ad5425dff
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Dec 28 01:18:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 14:16:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02935505
games-emulation/nestopia-jg: New package, v1.52.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestopia-jg/Manifest | 1 +
games-emulation/nestopia-jg/metadata.xml | 22 +++++++++++
.../nestopia-jg/nestopia-jg-1.52.0.ebuild | 45 ++++++++++++++++++++++
.../nestopia-jg/nestopia-jg-9999.ebuild | 45 ++++++++++++++++++++++
4 files changed, 113 insertions(+)
diff --git a/games-emulation/nestopia-jg/Manifest b/games-emulation/nestopia-jg/Manifest
new file mode 100644
index 000000000000..0c597bb9c93a
--- /dev/null
+++ b/games-emulation/nestopia-jg/Manifest
@@ -0,0 +1 @@
+DIST nestopia-1.52.0.tar.bz2 451267 BLAKE2B a70e1251a5b9dcb17a5d8e8233c12cc90189a0471aa3faf955c15d7331e44c4a67d6ddd101326820c219c3b5e09780a7191a45c14267e6da156d968a5b9bfce0 SHA512 5b2876ec3dcc90b94b99184d964bdeee8f194e07f8b8efeb9f425a118c3cc51e3d54901d922988047bfcb7fa5f3be97ed4e694c1451046a98e99678625d1f6f4
diff --git a/games-emulation/nestopia-jg/metadata.xml b/games-emulation/nestopia-jg/metadata.xml
new file mode 100644
index 000000000000..6150882ce3c3
--- /dev/null
+++ b/games-emulation/nestopia-jg/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>orbea@riseup.net</email>
+ <name>orbea</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Nestopia JG is an emulator for the Nintendo Entertainment
+ System/Famicom, including support for the Famicom Disk
+ System. Though originally a fork, Nestopia JG is now the
+ de facto upstream branch of the Nestopia emulator.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://gitlab.com/jgemu/nestopia/-/issues</bugs-to>
+ <remote-id type="gitlab">jgemu/nestopia</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
new file mode 100644
index 000000000000..ed6cc71cbb13
--- /dev/null
+++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN=${PN%-*}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Jolly Good Fork of Nestopia"
+HOMEPAGE="https://gitlab.com/jgemu/nestopia"
+if [[ "${PV}" == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git"
+else
+ SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+DEPEND="
+ media-libs/jg:1=
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/jgrf
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_compile() {
+ emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+ emake install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}"/usr \
+ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
diff --git a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
new file mode 100644
index 000000000000..ed6cc71cbb13
--- /dev/null
+++ b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN=${PN%-*}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Jolly Good Fork of Nestopia"
+HOMEPAGE="https://gitlab.com/jgemu/nestopia"
+if [[ "${PV}" == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git"
+else
+ SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+DEPEND="
+ media-libs/jg:1=
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/jgrf
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_compile() {
+ emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+ emake install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}"/usr \
+ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-02-17 5:29 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-02-17 5:29 UTC (permalink / raw
To: gentoo-commits
commit: 390d8f8f10abefebd2c358841caf8abf2db71708
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Feb 15 03:07:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 05:24:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390d8f8f
games-emulation/nestopia-jg: Update longdescription
Upstream-Commit: https://gitlab.com/jgemu/nestopia/-/commit/40081b185dcb9e1029599c1bd4b7dcb3c2a01ad2
Closes: https://github.com/gentoo/gentoo/pull/29589
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestopia-jg/metadata.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-emulation/nestopia-jg/metadata.xml b/games-emulation/nestopia-jg/metadata.xml
index 6150882ce3c3..8c50d1ad976c 100644
--- a/games-emulation/nestopia-jg/metadata.xml
+++ b/games-emulation/nestopia-jg/metadata.xml
@@ -12,8 +12,9 @@
<longdescription>
Nestopia JG is an emulator for the Nintendo Entertainment
System/Famicom, including support for the Famicom Disk
- System. Though originally a fork, Nestopia JG is now the
- de facto upstream branch of the Nestopia emulator.
+ System and VS. System. Though originally a fork, Nestopia JG
+ has become the de facto upstream branch of the Nestopia
+ emulator.
</longdescription>
<upstream>
<bugs-to>https://gitlab.com/jgemu/nestopia/-/issues</bugs-to>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-02-22 9:32 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-02-22 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 8fa4f43d3f65a711a804954d8cc336bcd930ce89
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 09:29:15 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 09:29:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa4f43d
games-emulation/nestopia-jg: proxy orbea directly
I'll proxy directly.
Bug: https://bugs.gentoo.org/895856
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestopia-jg/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-emulation/nestopia-jg/metadata.xml b/games-emulation/nestopia-jg/metadata.xml
index 8c50d1ad976c..edb2a4792471 100644
--- a/games-emulation/nestopia-jg/metadata.xml
+++ b/games-emulation/nestopia-jg/metadata.xml
@@ -5,9 +5,9 @@
<email>orbea@riseup.net</email>
<name>orbea</name>
</maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
+ <maintainer type="person" proxied="proxy">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
</maintainer>
<longdescription>
Nestopia JG is an emulator for the Nintendo Entertainment
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-08-29 6:10 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-08-29 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 064cfd0a48378f639f9ce1582f56d1c82653714b
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Aug 13 19:17:44 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 06:09:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064cfd0a
games-emulation/nestopia-jg: add new dep, media-libs/soxr
Closes: https://bugs.gentoo.org/912241
Upstream-Commit: https://gitlab.com/jgemu/nestopia/-/commit/ccd14cb9b70f69c37c61d49a3fcc1ac750fddd59
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/32301
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
index ed6cc71cbb13..7d6f68053c50 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,6 +23,7 @@ SLOT="1"
DEPEND="
media-libs/jg:1=
+ media-libs/soxr
"
RDEPEND="
${DEPEND}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-09-13 3:20 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-09-13 3:20 UTC (permalink / raw
To: gentoo-commits
commit: 4b47b91ac3c48042e13c4467443b2092c9a38413
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 03:19:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:19:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b47b91a
games-emulation/nestopia-jg: Keyword 1.52.0 arm64, #891201
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
index ed6cc71cbb13..25956442aac7 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-09-17 8:56 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-09-17 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 4873288d8ab3271887d184dae4947c6c9a545e90
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 08:56:26 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 08:56:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4873288d
games-emulation/nestopia-jg: Keyword 1.52.0 x86, #891201
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
index 25956442aac7..80a3a6b0d153 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-12-02 9:24 Arthur Zamarin
0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-02 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 70e8b896a12ef1409e4fb11803b3bcdf8c5ad7f4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 09:23:08 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 09:23:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e8b896
games-emulation/nestopia-jg: Keyword 1.52.0 ppc, #891201
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
index 80a3a6b0d153..968aea7f0570 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2023-12-03 7:42 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-12-03 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 85fa840af95f6068225fbb45126260cc712a6c28
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 07:41:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 07:41:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fa840a
games-emulation/nestopia-jg: Keyword 1.52.0 ppc64, #891201
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
index 968aea7f0570..f6d3869501a6 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2024-01-06 19:30 Viorel Munteanu
0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2024-01-06 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 6535b916a39a4f54371ffd95178fbc7688084e38
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Jan 5 18:44:10 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 19:29:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6535b916
games-emulation/nestopia-jg: Keyword 1.52.0 arm, #891201
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
index f6d3869501a6..0c8527af385d 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2024-02-24 7:06 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2024-02-24 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 23ca1bb6d1bc01f4d726176bc9d7c873abfc0a44
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat Feb 24 00:16:42 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 07:06:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ca1bb6
games-emulation/nestopia-jg: update maintainers
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-emulation/nestopia-jg/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-emulation/nestopia-jg/metadata.xml b/games-emulation/nestopia-jg/metadata.xml
index edb2a4792471..8c50d1ad976c 100644
--- a/games-emulation/nestopia-jg/metadata.xml
+++ b/games-emulation/nestopia-jg/metadata.xml
@@ -5,9 +5,9 @@
<email>orbea@riseup.net</email>
<name>orbea</name>
</maintainer>
- <maintainer type="person" proxied="proxy">
- <email>sam@gentoo.org</email>
- <name>Sam James</name>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
</maintainer>
<longdescription>
Nestopia JG is an emulator for the Nintendo Entertainment
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2024-02-24 7:06 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2024-02-24 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 6a89dba4ac5a702e750efa7e00c1f3da8d5cc069
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat Feb 24 00:17:14 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 07:06:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a89dba4
games-emulation/nestopia-jg: sync keywords
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
index 7d6f68053c50..dac62fe4856d 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then
else
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2024-03-21 2:24 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-03-21 2:24 UTC (permalink / raw
To: gentoo-commits
commit: e3f5c9480a06c0d143b9b0538bd56281d1a9bdab
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Mon Mar 18 03:06:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 02:24:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f5c948
games-emulation/nestopia-jg: drop media-libs/soxr dependency
This was removed upstream.
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35812
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestopia-jg/nestopia-jg-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
index dac62fe4856d..0c8527af385d 100644
--- a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
+++ b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild
@@ -23,7 +23,6 @@ SLOT="1"
DEPEND="
media-libs/jg:1=
- media-libs/soxr
"
RDEPEND="
${DEPEND}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/
@ 2024-04-29 8:46 Joonas Niilola
0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2024-04-29 8:46 UTC (permalink / raw
To: gentoo-commits
commit: ed4955fb0b70f8fde4eb965a372901bef6d0c689
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Mar 29 04:30:03 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 08:45:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4955fb
games-emulation/nestopia-jg: add 1.52.1
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-emulation/nestopia-jg/Manifest | 1 +
.../nestopia-jg/nestopia-jg-1.52.1.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/games-emulation/nestopia-jg/Manifest b/games-emulation/nestopia-jg/Manifest
index 0c597bb9c93a..b7c199961dac 100644
--- a/games-emulation/nestopia-jg/Manifest
+++ b/games-emulation/nestopia-jg/Manifest
@@ -1 +1,2 @@
DIST nestopia-1.52.0.tar.bz2 451267 BLAKE2B a70e1251a5b9dcb17a5d8e8233c12cc90189a0471aa3faf955c15d7331e44c4a67d6ddd101326820c219c3b5e09780a7191a45c14267e6da156d968a5b9bfce0 SHA512 5b2876ec3dcc90b94b99184d964bdeee8f194e07f8b8efeb9f425a118c3cc51e3d54901d922988047bfcb7fa5f3be97ed4e694c1451046a98e99678625d1f6f4
+DIST nestopia-1.52.1.tar.bz2 660171 BLAKE2B 1c5c17d84bb13b19703cd552d844cf42d8d7e72f72b9879cf10249cd091a5d3db0cef5be9afc04728a57d1fdd3f8c4d1ed7105b872ea4df114c30dd8e69fd5be SHA512 b9c606a9becd094bd1bec1aa8d57f57eb596aefaa91a4e09a10c17535c1e38c1b17a56160ffa48b2e240fb7e7d56a4227ffdf3ea0ef6dc401d347bc7e498d015
diff --git a/games-emulation/nestopia-jg/nestopia-jg-1.52.1.ebuild b/games-emulation/nestopia-jg/nestopia-jg-1.52.1.ebuild
new file mode 100644
index 000000000000..0c8527af385d
--- /dev/null
+++ b/games-emulation/nestopia-jg/nestopia-jg-1.52.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN=${PN%-*}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Jolly Good Fork of Nestopia"
+HOMEPAGE="https://gitlab.com/jgemu/nestopia"
+if [[ "${PV}" == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git"
+else
+ SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+DEPEND="
+ media-libs/jg:1=
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/jgrf
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_compile() {
+ emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+ emake install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}"/usr \
+ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-04-29 8:46 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 9:32 [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-04-29 8:46 Joonas Niilola
2024-03-21 2:24 Sam James
2024-02-24 7:06 Joonas Niilola
2024-02-24 7:06 Joonas Niilola
2024-01-06 19:30 Viorel Munteanu
2023-12-03 7:42 Sam James
2023-12-02 9:24 Arthur Zamarin
2023-09-17 8:56 Arthur Zamarin
2023-09-13 3:20 Sam James
2023-08-29 6:10 Sam James
2023-02-17 5:29 Sam James
2023-01-15 14:16 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox