public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/vgabios/
Date: Sat, 13 Jan 2024 20:46:21 +0000 (UTC)	[thread overview]
Message-ID: <1705178750.b70db01c51e24eeb440f36e00fda70ffd85d1ae1.conikost@gentoo> (raw)

commit:     b70db01c51e24eeb440f36e00fda70ffd85d1ae1
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec 31 10:43:27 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 20:45:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70db01c

sys-firmware/vgabios: EAPI8, fix LICENSE, fix calling gcc directly

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/721592
Closes: https://github.com/gentoo/gentoo/pull/34574
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-firmware/vgabios/vgabios-0.8a-r1.ebuild | 41 +++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild
new file mode 100644
index 000000000000..ed39a5dd8bb1
--- /dev/null
+++ b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="VGA BIOS implementation"
+HOMEPAGE="https://www.nongnu.org/vgabios/"
+SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tgz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="binary debug"
+BDEPEND="!binary? ( sys-devel/dev86 )"
+
+src_compile() {
+	if ! use binary ; then
+		emake clean # Necessary to clean up the pre-built pieces
+		emake biossums CC="$(tc-getCC)"
+		emake GCC="$(tc-getCC)" CC="$(tc-getCC)"
+	fi
+}
+
+src_install() {
+	insinto /usr/share/vgabios
+
+	# Stock VGABIOS
+	newins VGABIOS-lgpl-latest.bin vgabios.bin
+	use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
+
+	# Cirrus
+	newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
+	use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
+		vgabios-cirrus.debug.bin
+
+	# Banshee
+	newins VGABIOS-lgpl-latest.banshee.bin vgabios-banshee.bin
+
+}


             reply	other threads:[~2024-01-13 20:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-13 20:46 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-03 21:08 [gentoo-commits] repo/gentoo:master commit in: sys-firmware/vgabios/ Matthias Maier
2024-04-29 10:36 Joonas Niilola
2024-04-29 10:36 Joonas Niilola
2023-03-04  8:27 Joonas Niilola
2021-06-29 21:24 Sam James
2021-06-29 21:24 Sam James
2021-06-27  8:23 Matthias Maier
2021-03-28  7:14 Sam James
2020-09-25 23:19 Sam James
2019-07-28 20:20 Matthias Maier
2018-06-10  3:41 Matthias Maier

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=1705178750.b70db01c51e24eeb440f36e00fda70ffd85d1ae1.conikost@gentoo \
    --to=conikost@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