diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-07 19:13:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-07 19:13:18 +0000 |
| commit | 63cc2c766bddbc62e012b702853544b13e1d9612 (patch) | |
| tree | d1a813acde1218348da28db4415bf9bb9cd81705 /sys-boot | |
| parent | bd8f31291641f6114c228c3d0381a13a04169e93 (diff) | |
| download | baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.tar.gz baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.tar.xz baldeagleos-repo-63cc2c766bddbc62e012b702853544b13e1d9612.zip | |
Adding metadata
Diffstat (limited to 'sys-boot')
| -rw-r--r-- | sys-boot/palo/Manifest | 3 | ||||
| -rw-r--r-- | sys-boot/palo/files/palo-2.00-toolchain.patch | 22 | ||||
| -rw-r--r-- | sys-boot/palo/files/palo-2.27-ipl-c17.patch | 11 | ||||
| -rw-r--r-- | sys-boot/palo/palo-2.27.ebuild | 50 | ||||
| -rw-r--r-- | sys-boot/palo/palo-2.29.ebuild (renamed from sys-boot/palo/palo-2.24.ebuild) | 5 |
5 files changed, 4 insertions, 87 deletions
diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest index a4733866eec9..269dddbd22c4 100644 --- a/sys-boot/palo/Manifest +++ b/sys-boot/palo/Manifest @@ -1,3 +1,2 @@ -DIST palo-2.24.tar.gz 132587 BLAKE2B a24bd6b70cf395b1254c280821f92eb00e02cb2dc0cc142e7bb706361c86a2fd45424f832d6c3ff383f02bde3eccc6e250a7ee279af3977b5bc2b2576e6ac9d0 SHA512 e520eff46798b7b94eed081c6310b1dfda07918e5f31ce140095b6742d81b85e62a657aa3761f9a3819ad7c8897d548af8fdd85b43997386c2ec6ace6fbf1b2e -DIST palo-2.27.tar.gz 133284 BLAKE2B d30677ebe1945a4ddb0397326d7ecd3c5795a8affd0e8438e8c8814c11726f4bc5873afdfdc27bf32b416cd3c6d5471fca548f6ec8a12d40d1d1d6f1fa0d1fe7 SHA512 3f461d3df3a8cc22c9d07346df9b941c53fdcaf14962cd8f7e5d890b4e9ede7503daf501116e0ec30a1688bfbd5ef24614b84e863b7b07f7a32a1d604d1e7a55 DIST palo-2.28.tar.gz 133331 BLAKE2B 4e67528156813191cc334bc9e461f9741eee93ce2a9cf0edc1271c26f8515b7a1d3657478e6476d2d910f2e8a0e042583159e01c106b3eb034d944677f2296d5 SHA512 27188bbe654fa8c2f5ed30b9927db7957dfae450f1df5dcc7ff306520c4092c225c233cefeac5d9813663490a3ae703907ad92d3f12d87f853587ef7bbba5f50 +DIST palo-2.29.tar.gz 134680 BLAKE2B 9f6c88e052466bf4e155bf7531b9f25a2018e795af68c348e7f334b787aa1c4e4d9338bde0580d5e5378d5c72405fdef0527d884c6d39720cc3b2473a7b3c4e3 SHA512 d45b095a1168933febb704df208e9b2e8a16de093bd726a1f867dbf3a39c7bde302fb1263082a1f78c1cf9275a0792afd49e91a0c6519f3c9fc597e22604404f diff --git a/sys-boot/palo/files/palo-2.00-toolchain.patch b/sys-boot/palo/files/palo-2.00-toolchain.patch deleted file mode 100644 index 168031714bc9..000000000000 --- a/sys-boot/palo/files/palo-2.00-toolchain.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/palo/Makefile -+++ b/palo/Makefile -@@ -10,9 +10,9 @@ - OS := $(shell uname -s) - CC?=cc - ifeq ($(strip ${OS}),HP-UX) --CFLAGS=-g -O -I../include -I../lib -I$(PA)/include -+CFLAGS=-O -I../include -I../lib -I$(PA)/include - else --CFLAGS=-g -O -I../include -I../lib -D_FILE_OFFSET_BITS=64 -+CFLAGS=-O -I../include -I../lib -D_FILE_OFFSET_BITS=64 - endif - - ifneq ("$(wildcard /etc/debian_version)","") -@@ -22,7 +22,6 @@ - endif - - # LDFLAGS=-Wl,-Bstatic --LDFLAGS= - - OFILES2=mkbootable.o elf64.o load.o paloio.o elf32.o error.o gzip.o - diff --git a/sys-boot/palo/files/palo-2.27-ipl-c17.patch b/sys-boot/palo/files/palo-2.27-ipl-c17.patch deleted file mode 100644 index 8a4d7d2b23ba..000000000000 --- a/sys-boot/palo/files/palo-2.27-ipl-c17.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ipl/Makefile 2025-01-14 01:12:56.000000000 -0000 -+++ b/ipl/Makefile 2025-08-21 12:15:52.224216821 -0000 -@@ -39,7 +39,7 @@ - VPATH=../lib:. - - AFLAGS = -I../lib --CFLAGS = -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall -fno-delete-null-pointer-checks -fno-builtin -+CFLAGS = -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall -fno-delete-null-pointer-checks -fno-builtin -std=gnu17 - LDFLAGS = -N --section-start .init=0x60000 -e '$$START$$' - - all: iplelf diff --git a/sys-boot/palo/palo-2.27.ebuild b/sys-boot/palo/palo-2.27.ebuild deleted file mode 100644 index 03dc56755c99..000000000000 --- a/sys-boot/palo/palo-2.27.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="PALO: PArisc Linux Loader" -HOMEPAGE="https://parisc.wiki.kernel.org/ https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git/" -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 - "${FILESDIR}"/${PN}-2.27-ipl-c17.patch # bug 961813 -) - -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-2.24.ebuild b/sys-boot/palo/palo-2.29.ebuild index ad262fba0253..99d80c6b4975 100644 --- a/sys-boot/palo/palo-2.24.ebuild +++ b/sys-boot/palo/palo-2.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,6 +7,7 @@ inherit toolchain-funcs DESCRIPTION="PALO: PArisc Linux Loader" HOMEPAGE="https://parisc.wiki.kernel.org/ https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git/" + if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git" inherit git-r3 @@ -19,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" PATCHES=( - "${FILESDIR}"/${PN}-2.00-toolchain.patch + "${FILESDIR}"/${PN}-2.28-toolchain.patch ) src_compile() { |
