summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /sys-boot
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/Manifest.gzbin6218 -> 6227 bytes
-rw-r--r--sys-boot/arcload/Manifest2
-rw-r--r--sys-boot/arcload/arcload-0.50-r3.ebuild6
-rw-r--r--sys-boot/mbr-gpt/Manifest2
-rw-r--r--sys-boot/mbr-gpt/metadata.xml4
-rw-r--r--sys-boot/palo/Manifest4
-rw-r--r--sys-boot/palo/palo-2.15.ebuild49
-rw-r--r--sys-boot/palo/palo-9999.ebuild20
8 files changed, 70 insertions, 17 deletions
diff --git a/sys-boot/Manifest.gz b/sys-boot/Manifest.gz
index e31be445919a..470ca29235c3 100644
--- a/sys-boot/Manifest.gz
+++ b/sys-boot/Manifest.gz
Binary files differ
diff --git a/sys-boot/arcload/Manifest b/sys-boot/arcload/Manifest
index d8ef71c9a776..bc29e472f3cf 100644
--- a/sys-boot/arcload/Manifest
+++ b/sys-boot/arcload/Manifest
@@ -1,5 +1,5 @@
AUX arcload.8 2068 BLAKE2B 3a0f5cb2ad182a37f07ac42fbb0b5ae8d9fd830f68dfe1a27eef5f7f1a4e6d9a00703dfedbde3979bf2a90dfb73085e16bad7c7b4778533772717dbca972f1eb SHA512 1b62e8116174d6909e947d88ef1a0ad0214b988c48f579eb9310984ad4e73b7c686e644be2b09dbab7dc2053fc36b1d80d272765c168dd8a662a6420e5ffcd75
DIST arcload-0.5.tar.bz2 47690 BLAKE2B c58318f2f1eb71c4ad36c50e2f7e1f3fc2bf12a459336cf2aa27984700f10d135eea97e2e853b37de3e1c8d80b267d3232a3c24439473844acc9bce78b9e1e7f SHA512 b4f7186a6e75baa0cde06451a8011769f200d4cc353495dbfeb9c9ffe3ac09b8bbba357e83441e1fe2344c651068fafda7881864d8bf09f221ddae8170cc7b2e
DIST arcload-0.50-patches-v1.tar.xz 10320 BLAKE2B 854d82ae850f31ae8585b3c37416380457526de236ce70cc5f7280ecde46e1d8b33bb3f57cf551e7862a17618d71b60073d3df65a7aa97bf6bac07bef639ded9 SHA512 7687b08bc70a96f8db9a620976b466ff4bb70c8ed77b0c241d060feb8dcab6019d753ac3b182a74139331c9d33f27e090897a0c7c41c1663e16575fef6e21bdf
-EBUILD arcload-0.50-r3.ebuild 3734 BLAKE2B bebf078bd8e0d624a57cfaddd9dad9fb5e4e39c24056a445630b182638ba8d8217777b199886ebd4be2a3e1800a29d7cdd57c48c76d10afb32801c7505486432 SHA512 9d06a163c51fb4473c7a95b8e9fe9540df9037dd26be453250dd6e834e609706a556765a8b671ddf7686e8b86c1db0efb138e9d74b9a5efa7d22e33ffbcb73d9
+EBUILD arcload-0.50-r3.ebuild 3719 BLAKE2B 2bdbb455648d35da0940bd44f018054f0b9ab9996686c4e38836859eb9d733ca4d93212cfeab7a5125ce13ad9debfdbcba24609c0aefa408ea368ee2db71ad3d SHA512 42f71b1a71e78504ba3284d8e9355598260d0b99afa4bf47c685dc89f209b65b19052b3432d1206ba3c649c978973b35d4df70cf1dacfbd43a6b0acad18c8db5
MISC metadata.xml 249 BLAKE2B 3f33f67e954e049d1e649d8926d04712c7cdcf3c8f861a8a0d9784a62152eca30e81806592f010ef7ea608679fbe3910984e8eb82834efdaa355ee44c732ada8 SHA512 560b9a6c8db2a1ad572cfae9b4911877a415789012e5acbb9fc3ba71111749a6c6369c235bda8a54a93cd5cc555b70a6845287dfe87c8843c401d2760ca9fbc4
diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild
index 33e6d147541b..3646caa62a10 100644
--- a/sys-boot/arcload/arcload-0.50-r3.ebuild
+++ b/sys-boot/arcload/arcload-0.50-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -9,7 +9,7 @@ inherit toolchain-funcs
MY_PV="${PV/50/5}"
PATCHREV="1"
-DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems"
+DESCRIPTION="ARCLoad - Bootloader for SGI IP22/IP32/IP27/IP28/IP30 Systems"
HOMEPAGE="https://www.linux-mips.org/wiki/ARCLoad"
SRC_URI="https://www.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2
mirror://gentoo/${P}-patches-v${PATCHREV}.tar.xz"
diff --git a/sys-boot/mbr-gpt/Manifest b/sys-boot/mbr-gpt/Manifest
index 45575bda6e13..a8b3ae5cbe42 100644
--- a/sys-boot/mbr-gpt/Manifest
+++ b/sys-boot/mbr-gpt/Manifest
@@ -1,3 +1,3 @@
DIST mbr-gpt_0.0.1.tar.gz 15861 BLAKE2B 00c6741fa5543af435cee97132510126d0301db2fb50712d438703165507125b4981844cb4a841b11bad075af5effb746fd3aa04e6834fb051536b250c01f7ad SHA512 eaabd84fc749ddee8fa40632ad49e15e894bf35a881fb7c35ba22796c2459a886e9bda601595e58d29567ff26959ae2befe6aec5db397d15e1dc5a292dafe165
EBUILD mbr-gpt-0.0.1-r1.ebuild 1736 BLAKE2B fe763dc6620e620780b5b62b6e18b181de1d1e48611054a5423716fe289b432646e7c436ed5f5404fd1cda569f00ca4b1ab13bd26768cf138ea9e41806f4fefc SHA512 4cd5b1967c376b7209b7168587cfd162dad0be3ef22dbce63717b6aed269401c6a8bfbd8d3053594c8a7c760d94e7db3a69d29282051addfd00dbd6b28749c7e
-MISC metadata.xml 666 BLAKE2B 1306de64a5b5343564d18b6853a0d45e92226f58d8a452ef27119eec406782e9f510d153a8fad32a071dc5fae72279d5921dc1181582254f48374e0913c9e4bd SHA512 f4f3d7fd57143b8b4cc42601b89eac1c2a1a6988c9cf73583d2a304f27745640a2af3af5f406f59935ca6dd112a9b99419b6876a8c5df57969f8740ab17f2024
+MISC metadata.xml 552 BLAKE2B 3f8022fd0857c27de45191e309a20dd123c9a0657acd400fb469ff84ecdcd15d41ef0d08570468a301865fab0cedb631a7019448843443fdea762ea145bd4e97 SHA512 88d57d384b954da1a79182e1d5294f736bc44f5ff351d47c68407e27bb366e2ac432e3b7217d2cb0547ff2e19107545a245db6d5603dbfd20254c6850af77198
diff --git a/sys-boot/mbr-gpt/metadata.xml b/sys-boot/mbr-gpt/metadata.xml
index f29fedf971f0..43abbb35dc1e 100644
--- a/sys-boot/mbr-gpt/metadata.xml
+++ b/sys-boot/mbr-gpt/metadata.xml
@@ -4,10 +4,6 @@
<maintainer type="person">
<email>robbat2@gentoo.org</email>
</maintainer>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
<longdescription lang="en">
Bootable MBR including fake partition records, for legacy BIOS without any GPT support, and usable without hybrid disk layouts.
Install directly at the start of a disk, create GPT, ensure at least one partition has GUID set to BIOS Boot Partition (21686148-6449-6e6f-744e-656564454649).
diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index c1d4648a9f19..911b98821ec8 100644
--- a/sys-boot/palo/Manifest
+++ b/sys-boot/palo/Manifest
@@ -2,6 +2,8 @@ AUX 99palo 19 BLAKE2B 6c0aef7b3b54456a283f112c2046ae8d4d99633c8a7ac943d1a8f82627
AUX palo-2.00-toolchain.patch 532 BLAKE2B ef8df5bd7874ac88aa27b2864ee0baeb57e470e65bf39f9d33f19f42961f928f6a6e3ec69665750a0d1d90c66a4ab8479beb0d653a9e6a930d03b2bfadb8d65b SHA512 1c92b555f1456623e8657b33067693e4e13bbbbbebd55b13f2f6c86615133a39789cf323601993ffbcfac6c7f9e322ea4a1422f5663083d0b07f7efcdab34ab4
AUX palo.conf 260 BLAKE2B 1e81466dcecedc4ca1894863491f4c91e88becc9a5c5815e69028eeadc98ca61e99951fb754a8261a6cdb763aaa22201ae77f65fd4de07bbbd3f3c801322e277 SHA512 4147e480362161cd61ad9af8fb7048b87f9126c213661ab26f77ba98fe7f1acd03791b154667137e4a265e3c31e54e703d32daa86ff0805f47bc7c1b8b03cfe6
DIST palo-2.14.tar.gz 125207 BLAKE2B fcbc7e59552d83828c07acb055429c1155b738dd12e22c9fc81759b9f84382e3ea793e957421d420c93fa5818d5ad8f12b5317cfe6d5d45d95fc15b272c6fe8c SHA512 9d22ea2826a69a9bb661a4c17aaa78d648f0684b96c2dc0f164d2086f48fc85207e40c69227dd76d153dd171574dd62f6e5e90dd415209de372b4d7d8ab40f57
+DIST palo-2.15.tar.gz 126696 BLAKE2B 38e9defd248fc3e1f9bd921097e0888695a6a815a4221f4b030f225712f206b722232d05f5070b7a76763c50f8a623bb1a3f41c5c84a3999318f3a098d665b14 SHA512 bb46308988399028808d801317421da5a072a504e1c932513a80ee993653f45bd6cbb862c1b85c369506bca3c5d213bf8344ba263fae7ef13d8f73d9d3a6d412
EBUILD palo-2.14.ebuild 859 BLAKE2B 1b868286e7cfd0992874eddf1633aeae2649e9c8f60b31b9bd61fec0902f2bf0a057a62d4bde54a084728468d8e1625b6d81837042f093ccac2a3d309ed9fbdb SHA512 9e7d6afbc1403011cf8a235dff5397b8eb2f32a310308616174e7092c360f158272e6c196237da47d68b7916d77d044c637ecabeb2fdb7bd65c64333edf2b9df
-EBUILD palo-9999.ebuild 843 BLAKE2B c200c0441938166e99c13b05e4efe73ada669c12804c171ce587024417cd9fa3eb614ed4d0cb3f78ed5a8c198e6760aa0b5a6b4fa03a4dc223113fbc6a1cdde6 SHA512 b9612a37d4b3477c5792265a73f1108fee4a691200adc6b7fd8d70f9c017e919a87972d23c37fe555d47561d0acfe371bb298d9d255684b7bbe011e32277d57c
+EBUILD palo-2.15.ebuild 978 BLAKE2B 223154ffc3378131900fe819663f94720c15e9064302601cbc2bfe278ff36c1a8073e60c272c978ed553ee6cb6b46e6b2820ea5f9de825501f6b15d5fa0328c1 SHA512 cc4378486d184710e52e88e59adcf14902f029089c10ce7f718293eebf6ca68638ea5e478e77d7b145f2bdd738848564c9933b1facd5b40436d19b27f3f68f6e
+EBUILD palo-9999.ebuild 978 BLAKE2B 223154ffc3378131900fe819663f94720c15e9064302601cbc2bfe278ff36c1a8073e60c272c978ed553ee6cb6b46e6b2820ea5f9de825501f6b15d5fa0328c1 SHA512 cc4378486d184710e52e88e59adcf14902f029089c10ce7f718293eebf6ca68638ea5e478e77d7b145f2bdd738848564c9933b1facd5b40436d19b27f3f68f6e
MISC metadata.xml 256 BLAKE2B 86720639750e95cde1d1b34e7f02625e2d2d4385d22da069148aef8fc91f845dafc168064aac300413fdf74f8ac0381ba0fc353af36aa2919cb93360ee20bb88 SHA512 ebd15404f5a5443197bc12bea96924ad05b7eeb808582193c9caf857c2908bf5abf2886d192dd113303e006305ee966a35297d79beec063e7d0bb23612cc598f
diff --git a/sys-boot/palo/palo-2.15.ebuild b/sys-boot/palo/palo-2.15.ebuild
new file mode 100644
index 000000000000..2956c2939a97
--- /dev/null
+++ b/sys-boot/palo/palo-2.15.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="PALO: PArisc Linux Loader"
+HOMEPAGE="https://parisc.wiki.kernel.org/"
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
+ inherit git-r3
+else
+ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
+ KEYWORDS="-* ~hppa"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.00-toolchain.patch
+)
+
+src_compile() {
+ local target
+ for target in '-C palo' '-C ipl' 'iplboot'; do
+ emake AR="$(tc-getAR)" CC="$(tc-getCC)" LD="$(tc-getLD)" ${target}
+ done
+}
+
+src_install() {
+ into /
+ dosbin palo/palo
+
+ insinto /usr/share/palo
+ doins iplboot
+
+ insinto /etc
+ doins "${FILESDIR}"/palo.conf
+
+ insinto /etc/kernel/postinst.d
+ insopts -m 0744
+ doins "${FILESDIR}"/99palo
+
+ doman palo.8
+
+ dodoc TODO debian/changelog README.html
+}
diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild
index 1c733273f096..2956c2939a97 100644
--- a/sys-boot/palo/palo-9999.ebuild
+++ b/sys-boot/palo/palo-9999.ebuild
@@ -1,16 +1,22 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit git-r3 toolchain-funcs
-DESCRIPTION="PALO : PArisc Linux Loader"
-HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/"
-EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
+inherit toolchain-funcs
+
+DESCRIPTION="PALO: PArisc Linux Loader"
+HOMEPAGE="https://parisc.wiki.kernel.org/"
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git"
+ inherit git-r3
+else
+ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz"
+ KEYWORDS="-* ~hppa"
+fi
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
PATCHES=(
"${FILESDIR}"/${PN}-2.00-toolchain.patch
@@ -19,7 +25,7 @@ PATCHES=(
src_compile() {
local target
for target in '-C palo' '-C ipl' 'iplboot'; do
- emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
+ emake AR="$(tc-getAR)" CC="$(tc-getCC)" LD="$(tc-getLD)" ${target}
done
}