From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gambatte-jg/
Date: Sun, 15 Jan 2023 14:16:40 +0000 (UTC) [thread overview]
Message-ID: <1673792172.156ac8efe22317774f027d1d7eefdf322355e098.sam@gentoo> (raw)
commit: 156ac8efe22317774f027d1d7eefdf322355e098
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Dec 28 01:14:26 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 14:16:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156ac8ef
games-emulation/gambatte-jg: New package, v0.5.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/gambatte-jg/Manifest | 1 +
.../gambatte-jg/gambatte-jg-0.5.1.ebuild | 46 ++++++++++++++++++++++
.../gambatte-jg/gambatte-jg-9999.ebuild | 46 ++++++++++++++++++++++
games-emulation/gambatte-jg/metadata.xml | 20 ++++++++++
4 files changed, 113 insertions(+)
diff --git a/games-emulation/gambatte-jg/Manifest b/games-emulation/gambatte-jg/Manifest
new file mode 100644
index 000000000000..40a95ee7206c
--- /dev/null
+++ b/games-emulation/gambatte-jg/Manifest
@@ -0,0 +1 @@
+DIST gambatte-0.5.1.tar.bz2 305331 BLAKE2B edde374d0ed2b5f8c9ca3060520f2ffa392a82378fcac0ad18ea6ca0a02bc5240c8dc9f72c6427f2c85f11fd4b68b1a92717c20f34ad71d27a1ee3e9eb5238cd SHA512 60ea7199b1f26bb403ac48d871ef5191cbd6de6794ecde72693d9360ca476b364dc9e6c5bd88d5e54e9835d67feb17d1b7453b48096736ef870bea473b0691a5
diff --git a/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild b/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild
new file mode 100644
index 000000000000..bc00ccf2fcc5
--- /dev/null
+++ b/games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild
@@ -0,0 +1,46 @@
+# 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 Gambatte"
+HOMEPAGE="https://gitlab.com/jgemu/gambatte"
+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="BSD GPL-2"
+SLOT="1"
+
+DEPEND="
+ media-libs/jg:1=
+ media-libs/soxr
+"
+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/gambatte-jg/gambatte-jg-9999.ebuild b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild
new file mode 100644
index 000000000000..bc00ccf2fcc5
--- /dev/null
+++ b/games-emulation/gambatte-jg/gambatte-jg-9999.ebuild
@@ -0,0 +1,46 @@
+# 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 Gambatte"
+HOMEPAGE="https://gitlab.com/jgemu/gambatte"
+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="BSD GPL-2"
+SLOT="1"
+
+DEPEND="
+ media-libs/jg:1=
+ media-libs/soxr
+"
+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/gambatte-jg/metadata.xml b/games-emulation/gambatte-jg/metadata.xml
new file mode 100644
index 000000000000..11b3abfb9e4f
--- /dev/null
+++ b/games-emulation/gambatte-jg/metadata.xml
@@ -0,0 +1,20 @@
+<?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>
+ Gambatte JG is an emulator for the Nintendo Game Boy/Game Boy
+ Color. This is a fork of the final public revision of Gambatte.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://gitlab.com/jgemu/gambatte/-/issues</bugs-to>
+ <remote-id type="gitlab">jgemu/gambatte</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-01-15 14:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-15 14:16 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-22 9:32 [gentoo-commits] repo/gentoo:master commit in: games-emulation/gambatte-jg/ Sam James
2023-09-13 3:20 Sam James
2023-09-17 8:56 Arthur Zamarin
2023-12-03 7:42 Sam James
2024-01-06 19:30 Viorel Munteanu
2024-02-23 9:22 Viorel Munteanu
2024-02-23 9:22 Viorel Munteanu
2024-02-24 7:06 Joonas Niilola
2024-02-24 7:06 Joonas Niilola
2024-03-21 2:45 Sam James
2024-04-29 8:46 Joonas Niilola
2024-04-29 8:46 Joonas Niilola
2024-12-13 9:35 Sam James
2025-02-10 2:19 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1673792172.156ac8efe22317774f027d1d7eefdf322355e098.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox