* [gentoo-commits] repo/proj/guru:master commit in: sys-devel/fcode-utils/
@ 2022-12-09 16:26 Ronny Gutbrod
0 siblings, 0 replies; only message in thread
From: Ronny Gutbrod @ 2022-12-09 16:26 UTC (permalink / raw
To: gentoo-commits
commit: e4dd1300af8b06bc48c0233e78db595adc1d3f81
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Dec 8 14:47:18 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Dec 8 14:47:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4dd1300
sys-devel/fcode-utils: new package, add 1.0.3
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
sys-devel/fcode-utils/Manifest | 1 +
sys-devel/fcode-utils/fcode-utils-1.0.3.ebuild | 18 ++++++++++++++++++
sys-devel/fcode-utils/metadata.xml | 8 ++++++++
3 files changed, 27 insertions(+)
diff --git a/sys-devel/fcode-utils/Manifest b/sys-devel/fcode-utils/Manifest
new file mode 100644
index 000000000..d6bdd72d0
--- /dev/null
+++ b/sys-devel/fcode-utils/Manifest
@@ -0,0 +1 @@
+DIST fcode-utils-1.0.3.tar.gz 4304237 BLAKE2B 9b6ebf8bb63e2def5022ca75aa163a9a57fa11a144d40563aa7b9c202feb906b145006ef645947a393d50afc6451d225c1dbd8594edeb267e6ea078cdf7d73a4 SHA512 7f64d3ac5c10184efc0993a748a5dcbf9aa0b71dee059c9b97b3656e61cdd7ed9395e830435eab5878ece80df001cf9420065b1611e8bb011274e26aad20f3f0
diff --git a/sys-devel/fcode-utils/fcode-utils-1.0.3.ebuild b/sys-devel/fcode-utils/fcode-utils-1.0.3.ebuild
new file mode 100644
index 000000000..a8c07fc2a
--- /dev/null
+++ b/sys-devel/fcode-utils/fcode-utils-1.0.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Set of utilities to process FCODE, OpenFirmware's byte code"
+HOMEPAGE="https://www.openfirmware.info/FCODE_suite"
+SRC_URI="https://github.com/openbios/fcode-utils/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2 CPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( documentation/ )
+
+src_prepare() {
+ default
+ sed -i 's;^STRIP\b.*;STRIP = true;' toke/Makefile detok/Makefile romheaders/Makefile || die
+}
diff --git a/sys-devel/fcode-utils/metadata.xml b/sys-devel/fcode-utils/metadata.xml
new file mode 100644
index 000000000..c698af234
--- /dev/null
+++ b/sys-devel/fcode-utils/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>contact@hacktivis.me</email>
+ <name>Haelwenn (lanodan) Monnier</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-09 16:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 16:26 [gentoo-commits] repo/proj/guru:master commit in: sys-devel/fcode-utils/ Ronny Gutbrod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox