summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/gnu-efi: add 4.0.0Viorel Munteanu2024-11-233-0/+159
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: add 3.0.19Viorel Munteanu2024-11-232-0/+144
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: drop 3.0.18-r3Viorel Munteanu2024-11-091-121/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: drop 3.0.18-r2Viorel Munteanu2024-11-091-89/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r5 amd64, #942657Sam James2024-11-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r5 arm64, #942657Arthur Zamarin2024-11-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r5 arm, #942657Arthur Zamarin2024-11-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r5 x86, #942657Sam James2024-11-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: fix building on llvm profileViorel Munteanu2024-10-151-3/+3
| | | | | | | | The llvm profile does not have sys-devel/binutils. Remove the check from pkg_pretend, before it being installed. Bug: https://bugs.gentoo.org/940728 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: Fix compile when LLVM `binutils-plugin` USE flag is setMaide2024-09-272-0/+20
| | | | | | | | | | | | | | | | LLVM's objcopy is being used instead of the GNU version when `binutils-plugin` is enabled. I tried to avoid this by explictly using the GNU path for objcopy when our initial test fails. Let me know if this isn't acceptable, or if you need me to open a new bug for this. It was basically the same repo as the linked issue, but the fix did not work, as `which objcopy` returns '/usr/lib/llvm/18/bin/objcopy' instead of '/usr/bin/objcopy'. Bug: https://bugs.gentoo.org/931792 Signed-off-by: Maide <github@maide.ca> Closes: https://github.com/gentoo/gentoo/pull/38785 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-125-5/+5
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/gnu-efi: fix building on armViorel Munteanu2024-09-091-1/+6
| | | | | | | | Broken when trying to implement a workaround for bug #931792. Checking if objcopy supports PE fails on arm. Closes: https://bugs.gentoo.org/939338 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r3 amd64, #939093Sam James2024-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r3 x86, #939093Sam James2024-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r3 arm64, #939093Sam James2024-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: fix compilation on different localesViorel Munteanu2024-08-281-3/+3
| | | | | Closes: https://bugs.gentoo.org/938580 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: Fix compilation on musl amd64Viorel Munteanu2024-08-261-0/+128
| | | | | | | | | | | On amd64, musl typedefs wchar_t to int, conflicting with -fshort-wchar. Also, /usr/include is searched before the compiler provided include directory. As a workaround, use -nostdinc and switch them around. Closes: https://bugs.gentoo.org/933080 Bug: https://bugs.gentoo.org/938012 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: fix building efi appsViorel Munteanu2024-08-022-0/+15
| | | | | | | Remove an include directory missing on most systems. Closes: https://bugs.gentoo.org/888829 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: force use of binutils objcopyViorel Munteanu2024-08-021-0/+110
| | | | | | | | lld-objcopy does not support PE executables. Use binutils objcopy instead. Bug: https://bugs.gentoo.org/931792 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: drop 3.0.18-r1Viorel Munteanu2024-07-292-216/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: drop 3.0.18Viorel Munteanu2024-07-291-85/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r2 x86, #936616Sam James2024-07-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r2 amd64, #936616Sam James2024-07-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r2 arm, #936616Sam James2024-07-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r2 arm64, #936616Sam James2024-07-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: drop the refind patchViorel Munteanu2024-06-171-0/+89
| | | | | | sys-boot/refind-0.14.2 does not boot with this patch. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: add myself as a maintainerViorel Munteanu2024-06-171-1/+4
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r1 arm, #933047Sam James2024-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r1 arm64, #933047Sam James2024-05-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r1 x86, #933047Joonas Niilola2024-05-291-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.18-r1 amd64, #933047Sam James2024-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: fix Clang build, backport refind fixesSam James2024-05-033-0/+242
| | | | | Closes: https://bugs.gentoo.org/930538 Signed-off-by: Sam James <sam@gentoo.org>
* */*: inline mirror://sourceforgeLucio Sauer2024-04-303-5/+5
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/gnu-efi: drop myself as a maintainerMike Gilbert2024-04-231-4/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/gnu-efi: add github upstream metadataSam James2024-04-231-0/+1
| | | | | | https://sourceforge.net/p/gnu-efi/feature-requests/11/ Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: add 3.0.18Sam James2024-04-232-0/+86
| | | | | | Closes: https://bugs.gentoo.org/914606 Closes: https://bugs.gentoo.org/929216 Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.17 x86, #918532Arthur Zamarin2023-11-271-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.17 amd64, #918532Arthur Zamarin2023-11-271-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.17 arm, #918532Sam James2023-11-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.17 arm64, #918532Sam James2023-11-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: pass OBJCOPY to build systemDavid Seifert2023-09-061-1/+2
| | | | | Closes: https://bugs.gentoo.org/913704 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-boot/gnu-efi: add 3.0.17David Seifert2023-09-052-0/+87
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-boot/gnu-efi: drop 3.0.12, 3.0.14David Seifert2023-09-053-175/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.15 arm64, #907667Sam James2023-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.15 arm, #907667Sam James2023-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.15 amd64, #907667Sam James2023-06-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.15 x86, #907667Sam James2023-06-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: Stabilize 3.0.14 x86, #865007Sam James2022-08-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/gnu-efi: arm stable wrt bug #865007Agostino Sarubbo2022-08-131-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/gnu-efi: amd64 stable wrt bug #865007Agostino Sarubbo2022-08-131-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>