From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rgbds/
Date: Wed, 14 Feb 2024 15:52:26 +0000 (UTC) [thread overview]
Message-ID: <1707925875.bd42796c2795ad1093a6719d01a788340c13b47b.juippis@gentoo> (raw)
commit: bd42796c2795ad1093a6719d01a788340c13b47b
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Jan 10 00:50:28 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 15:51:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd42796c
dev-util/rgbds: add 0.7.0
Closes: https://bugs.gentoo.org/921678
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/34728
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/rgbds/Manifest | 1 +
dev-util/rgbds/rgbds-0.7.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-util/rgbds/Manifest b/dev-util/rgbds/Manifest
index d704150cb693..69dd78cd02f6 100644
--- a/dev-util/rgbds/Manifest
+++ b/dev-util/rgbds/Manifest
@@ -1 +1,2 @@
DIST rgbds-0.6.1.tar.gz 8041890 BLAKE2B cd5483e6fa5e2ca3bc9a6e3de44fdf7dc92289d558ac72d8922c0cf21b9dc576b878bfd7610cb41f791ad16cc415e446c925ee0dbc77ec4370d6ef4549935681 SHA512 b4a111e3d98a190d3c9b500dc59585fe68a8e6febc79b6716b406b96714e401bac427336388409ae456ee0f1e5a2c285bfe7b4bfa10e0d148ffc161adefe435b
+DIST rgbds-0.7.0.tar.gz 8053662 BLAKE2B 07f6901eeaade45125acce5c33430bdefc5a4228d2fe952d55ca254c0fc17dc5248262ecc7df5e9dd0a73aab29a39a2b38988a7ae93ad739609397a286e96aa9 SHA512 82d799f9639cb3a4c110f84f5184f46a371e66428e7d3b4f3f0229473d472dea1b381268df92736f2d1d4f5e8e2c83b61888c3ab4055768f9472b834f66f2f68
diff --git a/dev-util/rgbds/rgbds-0.7.0.ebuild b/dev-util/rgbds/rgbds-0.7.0.ebuild
new file mode 100644
index 000000000000..87cf24b0e1a2
--- /dev/null
+++ b/dev-util/rgbds/rgbds-0.7.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Rednex Game Boy Development System"
+HOMEPAGE="https://rgbds.gbdev.io/"
+if [[ "${PV}" == *9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/gbdev/${PN}.git"
+else
+ SRC_URI="https://github.com/gbdev/${PN}/archive/v${PV}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="media-libs/libpng"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_compile() {
+ append-flags -DNDEBUG
+
+ emake Q= \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)" \
+ PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr Q= STRIP= install
+ dodoc README.rst
+}
next reply other threads:[~2024-02-14 15:52 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-14 15:52 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 2:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/rgbds/ Michael Orlitzky
2025-02-10 2:02 Michael Orlitzky
2025-01-05 17:11 Arthur Zamarin
2024-06-30 12:41 Conrad Kostecki
2024-06-30 12:41 Conrad Kostecki
2024-05-09 13:04 Joonas Niilola
2024-03-22 6:22 Arthur Zamarin
2024-03-21 2:45 Sam James
2024-03-21 2:45 Sam James
2024-02-23 10:50 Viorel Munteanu
2024-02-23 10:50 Viorel Munteanu
2024-02-14 15:52 Joonas Niilola
2024-02-14 15:52 Joonas Niilola
2024-01-06 19:30 Viorel Munteanu
2024-01-05 5:24 Sam James
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=1707925875.bd42796c2795ad1093a6719d01a788340c13b47b.juippis@gentoo \
--to=juippis@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