summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/refind: drop 0.14.2-r2Viorel Munteanu2024-12-281-168/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: Stabilize 0.14.2-r3 amd64, #947011Sam James2024-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: Stabilize 0.14.2-r3 x86, #947011Sam James2024-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: pin sys-boot/gnu-efi to <4.0.0Viorel Munteanu2024-11-232-2/+2
| | | | | Bug: https://bugs.gentoo.org/944562 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: fix build on musl with USE=btrfsViorel Munteanu2024-11-182-0/+195
| | | | | Closes: https://bugs.gentoo.org/828953 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: remove bogus checkViorel Munteanu2024-10-152-8/+0
| | | | | | | pkg_pretend was checking for a dependency from BDEPEND. The same check is in pkg_setup. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: drop 0.14.2-r1Viorel Munteanu2024-10-081-163/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: Stabilize 0.14.2-r2 amd64, #940522Sam James2024-09-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: Stabilize 0.14.2-r2 x86, #940522Sam James2024-09-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: fix compilation on different localesViorel Munteanu2024-08-281-3/+3
| | | | | Bug: https://bugs.gentoo.org/938580 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: fix build on muslViorel Munteanu2024-08-262-0/+235
| | | | | | Bug: https://bugs.gentoo.org/938012 Closes: https://github.com/gentoo/gentoo/pull/38263 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: Stabilize 0.14.2-r1 x86, #938484Arthur Zamarin2024-08-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/refind: Stabilize 0.14.2-r1 amd64, #938484Arthur Zamarin2024-08-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-boot/refind: add fix for gnu-efi 3.0.18Viorel Munteanu2024-07-252-20/+82
| | | | | | Closes: https://bugs.gentoo.org/934474 Closes: https://bugs.gentoo.org/934320 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: remove unused patchMichael Mair-Keimberger2024-06-221-51/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-boot/refind: add 0.14.2Viorel Munteanu2024-06-173-0/+182
| | | | | | | Adding it unkeyworded for now because of bug #934474 Bug: https://bugs.gentoo.org/934320 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: pin sys-boot/gnu-efi to an older versionViorel Munteanu2024-06-171-1/+1
| | | | | | | | sys-boot/refind-0.14.0.2 (stable) does not boot with >=sys-boot/gnu-efi-3.0.18, so pin it to max 3.0.17. Bug: https://bugs.gentoo.org/934320 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: drop 0.14.0.2Viorel Munteanu2024-06-051-146/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: drop 0.13.3.1Viorel Munteanu2024-06-052-144/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: drop 0.13.2Viorel Munteanu2024-06-052-145/+0
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* */*: inline mirror://sourceforgeLucio Sauer2024-04-304-8/+8
| | | | | | | 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/refind: Stabilize 0.14.0.2-r1 amd64, #915874Joonas Niilola2023-10-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: Stabilize 0.14.0.2-r1 x86, #915874Joonas Niilola2023-10-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: fix compilation with clangViorel Munteanu2023-09-142-0/+222
| | | | | | | | | | | | | | Compiling with clang works. Linking with lld produces broken executables (including the drivers). llvm-objcopy does not support the output format needed by refind. Try to force ld.bfd and binutils objcopy. Fail otherwise. Bug: https://bugs.gentoo.org/732256 Bug: https://bugs.gentoo.org/832018 Bug: https://bugs.gentoo.org/881131 Closes: https://github.com/gentoo/gentoo/pull/32710 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: update maintainersViorel Munteanu2023-09-071-4/+4
| | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: add 0.14.0.2Viorel Munteanu2023-08-274-0/+154
| | | | | Closes: https://bugs.gentoo.org/910238 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-boot/refind: use secureboot.eclass to sign efi filesAndrew Ammerlaan2023-07-201-2/+5
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sys-boot/refind: remove unused patchMichael Mair-Keimberger2022-05-231-27/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25598 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-boot/refind: drop 0.11.4, 0.12.0-r1Matt Jolly2022-05-184-327/+0
| | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/25463 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: add 0.13.3.1Matt Jolly2022-05-183-8/+147
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: x86 stable wrt bug #824786Agostino Sarubbo2021-12-071-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/refind: Stabilize 0.13.2 amd64, #824786Sam James2021-12-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: fix build with gnu-efi-3.0.14Sam James2021-11-192-0/+55
| | | | | | | Seems to build fine with older versions too. Closes: https://bugs.gentoo.org/810907 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-boot/refind: version bump to 0.13.2Stéphane Veyret2021-03-232-0/+141
| | | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Stéphane Veyret <stephane@neptura.org> Closes: https://bugs.gentoo.org/771912 Closes: https://github.com/gentoo/gentoo/pull/20026 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/refind: Stabilize 0.12.0-r1 x86, #762913Sam James2021-01-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: Stabilize 0.12.0-r1 amd64, #762913Sam James2021-01-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: fix build with Bash 5.1Sam James2021-01-102-8/+8
| | | | | | | Reported-by: Greg Turner <gmt@be-evil.net> Closes: https://bugs.gentoo.org/762379 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sys-boot/refind: drop oldTheo Anderson2020-12-071-168/+0
| | | | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/18426 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: add GCC 10 patch / custom-cflags fixTheo Anderson2020-12-072-4/+19
| | | | | | | Closes: https://bugs.gentoo.org/723244 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: remove dependency on sys-boot/udkMarek Szuba2020-07-301-0/+142
| | | | | | | | | | | | | | | | | UDK is py2-only and will likely be removed from Gentoo soon. In fact, it already got temporarily last-rited earlier on this week - and rEFInd along with it. Given we have been forcing USE=gnuefi for sys-boot/refind for years anyway, just make the gnu-efi dependency mandatory. Note that the use.force entry for USE=gnuefi is still there due to the fact most rEFInd versions in the tree still honour that flag, plus I want to make this change as minimally intrusive as possible. With apologies to the current maintainer should they get upset about this change having been made without them having okayed it, it's about making sure sys-boot/refind does not get last-rited again. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* sys-boot/refind: Remove old versionsStéphane Veyret2020-04-304-600/+0
| | | | | | Signed-off-by: Stéphane Veyret <stephane@neptura.org> Closes: https://github.com/gentoo/gentoo/pull/15570 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: Bump to version 0.12.0Stéphane Veyret2020-04-302-0/+169
| | | | | | | Closes: https://bugs.gentoo.org/711832 Closes: https://bugs.gentoo.org/720034 Signed-off-by: Stéphane Veyret <stephane@neptura.org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-boot/refind: amd64 stable wrt bug #687258Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/refind: x86 stable wrt bug #687258Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/refind: Bump to version 0.11.4Stéphane Veyret2019-07-053-0/+196
| | | | | | | | Signed-off-by: Stéphane VEYRET <sveyret@gmail.com> Closes: https://bugs.gentoo.org/684914 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/12172 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Reassign packages of wraeth@Michał Górny2019-06-301-5/+1
| | | | | Bug: https://bugs.gentoo.org/573694 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/refind: fix SIMLINK_LIB=noSam Jorna2018-09-021-1/+4
| | | | | Bug: https://bugs.gentoo.org/627744 Package-Manager: Portage-2.3.48, Repoman-2.3.10