From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/sameboy-jg/
Date: Mon, 10 Feb 2025 02:19:13 +0000 (UTC) [thread overview]
Message-ID: <1739153166.eefce7575f2cdf706c42bdca5a1fc64f3f3310ef.mjo@gentoo> (raw)
commit: eefce7575f2cdf706c42bdca5a1fc64f3f3310ef
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Mon Dec 23 21:41:59 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 02:06:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eefce757
games-emulation/sameboy-jg: drop 0.16.6
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
games-emulation/sameboy-jg/Manifest | 1 -
.../sameboy-jg/sameboy-jg-0.16.6.ebuild | 49 ----------------------
2 files changed, 50 deletions(-)
diff --git a/games-emulation/sameboy-jg/Manifest b/games-emulation/sameboy-jg/Manifest
index aa221b0e4393..6b9b99588045 100644
--- a/games-emulation/sameboy-jg/Manifest
+++ b/games-emulation/sameboy-jg/Manifest
@@ -1,2 +1 @@
-DIST sameboy-0.16.6.tar.bz2 4153538 BLAKE2B e670ba2ee3240b235d776c5b9a55b5b16dc692c63f3c6d8d03eb56c832c655d6782221afb1028b15a0af6b30ac398c7828e8759b8766ce19cd0064815c8890b3 SHA512 355674a3c4b612cf6b03c094cd3067224779d50789599e0fa7dfc3843201d140befc2058c1bd461e8cab11c5ebbbdb8fceaf4b5feee86a59bd49a50b808dca31
DIST sameboy-1.0.0.tar.bz2 7166814 BLAKE2B b004fe08af738e4e00e7144073f477c62603b6921730d0c2f59064781e3408f0e61be8a1eb40ce68c08ae286c47f4d4875666bc0f65c2232d0662bad1e83cecd SHA512 4da43490b502e59013153f4eabd8c943f81a4a27fd20ffb478770f19897c31d28e6d264e7ec3c3a55029214b8d95f527b564f65a010634d2203b6faa231e1626
diff --git a/games-emulation/sameboy-jg/sameboy-jg-0.16.6.ebuild b/games-emulation/sameboy-jg/sameboy-jg-0.16.6.ebuild
deleted file mode 100644
index c41503e9640a..000000000000
--- a/games-emulation/sameboy-jg/sameboy-jg-0.16.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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 Port of SameBoy"
-HOMEPAGE="https://gitlab.com/jgemu/sameboy"
-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="MIT"
-SLOT="1"
-
-DEPEND="
- media-libs/jg:1=
-"
-RDEPEND="
- ${DEPEND}
- games-emulation/jgrf
-"
-BDEPEND="
- >=dev-util/rgbds-0.6.0
- virtual/pkgconfig
-"
-
-src_compile() {
- emake -C jollygood \
- CC="$(tc-getCC)" \
- CC_FOR_BUILD="$(tc-getBUILD_CC)" \
- 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)"
-}
next reply other threads:[~2025-02-10 2:19 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 2:19 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-03 18:10 [gentoo-commits] repo/gentoo:master commit in: games-emulation/sameboy-jg/ Michael Orlitzky
2025-05-21 20:59 Sam James
2025-04-26 0:31 Michael Orlitzky
2024-12-13 9:35 Sam James
2024-12-13 9:35 Sam James
2024-12-13 9:35 Sam James
2024-11-02 12:46 Joonas Niilola
2024-06-18 10:20 Sam James
2024-06-18 10:20 Sam James
2024-03-21 2:19 Sam James
2024-02-24 7:06 Joonas Niilola
2024-01-21 4:02 Sam James
2024-01-21 4:02 Sam James
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-02-22 9:32 Sam James
2023-01-15 14:16 Sam James
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=1739153166.eefce7575f2cdf706c42bdca5a1fc64f3f3310ef.mjo@gentoo \
--to=mjo@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