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 D3B0C15800F for ; Sun, 15 Jan 2023 14:16:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF52E086A; Sun, 15 Jan 2023 14:16:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B015EE0874 for ; Sun, 15 Jan 2023 14:16:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D305734068A for ; Sun, 15 Jan 2023 14:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E2A7858 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.c821e460d82e82cce76b3d1ea8fd92b686576c3f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/cega-jg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/cega-jg/Manifest games-emulation/cega-jg/cega-jg-0.5.2.ebuild games-emulation/cega-jg/cega-jg-9999.ebuild games-emulation/cega-jg/metadata.xml X-VCS-Directories: games-emulation/cega-jg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c821e460d82e82cce76b3d1ea8fd92b686576c3f 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: 347291aa-d1b5-4ef2-83ce-7b52f146ac4f X-Archives-Hash: f739b02456549a36e9862c5fdd1e1682 commit: c821e460d82e82cce76b3d1ea8fd92b686576c3f Author: orbea riseup net> AuthorDate: Wed Dec 28 01:13:55 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=c821e460 games-emulation/cega-jg: New package, v0.5.2 Signed-off-by: Sam James gentoo.org> games-emulation/cega-jg/Manifest | 1 + games-emulation/cega-jg/cega-jg-0.5.2.ebuild | 46 ++++++++++++++++++++++++++++ games-emulation/cega-jg/cega-jg-9999.ebuild | 46 ++++++++++++++++++++++++++++ games-emulation/cega-jg/metadata.xml | 21 +++++++++++++ 4 files changed, 114 insertions(+) diff --git a/games-emulation/cega-jg/Manifest b/games-emulation/cega-jg/Manifest new file mode 100644 index 000000000000..3027c80268d3 --- /dev/null +++ b/games-emulation/cega-jg/Manifest @@ -0,0 +1 @@ +DIST cega-0.5.2.tar.bz2 221146 BLAKE2B eba8dcee12ebc2c4f290b7c4546e110bd4d154e3a2d9572fe8a0141c435e45fcd270085882754bf46e0a26388c8b92c5ac390c52b0be3a56a08122acd98d052b SHA512 e2177079a984e531480572e3552d3e52cc14ee2f55ba5d7836becda1c893c9721a637c3e89e992a0fe4039471b41c718f92c53b74f7165690cbc2e709623d7cb diff --git a/games-emulation/cega-jg/cega-jg-0.5.2.ebuild b/games-emulation/cega-jg/cega-jg-0.5.2.ebuild new file mode 100644 index 000000000000..5c0d962a4614 --- /dev/null +++ b/games-emulation/cega-jg/cega-jg-0.5.2.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 SG-1000, SMS, and Game Gear Emulator" +HOMEPAGE="https://gitlab.com/jgemu/cega" +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 MIT MPL-2.0 ZLIB" +SLOT="1" + +DEPEND=" + media-libs/jg:1= + media-libs/speexdsp +" +RDEPEND=" + ${DEPEND} + games-emulation/jgrf +" +BDEPEND=" + virtual/pkgconfig +" + +src_compile() { + emake CC="$(tc-getCC)" 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/cega-jg/cega-jg-9999.ebuild b/games-emulation/cega-jg/cega-jg-9999.ebuild new file mode 100644 index 000000000000..5c0d962a4614 --- /dev/null +++ b/games-emulation/cega-jg/cega-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 SG-1000, SMS, and Game Gear Emulator" +HOMEPAGE="https://gitlab.com/jgemu/cega" +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 MIT MPL-2.0 ZLIB" +SLOT="1" + +DEPEND=" + media-libs/jg:1= + media-libs/speexdsp +" +RDEPEND=" + ${DEPEND} + games-emulation/jgrf +" +BDEPEND=" + virtual/pkgconfig +" + +src_compile() { + emake CC="$(tc-getCC)" 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/cega-jg/metadata.xml b/games-emulation/cega-jg/metadata.xml new file mode 100644 index 000000000000..2ee830e4d1ab --- /dev/null +++ b/games-emulation/cega-jg/metadata.xml @@ -0,0 +1,21 @@ + + + + + orbea@riseup.net + orbea + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Cega is a cycle accurate emulator for the Sega SG-1000, + Master System, and Game Gear written specifically for + The Jolly Good API. + + + https://gitlab.com/jgemu/cega/-/issues + jgemu/cega + +