public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba-jg/
Date: Fri, 13 Dec 2024 09:35:55 +0000 (UTC)	[thread overview]
Message-ID: <1734082460.0287246aa3eb46e8bea3c364131cdd87151d1381.sam@gentoo> (raw)

commit:     0287246aa3eb46e8bea3c364131cdd87151d1381
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Dec 13 01:55:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 09:34:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0287246a

games-emulation/mgba-jg: drop 0.10.2

Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/mgba-jg/Manifest              |  1 -
 games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild | 45 ---------------------------
 2 files changed, 46 deletions(-)

diff --git a/games-emulation/mgba-jg/Manifest b/games-emulation/mgba-jg/Manifest
index 230e196a3c71..bb8f066658b6 100644
--- a/games-emulation/mgba-jg/Manifest
+++ b/games-emulation/mgba-jg/Manifest
@@ -1,3 +1,2 @@
-DIST mgba-0.10.2.tar.bz2 12925327 BLAKE2B 73a4a969ea99cde7d928d04ef43208b378784c73f39f6e8bc62f02da3df31ff45c82360cd3184b94e835a355bb3ccb05c2f7b70290aa886a1df7619e319cfb56 SHA512 6bf50bf4ec172fae8a8f5495bbed646f32f978ffcf271531aecea1b56b69788da1ea84bbbab4d22ae5bec0a4e64035209d5719bb5d574981770b7cd3a531798b
 DIST mgba-0.10.3.tar.bz2 12943639 BLAKE2B 3adf52ce7b1a8811f3a2d0f874450a7d9ac1c88a39de2cd94846671145e2e1112b92e48a7987a711829a6a4957827f73cf26e988e8a482f43ed055ed27627d15 SHA512 6d9ebd9ce83c6f5c554e677abcf3e52b077fb79df2fb5754d5ee2441d3104208b3d15eb6f3dd3d5e11f8782d257d16b852f0dbf5907e28d638fd7fa92138f8e2
 DIST mgba-0.10.4.tar.bz2 12950129 BLAKE2B e489232c92e6221bd845eb00880f70ce3bfc755213659d44b2ff3ed7e5cc6b74637ecd3e8329351bdde79fb802e0d6179e637656b281a5454b386db7c92a9043 SHA512 dc2a6dfa5309932aef9fbd3457aabaf2625371e3db672f7d4bba2dfe2797aca72daee255144a829fc374996d1bee71f7222aab40aba1fb7f8c4211be20a90ec2

diff --git a/games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild b/games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild
deleted file mode 100644
index f27d3666bf7b..000000000000
--- a/games-emulation/mgba-jg/mgba-jg-0.10.2.ebuild
+++ /dev/null
@@ -1,45 +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 mGBA"
-HOMEPAGE="https://gitlab.com/jgemu/mgba"
-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-2 MPL-2.0"
-SLOT="1"
-
-DEPEND="
-	media-libs/jg:1=
-"
-RDEPEND="
-	${DEPEND}
-	games-emulation/jgrf
-"
-BDEPEND="
-	virtual/pkgconfig
-"
-
-src_compile() {
-	emake -C jollygood CC="$(tc-getCC)" 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)"
-}


             reply	other threads:[~2024-12-13  9:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-13  9:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-21 20:59 [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba-jg/ Sam James
2025-04-26  0:31 Michael Orlitzky
2025-02-10  2:19 Michael Orlitzky
2024-12-13  9:35 Sam James
2024-12-13  9:35 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-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-04-26  3:51 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=1734082460.0287246aa3eb46e8bea3c364131cdd87151d1381.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