Versions
v4.0.0 :: 0 :: gentoo
- Modified
- License
- GPL-2+ BSD BSD-2
- Keywords
- -* ~amd64 ~arm ~arm64 ~riscv ~x86
- USE flags
- custom-cflags
v3.0.19 :: 0 :: gentoo
- Modified
- License
- GPL-2+ BSD BSD-2
- Keywords
- -* ~amd64 ~arm ~arm64 ~riscv ~x86
- USE flags
- custom-cflags
v3.0.18-r5 :: 0 :: gentoo
- Modified
- License
- GPL-2+ BSD BSD-2
- Keywords
- -* amd64 arm arm64 x86 ~riscv
- USE flags
- custom-cflags
v3.0.17 :: 0 :: gentoo
- Modified
- License
- GPL-2+ BSD BSD-2
- Keywords
- -* amd64 arm arm64 x86 ~riscv
- USE flags
- custom-cflags
v3.0.15 :: 0 :: gentoo
- Modified
- License
- GPL-2+ BSD BSD-2
- Keywords
- -* amd64 arm arm64 x86 ~riscv
- USE flags
- custom-cflags
USE flags
General
- custom-cflags
- Build with user-specified CFLAGS (unsupported)
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
Depending packages
app-crypt / efitools : Tools for manipulating UEFI secure boot platforms
app-crypt / pesign : Tools for manipulating signed PE-COFF binaries
app-crypt / sbsigntools : Utilities for signing and verifying files for UEFI Secure Boot
sys-apps / fwupd-efi : EFI executable for fwupd
sys-boot / elilo : Linux boot loader for EFI-based systems such as IA-64
sys-boot / refind : The UEFI Boot Manager by Rod Smith
sys-boot / syslinux : SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders
Bugs
- 913874
- sys-apps/fwupd-efi-1.4-r1 with >=sys-boot/gnu-efi-3.0.17: relocation error on arm64
- 921597
- sys-boot/syslinux-6.04_pre3-r1 fails to build against sys-boot/gnu-efi-3.0.17 /usr/include/efi/x86_64/efibind.h:101:9: error: unknown type name ‘wchar_t’
- 923101
- app-crypt/efitools-1.9.2-r1 fails to compile with 'Invalid DOS header magic' with >=sys-boot/gnu-efi-3.0.17 on arm64
- 944562
- sys-boot/refind: build fails with >=sys-boot/gnu-efi-4.0.0
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: add 4.0.0
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Viorel Munteanu · gentoo
sys-boot/gnu-efi: add 3.0.19
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: drop 3.0.18-r3
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Viorel Munteanu · gentoo
sys-boot/gnu-efi: drop 3.0.18-r2
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r5 amd64, #942657
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r5 arm, #942657
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r5 arm64, #942657
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r5 x86, #942657
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: fix building on llvm profile
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> - Repository mirror & CI · gentoo
Merge updates from master - Maide · gentoo
sys-boot/gnu-efi: Fix compile when LLVM `binutils-plugin` USE flag is set
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> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: fix building on arm
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> - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r3 amd64, #939093
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r3 x86, #939093
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r3 arm64, #939093
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: fix compilation on different locales
Closes: https://bugs.gentoo.org/938580 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: Fix compilation on musl amd64
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> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: fix building efi apps
Remove an include directory missing on most systems. Closes: https://bugs.gentoo.org/888829 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Viorel Munteanu · gentoo
sys-boot/gnu-efi: force use of binutils objcopy
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> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: drop 3.0.18-r1
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Viorel Munteanu · gentoo
sys-boot/gnu-efi: drop 3.0.18
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r2 x86, #936616
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r2 amd64, #936616
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r2 arm, #936616
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r2 arm64, #936616
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Viorel Munteanu · gentoo
sys-boot/gnu-efi: drop the refind patch
sys-boot/refind-0.14.2 does not boot with this patch. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r1 arm, #933047
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r1 arm64, #933047
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r1 x86, #933047
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.18-r1 amd64, #933047
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: fix Clang build, backport refind fixes
Closes: https://bugs.gentoo.org/930538 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: add 3.0.18
Closes: https://bugs.gentoo.org/914606 Closes: https://bugs.gentoo.org/929216 Signed-off-by: Sam James <sam@gentoo.org> - Lucio Sauer · gentoo
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-boot/gnu-efi: Stabilize 3.0.17 x86, #918532
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-boot/gnu-efi: Stabilize 3.0.17 amd64, #918532
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.17 arm, #918532
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.17 arm64, #918532
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-boot/gnu-efi: pass OBJCOPY to build system
Closes: https://bugs.gentoo.org/913704 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-boot/gnu-efi: add 3.0.17
Signed-off-by: David Seifert <soap@gentoo.org> - David Seifert · gentoo
sys-boot/gnu-efi: drop 3.0.12, 3.0.14
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.15 arm64, #907667
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.15 arm, #907667
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.15 amd64, #907667
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.15 x86, #907667
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-boot/gnu-efi: Stabilize 3.0.14 x86, #865007
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-boot/gnu-efi: arm stable wrt bug #865007
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-boot/gnu-efi: amd64 stable wrt bug #865007
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-boot/gnu-efi: Stabilize 3.0.14 arm64, #865007
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-boot/gnu-efi: add 3.0.15
Closes: https://bugs.gentoo.org/864749 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-boot/gnu-efi: drop flag-o-matic
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
sys-boot/gnu-efi: add REQUIRED_USE for ABI_X86 flags
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
sys-boot/gnu-efi: keyword ~riscv
tested on unmatched board Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-boot/gnu-efi: drop 3.0.11
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
sys-boot/gnu-efi: add 3.0.14
Closes: https://bugs.gentoo.org/810724 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-boot/gnu-efi: update HOMEPAGE
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Christophe Lermytte · gentoo
sys-boot/gnu-efi: bump to 3.0.12
Closes: https://bugs.gentoo.org/701152 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16369 - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
sys-boot/gnu-efi: arm64 stable (bug #708222)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-boot/gnu-efi: drop old
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-boot/gnu-efi: arm stable wrt bug #708222
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-boot/gnu-efi: x86 stable wrt bug #708222
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-boot/gnu-efi: stable 3.0.11 for ia64, bug #708222
Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-boot/gnu-efi: amd64 stable wrt bug #708222
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-boot/gnu-efi: remove old
Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
sys-boot/gnu-efi: bump to 3.0.11
Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Peter Levine · gentoo
sys-boot/gnu-efi: Fix building with clang-9
Fix the build to emit valid CFLAGS for clang. Closes: https://bugs.gentoo.org/695612 Closes: https://github.com/gentoo/gentoo/pull/13033 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-boot/gnu-efi: bump to 3.0.9
Closes: https://bugs.gentoo.org/676512 Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-boot/gnu-efi: bump to 3.0.8
Closes: https://bugs.gentoo.org/654008 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247 - Sergei Trofimovich · gentoo
sys-boot/gnu-efi: stable 3.0.6-r2 for ia64, bug #579278
Bug: https://bugs.gentoo.org/579278 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" - Sergei Trofimovich · gentoo
sys-boot/gnu-efi: fix linker script on .gnu.hash systems, bug #575300
Two patches here: - gnu-hash.patch: fix linker script to work on .gnu.hash-only systems - ia64-setjmp.patch: fix build breakage on ia64 systems Reported-by: Émeric Maschino Closes: https://bugs.gentoo.org/575300 Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Sergei Trofimovich · gentoo
sys-boot/gnu-efi: allow user patches, bug #575300
Bug: https://bugs.gentoo.org/575300 Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Mike Gilbert · gentoo
sys-boot/gnu-efi: remove old
Package-Manager: Portage-2.3.6_p16, Repoman-2.3.2_p84 - Matthias Dahl · gentoo
sys-boot/gnu-efi: Add custom-cflags flag and prevent avx instructions
Building gnu-efi with custom compiler flags is risky at best and should generally be avoided. Nevertheless, if custom flags are used, we need to make sure no avx instructions are generated as those cause a non-functional gnu-efi build. This is only required for >= 3.0.5 as prior to this, "-mno-sse" was used which also implied no avx. Fixes bug #619628. - Sergei Trofimovich · gentoo
sys-boot/gnu-efi: expand licence list to BSD, BSD-2, GPL-2+
Reported-by: OGINO Masanori Bug: https://bugs.gentoo.org/584934 Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Sergei Trofimovich · gentoo
sys-boot/gnu-efi: bump up to 3.0.6, bug #616802
gnu-efi-3.0.5 had a 'typedef' bug in efipxebc.h. It was fixed by https://sourceforge.net/p/gnu-efi/code/ci/bf07e8141777e5a2d67ec8447084215224bdad4b/ Reported-by: Wes Bug: https://bugs.gentoo.org/616802 Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Mike Gilbert · gentoo
sys-boot/gnu-efi: bump to 3.0.5
Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mike Gilbert · gentoo
sys-boot/gnu-efi: disable -Werror
Package-Manager: Portage-2.3.3_p49, Repoman-2.3.1_p42 - Mike Gilbert · gentoo
sys-boot/gnu-efi: remove old
Package-Manager: Portage-2.3.3_p47_p631562, Repoman-2.3.1_p40_p631562 - Mike Gilbert · gentoo
sys-boot/gnu-efi: filter -mfpmath=sse
Gentoo-Bug: https://bugs.gentoo.org/607992 Package-Manager: Portage-2.3.3_p47_p631453, Repoman-2.3.1_p40_p631453 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Mike Gilbert · gentoo
sys-boot/gnu-efi: bump to 3.0.4
Package-Manager: portage-2.3.2_p8 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675 - Mike Frysinger · gentoo
sys-boot/gnu-efi: downgrade ia64 stable due to build failures - Mike Frysinger · gentoo
sys-boot/gnu-efi: add arm/arm64 love - Mike Gilbert · gentoo
sys-boot/gnu-efi: Inherit toolchain-funcs explicitly
Package-Manager: portage-2.2.23_p18 - Mikle Kolyada · gentoo
sys-boot/gnu-efi: ia64 stable wrt bug #563222
Package-Manager: portage-2.2.20.1 - Agostino Sarubbo · gentoo
sys-boot/gnu-efi: x86 stable wrt bug #563222
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
sys-boot/gnu-efi: amd64 stable wrt bug #563222
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Mike Gilbert · gentoo
sys-boot/gnu-efi: Support building ia32 EFI libs on amd64
Package-Manager: portage-2.2.20 - Mike Gilbert · gentoo
sys-boot/gnu-efi: Drop arm keywords; it doesn't even build
Package-Manager: portage-2.2.20 - Doug Goldstein · gentoo
sys-boot/gnu-efi: version bump
Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed