* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2023-09-17 8:56 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-09-17 8:56 UTC (permalink / raw
To: gentoo-commits
commit: eba8f7205183f4e62a2ea76589a999c9f4217ca6
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=eba8f720
games-emulation/melonds-jg: Keyword 0.9.5 x86, #891201
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild b/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
index b7c9f13cf065..1ccecbcaaa0a 100644
--- a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-0.9.5.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="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2025-07-23 2:32 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2025-07-23 2:32 UTC (permalink / raw
To: gentoo-commits
commit: 61ca1edbfe07bc62a7d5538fcac50faf61949467
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Mon Jul 14 19:26:50 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 02:30:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ca1edb
games-emulation/melonds-jg: add 1.0.0
Signed-off-by: orbea <orbea <AT> riseup.net>
Part-of: https://github.com/gentoo/gentoo/pull/43000
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/melonds-jg/Manifest | 1 +
games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild | 54 ++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/games-emulation/melonds-jg/Manifest b/games-emulation/melonds-jg/Manifest
index 73472a76c4df..3e69c2189a40 100644
--- a/games-emulation/melonds-jg/Manifest
+++ b/games-emulation/melonds-jg/Manifest
@@ -1 +1,2 @@
DIST melonds-0.9.5.tar.bz2 5396317 BLAKE2B 4f834c1037b0a1f2e6acdc52bc0b974107343485cdfeff35d16520afb46895abec3046fa9c91c53b6c02855b19af39a64bfc98722887e5090eb0b051ae0d106b SHA512 11a0a71b20e516f426f6fa6dbb46418c5afdd34997d2943a91149f527ca81c7c9a76db8460439e7593e245df92799a69a76dc426eea14a01383ce0a8c1a4b473
+DIST melonds-1.0.0.tar.bz2 6597733 BLAKE2B 9e6c394cee6fef5140426d93c325e517890b34978f79abea37e504005db6e63252a5f0db6e9047b253e9564ebe11cf255e092d68c05382c9be56fddacec464fd SHA512 addceb5d3d1906b310439fb1a7479a0833f4f3ce7ef0bf1ef8ce267766c36e7862a38c4b8e1bd867c8c0aaede472f317b27db916061abb809914bc0822448c6b
diff --git a/games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild b/games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild
new file mode 100644
index 000000000000..c3d8bc14e7f2
--- /dev/null
+++ b/games-emulation/melonds-jg/melonds-jg-1.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+MY_PN=${PN%-*}
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Jolly Good Port of melonDS"
+HOMEPAGE="https://gitlab.com/jgemu/melonds"
+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="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain"
+SLOT="1"
+
+DEPEND="
+ media-libs/jg:1=
+ media-libs/libsamplerate
+"
+RDEPEND="
+ ${DEPEND}
+ games-emulation/jgrf
+"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_compile() {
+ # https://bugs.gentoo.org/931907
+ # https://github.com/melonDS-emu/melonDS/issues/2349
+ append-flags -fno-strict-aliasing
+ filter-lto
+
+ emake -C jollygood \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)" \
+ PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+ emake -C jollygood install \
+ DESTDIR="${D}" \
+ PREFIX="${EPREFIX}"/usr \
+ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
+ LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2025-07-23 2:32 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2025-07-23 2:32 UTC (permalink / raw
To: gentoo-commits
commit: a2d29ddf1946bc1f3678620bae3e4518bbedf0e5
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Mon Jul 14 19:25:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 02:30:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d29ddf
games-emulation/melonds-jg: update comment
Signed-off-by: orbea <orbea <AT> riseup.net>
Part-of: https://github.com/gentoo/gentoo/pull/43000
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-9999.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-9999.ebuild b/games-emulation/melonds-jg/melonds-jg-9999.ebuild
index af1f24fc344a..c3d8bc14e7f2 100644
--- a/games-emulation/melonds-jg/melonds-jg-9999.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,11 +34,8 @@ BDEPEND="
"
src_compile() {
- # -Werror=strict-aliasing
# https://bugs.gentoo.org/931907
- #
- # Not trivial to fix and its a problem in melonds upstream.
- # Its also uncertain if this port will be updated in the future.
+ # https://github.com/melonDS-emu/melonDS/issues/2349
append-flags -fno-strict-aliasing
filter-lto
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2024-06-18 10:20 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-06-18 10:20 UTC (permalink / raw
To: gentoo-commits
commit: b68a28b22715fc0db5154d091c0e5c906209dd10
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue May 14 20:41:58 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 10:19:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68a28b2
games-emulation/melonds-jg: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/931907
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild | 10 +++++++++-
games-emulation/melonds-jg/melonds-jg-9999.ebuild | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild b/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
index a927283b5272..e85a48508359 100644
--- a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs
+inherit toolchain-funcs flag-o-matic
MY_PN=${PN%-*}
MY_P=${MY_PN}-${PV}
@@ -40,6 +40,14 @@ PATCHES=(
)
src_compile() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/931907
+ #
+ # Not trivial to fix and its a problem in melonds upstream.
+ # Its also uncertain if this port will be updated in the future.
+ append-flags -fno-strict-aliasing
+ filter-lto
+
emake -C jollygood \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
diff --git a/games-emulation/melonds-jg/melonds-jg-9999.ebuild b/games-emulation/melonds-jg/melonds-jg-9999.ebuild
index bc683935d9e5..af1f24fc344a 100644
--- a/games-emulation/melonds-jg/melonds-jg-9999.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs
+inherit toolchain-funcs flag-o-matic
MY_PN=${PN%-*}
MY_P=${MY_PN}-${PV}
@@ -34,6 +34,14 @@ BDEPEND="
"
src_compile() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/931907
+ #
+ # Not trivial to fix and its a problem in melonds upstream.
+ # Its also uncertain if this port will be updated in the future.
+ append-flags -fno-strict-aliasing
+ filter-lto
+
emake -C jollygood \
CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" \
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2024-02-24 7:06 Joonas Niilola
0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2024-02-24 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 2baebe2bd7627a79ce69ff1cf6cc084cd4b943b6
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat Feb 24 00:15: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=2baebe2b
games-emulation/melonds-jg: sync keywords
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-9999.ebuild b/games-emulation/melonds-jg/melonds-jg-9999.ebuild
index 44ef9ee4e7eb..bc683935d9e5 100644
--- a/games-emulation/melonds-jg/melonds-jg-9999.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 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="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2024-02-24 7:06 Joonas Niilola
0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2024-02-24 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 6adc31b7e1cdaa4a356fe10968bac0745c887013
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat Feb 24 00:15:09 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=6adc31b7
games-emulation/melonds-jg: update maintainers
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-emulation/melonds-jg/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-emulation/melonds-jg/metadata.xml b/games-emulation/melonds-jg/metadata.xml
index ac72f4289913..010aa0b949dc 100644
--- a/games-emulation/melonds-jg/metadata.xml
+++ b/games-emulation/melonds-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>
melonDS is an emulator for the Nintendo DS and DSi. The
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2024-01-06 19:30 Viorel Munteanu
0 siblings, 0 replies; 11+ messages in thread
From: Viorel Munteanu @ 2024-01-06 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 8858a46f1d5e45df3a2c8eebddefc849356d061d
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Jan 5 18:44:09 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 19:29:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8858a46f
games-emulation/melonds-jg: Keyword 0.9.5 arm, #891201
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild b/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
index e24c753bb9ba..a927283b5272 100644
--- a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-0.9.5.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="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2023-12-03 7:42 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-12-03 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 5e04b440752e9a581a0b88209e5c83865bb48b30
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 07:41:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 07:41:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e04b440
games-emulation/melonds-jg: Keyword 0.9.5 ppc64, #891201
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild b/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
index de8a3f915ec3..e24c753bb9ba 100644
--- a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-0.9.5.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="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2023-12-02 9:24 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-02 9:24 UTC (permalink / raw
To: gentoo-commits
commit: a7148b0dcae0569f5faf08e946f89e940b1bdac6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 09:23:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 09:23:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7148b0d
games-emulation/melonds-jg: Keyword 0.9.5 ppc, #891201
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild b/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
index b55b19caed6b..de8a3f915ec3 100644
--- a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-0.9.5.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="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2023-09-13 3:20 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-09-13 3:20 UTC (permalink / raw
To: gentoo-commits
commit: 1f883107ee88443b6ac50c366a6867d679b81433
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 03:19:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 03:19:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f883107
games-emulation/melonds-jg: Keyword 0.9.5 arm64, #891201
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild b/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
index 72f8d74e4dd2..56734daea220 100644
--- a/games-emulation/melonds-jg/melonds-jg-0.9.5.ebuild
+++ b/games-emulation/melonds-jg/melonds-jg-0.9.5.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="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/
@ 2023-02-22 9:32 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-02-22 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 520709f62fb4b7ec0e0342cdaa61ce1b750d2968
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 09:28:20 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 09:28:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520709f6
games-emulation/melonds-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/melonds-jg/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-emulation/melonds-jg/metadata.xml b/games-emulation/melonds-jg/metadata.xml
index 010aa0b949dc..ac72f4289913 100644
--- a/games-emulation/melonds-jg/metadata.xml
+++ b/games-emulation/melonds-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>
melonDS is an emulator for the Nintendo DS and DSi. The
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-07-23 2:33 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-17 8:56 [gentoo-commits] repo/gentoo:master commit in: games-emulation/melonds-jg/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-07-23 2:32 Sam James
2025-07-23 2:32 Sam James
2024-06-18 10:20 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-13 3:20 Sam James
2023-02-22 9:32 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox