summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-12 00:08:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-12 00:08:13 +0100
commitf0ddcad13515f66d2f3bf827d33c277bdba7e1dd (patch)
tree3e1da8fa4626163bda62e9e8b6129867de5be46d /sys-boot
parent65ff3cc3bd9c3f8e718a67dfecf1f8215bf5d1d4 (diff)
gentoo auto-resync : 12:06:2024 - 00:08:13
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/Manifest.gzbin5903 -> 5902 bytes
-rw-r--r--sys-boot/bootcreator/Manifest2
-rw-r--r--sys-boot/bootcreator/bootcreator-1.2-r1.ebuild (renamed from sys-boot/bootcreator/bootcreator-1.2.ebuild)16
3 files changed, 8 insertions, 10 deletions
diff --git a/sys-boot/Manifest.gz b/sys-boot/Manifest.gz
index e4f6b01e4569..5db58fb93644 100644
--- a/sys-boot/Manifest.gz
+++ b/sys-boot/Manifest.gz
Binary files differ
diff --git a/sys-boot/bootcreator/Manifest b/sys-boot/bootcreator/Manifest
index eed2213b61e6..5718e6e77e33 100644
--- a/sys-boot/bootcreator/Manifest
+++ b/sys-boot/bootcreator/Manifest
@@ -1,3 +1,3 @@
DIST bootcreator-src.tar.gz 18881 BLAKE2B 5f6375b16d7d676c50d0b61aed5706dbe972bb2eff98e3870df58fc03cf00050788ab1f2da12bb37a839c525bdfa926fcccea5638532454704c3c961a4600a59 SHA512 53a17cc6b6ec9eea06b4162f32068d5f6c86ff066cc152e30c346010b197a88f3266315295c90b7123a68e81fb4ee95e4b0b341ef666df2eaa230ac762892d0e
-EBUILD bootcreator-1.2.ebuild 554 BLAKE2B 863062ea74938eba408441e31d2f7c3f295d2e2cebeb65b3afa4bee187c95788d3eac435df0924b887ede000298c84e0bd82de98dcc391c110e6990d92364c50 SHA512 2617918ed187743964a0214a8286ebafb8f9a33f981e0613be67bd1a81f7abb81ebd430cc0e9311047d7d918a62e283372c546082dab35ad4ec3be9eb9fa62a5
+EBUILD bootcreator-1.2-r1.ebuild 573 BLAKE2B 722e5d38361210c5193972163f762760ae0834b6d01a89d69cf00d8fe344621c09778f65fee80a0a1d641a4ed60b5af2418a63036e57656f0a6eac7255d5f5da SHA512 f6a866eaf0d708e229eb5767073fa5124f56c257a5d0e918a49e334120d6848339c3c16397d3fb19507edf48d2f2be70f8bc8fb9d4afc5d44de3b5cf09cd61fd
MISC metadata.xml 257 BLAKE2B b231b3a6b31555d7350b92bee09df0d9687ce7d55a7288c4f2df661f6e1676fc75aa9c2dfdeddb2449777b49cc0fb849816fb76b6fef8d57f85045feaad03fc6 SHA512 85e4e1aaf1c6293d6d495920be8f112ff74ef3b325db99c9f5c4958693c922bf5808d14563c1cde6a5a6f7f8152b06cf7756858eb9d62aba3d1dfceea80b30ac
diff --git a/sys-boot/bootcreator/bootcreator-1.2.ebuild b/sys-boot/bootcreator/bootcreator-1.2-r1.ebuild
index 5f9a3fcc145e..3b5ce425244f 100644
--- a/sys-boot/bootcreator/bootcreator-1.2.ebuild
+++ b/sys-boot/bootcreator/bootcreator-1.2-r1.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit toolchain-funcs
DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines"
HOMEPAGE="http://tbs-software.com/morgoth/projects.html"
SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz"
+S=${WORKDIR}
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* ppc"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}
src_compile() {
- emake all
+ emake CC="$(tc-getCC)"
}
src_install() {