summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/sbsigntool: renamed to app-crypt/sbsigntoolsConrad Kostecki2018-07-123-3/+3
| | | | | | | Also changed all required dependencies. Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9112
* sys-boot/woeusb: amd64 stable wrt bug #659342Mikle Kolyada2018-07-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/woeusb: x86 stable (bug #659342)Thomas Deutschmann2018-07-061-1/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-boot/systemrescuecd-x86-grub: Fix path of ISO image.Ulrich Müller2018-07-052-8/+7
| | | | | | | | Also bump EAPI to 7. Non-maintainer commit. Acked by mgorny. Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-boot/mokutil: initial commitZero_Chaos2018-07-043-0/+38
| | | | | | this is a tool that works with shim to allow secure booting with UEFI Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-boot/grub: add python3.6 supportMike Gilbert2018-07-013-3/+3
| | | | Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* sys-boot/systemd-boot: bump to 239Mike Gilbert2018-07-012-0/+111
| | | | Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* sys-boot/syslinux: switch to httpsMikle Kolyada2018-06-265-8/+8
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/grub: support XFS sparse inodesMike Gilbert2018-06-262-0/+372
| | | | | Closes: https://bugs.gentoo.org/659242 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* sys-boot/grub: add slot to fuse depMike Gilbert2018-06-262-2/+2
| | | | Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* sys-boot/grub: drop versionatorMike Gilbert2018-06-262-2/+2
| | | | Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* sys-boot/grub: remove oldMike Gilbert2018-06-261-298/+0
| | | | Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* sys-boot/unetbootin: Old.Jeroen Roovers2018-06-232-89/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/unetbootin: amd64 stable wrt bug #644360Mikle Kolyada2018-06-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/shim: ssssshZero_Chaos2018-06-191-2/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/shim: fix src_uriZero_Chaos2018-06-181-2/+3
| | | | | | | duplicate a line so amd64 also gets x86 version but arm64 does not. some bios makers save money by putting a 32 bit uefi on a 64 bit system Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/shim: initial commit, seems to workZero_Chaos2018-06-183-0/+39
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/unetbootin: x86 stable (bug #644360)Thomas Deutschmann2018-06-181-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/grub-static: drop old EAPIAaron Bauman2018-06-024-236/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/lilo: drop EAPI=2 ebuildAaron Bauman2018-06-012-177/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-boot/unetbootin: 661 version bump w/ Qt5 patchAndreas Sturmlechner2018-05-292-0/+99
| | | | | | | | | Disabling FTP sources. See also: https://github.com/unetbootin/unetbootin/pull/137 Bug: https://bugs.gentoo.org/644360 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-boot/os-prober: Removed old.Lars Wendler2018-05-142-75/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-boot/os-prober: amd64 stable wrt bug #655648Aaron Bauman2018-05-131-1/+1
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-boot/os-prober: x86 stable (bug #655648)Thomas Deutschmann2018-05-141-2/+2
| | | | Package-Manager: Portage-2.3.34, Repoman-2.3.9
* sys-boot/grub: amd64 stable wrt bug #655200Mikle Kolyada2018-05-071-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-boot/grub: x86 stable (bug #655200)Thomas Deutschmann2018-05-071-1/+1
| | | | Package-Manager: Portage-2.3.34, Repoman-2.3.9
* sys-boot/silo: fix a build against PIC profilesSergei Trofimovich2018-05-072-2/+6
| | | | | | | | | | | | | | Build failed on default/linux/sparc/17.0 profiles as ./util -a silotftp.map silotftp.aout silotftp2.aout silotftp.b silotftp.b2 Distance between two changes larger than 63K 3 83881 0 I suspect th breakage happens due code inflation (caused by -fPIC) on new profiles. iamben reports that -fno-PIC makes silo to build and boot a sparc machine \o/ Fixed-by: iamben Tested-by: iamben Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-boot/grub: update git URIMike Gilbert2018-05-051-2/+1
|
* sys-boot/grub: drop duplicate autotools inheritMike Gilbert2018-05-042-2/+2
| | | | Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
* sys-boot/grub: depend on pkgconfig as necessaryMike Gilbert2018-05-042-2/+14
| | | | Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
* sys-boot/grub: cleanup DEPEND/RDEPENDMike Gilbert2018-05-042-10/+6
| | | | Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
* sys-boot/grub: replace pkg-config patch with a series from DebianMike Gilbert2018-05-043-58/+301
| | | | Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
* sys-boot/grub: use pkg-config to find freetype2Mike Gilbert2018-05-043-3/+96
| | | | | Bug: https://bugs.gentoo.org/654788 Package-Manager: Portage-2.3.31_p60, Repoman-2.3.9_p116
* sys-boot/elilo: stable 3.16-r2 for ia64, bug #579278Sergei Trofimovich2018-05-021-1/+1
| | | | | | Bug: https://bugs.gentoo.org/579278 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* sys-boot/gnu-efi: stable 3.0.6-r2 for ia64, bug #579278Sergei Trofimovich2018-05-021-1/+1
| | | | | | Bug: https://bugs.gentoo.org/579278 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* */*: Specify EAPI=0 explicitly, to ease grepsMichał Górny2018-05-0123-23/+69
| | | | Closes: https://github.com/gentoo/gentoo/pull/8199
* sys-boot/refind: fix SYMLINK_LIB=no bug 627744Sam Jorna2018-04-271-0/+3
| | | | | Bug: https://bugs.gentoo.org/627744 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-boot/woeusb: Fix depsPacho Ramos2018-04-261-2/+2
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-boot/woeusb: Add woeusbPacho Ramos2018-04-263-0/+69
| | | | | | To have a working tool to generate bootable Win7 (and others) pendrives Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-boot/refind: bump to 0.11.2Sam Jorna2018-04-232-0/+198
| | | | | Bug: https://bugs.gentoo.org/628294 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-boot/elilo: fix build failure on ia64 against gnu-efi-3.0.6Sergei Trofimovich2018-04-212-0/+200
| | | | | | | | | | | | | | | | | | | | | | | | Disambiguate setpjmp()/longjmp()/jmp_buf implementation across elilo copy and gnu-efi-3.0.6. To avoid behaviour change I'm keeping elilo's implementation for now as the jmp_buf passing ABI is slightly different across the two. ``` setjmp.h:25:14: error: conflicting types for 'jmp_buf' typedef long jmp_buf[_JBLEN] __attribute__ ((aligned (16))); ^~~~~~~ In file included from /usr/include/efi/efisetjmp.h:5:0, from /usr/include/efi/efi.h:60, from gzip.c:29: /usr/include/efi/ia64/efisetjmp_arch.h:45:23: note: previous declaration of 'jmp_buf' was here } ALIGN(JMPBUF_ALIGN) jmp_buf; ^~~~~~~ ``` Reported-by: Stanton Arch Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-boot/efibootmgr: explicitly set PKG_CONFIGSergei Trofimovich2018-04-191-0/+4
| | | | | | | This change allows cross-building sys-boot/efibootmgr-16 to ia64-unknown-linux-gnu target. Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-boot/palo: Old.Jeroen Roovers2018-04-183-74/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-boot/efibootmgr: bump to 16Mike Gilbert2018-04-102-0/+30
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
* sys-boot/unetbootin: Old.Jeroen Roovers2018-04-105-280/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-boot/unetbootin: Stable for AMD64 x86 too.Jeroen Roovers2018-04-101-1/+1
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --ignore-arches
* sys-boot/silo: remove unused patchMichael Mair-Keimberger2018-04-051-54/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/7826
* sys-boot/silo: remove oldRolf Eike Beer2018-04-044-205/+0
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* sys-boot/silo: stable 1.4.14_p20120819-r1 for sparcRolf Eike Beer2018-04-041-1/+1
| | | | | | Bug: https://bugs.gentoo.org/648358 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* sys-boot/plymouth: fixing musl and updating 9999 ebuildMatthew Thode2018-04-042-4/+117
| | | | | Closes: https://bugs.gentoo.org/651874 Package-Manager: Portage-2.3.27, Repoman-2.3.9