From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DB5815800F for ; Sun, 15 Jan 2023 14:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 377AFE0886; Sun, 15 Jan 2023 14:16:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B411E0886 for ; Sun, 15 Jan 2023 14:16:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24E9033D3CD for ; Sun, 15 Jan 2023 14:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50ABE85B for ; Sun, 15 Jan 2023 14:16:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673792172.156ac8efe22317774f027d1d7eefdf322355e098.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gambatte-jg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/gambatte-jg/Manifest games-emulation/gambatte-jg/gambatte-jg-0.5.1.ebuild games-emulation/gambatte-jg/gambatte-jg-9999.ebuild games-emulation/gambatte-jg/metadata.xml X-VCS-Directories: games-emulation/gambatte-jg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 156ac8efe22317774f027d1d7eefdf322355e098 X-VCS-Branch: master Date: Sun, 15 Jan 2023 14:16:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc3836e2-7aac-4ba2-8c2b-cc62c5df9f02 X-Archives-Hash: ef89a69eb4da41c33d6d41b6d9adbdfe commit: 156ac8efe22317774f027d1d7eefdf322355e098 Author: orbea riseup net> AuthorDate: Wed Dec 28 01:14:26 2022 +0000 Commit: Sam James gentoo 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 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 @@ + + + + + orbea@riseup.net + orbea + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Gambatte JG is an emulator for the Nintendo Game Boy/Game Boy + Color. This is a fork of the final public revision of Gambatte. + + + https://gitlab.com/jgemu/gambatte/-/issues + jgemu/gambatte + +