summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/gnu-efi: remove unused patchesMichael Mair-Keimberger2020-05-112-312/+0
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/15752
* sys-boot/gnu-efi: arm64 stable (bug #708222)Sam James (sam_c)2020-04-071-1/+1
| | | | | | 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>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-boot/gnu-efi: drop oldSergei Trofimovich2020-04-014-261/+0
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-boot/gnu-efi: arm stable wrt bug #708222Agostino Sarubbo2020-02-071-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/gnu-efi: x86 stable wrt bug #708222Agostino Sarubbo2020-02-071-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/gnu-efi: stable 3.0.11 for ia64, bug #708222Sergei Trofimovich2020-02-061-1/+1
| | | | | | Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-boot/gnu-efi: amd64 stable wrt bug #708222Agostino Sarubbo2020-02-051-2/+2
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/gnu-efi: remove oldMike Gilbert2019-11-244-237/+0
| | | | | Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/gnu-efi: bump to 3.0.11Mike Gilbert2019-11-242-0/+88
| | | | | Package-Manager: Portage-2.3.79_p3, Repoman-2.3.18_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/gnu-efi: Fix building with clang-9Peter Levine2019-10-032-1/+22
| | | | | | | | | | 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>
* sys-boot/gnu-efi: bump to 3.0.9Mike Gilbert2019-07-062-0/+86
| | | | | | 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>
* sys-boot/gnu-efi: bump to 3.0.8Mike Gilbert2018-07-192-0/+89
| | | | | Closes: https://bugs.gentoo.org/654008 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* 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"
* sys-boot/gnu-efi: fix linker script on .gnu.hash systems, bug #575300Sergei Trofimovich2018-01-283-0/+405
| | | | | | | | | | 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
* sys-boot/gnu-efi: allow user patches, bug #575300Sergei Trofimovich2018-01-271-2/+6
| | | | | Bug: https://bugs.gentoo.org/575300 Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-boot: Update Manifest hashes.Ulrich Müller2017-12-091-3/+3
|
* sys-boot/gnu-efi: remove oldMike Gilbert2017-07-094-232/+0
| | | | Package-Manager: Portage-2.3.6_p16, Repoman-2.3.2_p84
* sys-boot/gnu-efi: Add custom-cflags flag and prevent avx instructionsMatthias Dahl2017-07-091-3/+10
| | | | | | | | | | | | 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.
* sys-boot/gnu-efi: expand licence list to BSD, BSD-2, GPL-2+Sergei Trofimovich2017-07-026-8/+38
| | | | | | Reported-by: OGINO Masanori Bug: https://bugs.gentoo.org/584934 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-boot/gnu-efi: bump up to 3.0.6, bug #616802Sergei Trofimovich2017-07-022-0/+79
| | | | | | | | | | 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
* sys-boot/gnu-efi: bump to 3.0.5Mike Gilbert2017-04-252-0/+79
| | | | Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-boot/gnu-efi: remove unused patchesMichael Mair-Keimberger (asterix)2017-02-092-97/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3888
* sys-boot/gnu-efi: disable -WerrorMike Gilbert2017-02-041-0/+5
| | | | Package-Manager: Portage-2.3.3_p49, Repoman-2.3.1_p42
* sys-boot/gnu-efi: promote myself to primary maintainerMike Gilbert2017-02-041-4/+4
|
* sys-boot/gnu-efi: remove oldMike Gilbert2017-02-045-180/+0
| | | | Package-Manager: Portage-2.3.3_p47_p631562, Repoman-2.3.1_p40_p631562
* sys-boot/gnu-efi: filter -mfpmath=sseMike Gilbert2017-02-042-4/+12
| | | | | Gentoo-Bug: https://bugs.gentoo.org/607992 Package-Manager: Portage-2.3.3_p47_p631453, Repoman-2.3.1_p40_p631453
* sys-boot/gnu-efi: bump to 3.0.4Mike Gilbert2016-11-182-0/+71
| | | | Package-Manager: portage-2.3.2_p8
* sys-boot/gnu-efi: add myself as a maintainerMike Gilbert2016-06-031-0/+4
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* sys-boot/gnu-efi: downgrade ia64 stable due to build failuresMike Frysinger2016-01-162-2/+4
|
* sys-boot/gnu-efi: add arm/arm64 loveMike Frysinger2016-01-161-1/+1
|
* sys-boot/gnu-efi: Inherit toolchain-funcs explicitlyMike Gilbert2015-11-081-1/+1
| | | | Package-Manager: portage-2.2.23_p18
* sys-boot/gnu-efi: ia64 stable wrt bug #563222Mikle Kolyada2015-11-081-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-boot/gnu-efi: x86 stable wrt bug #563222Agostino Sarubbo2015-11-031-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-boot/gnu-efi: amd64 stable wrt bug #563222Agostino Sarubbo2015-10-231-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* Update hashes in ManifestJustin Lecher2015-09-231-2/+2
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-boot/gnu-efi: Support building ia32 EFI libs on amd64Mike Gilbert2015-09-051-18/+37
| | | | Package-Manager: portage-2.2.20
* sys-boot/gnu-efi: Drop arm keywords; it doesn't even buildMike Gilbert2015-09-052-2/+2
| | | | Package-Manager: portage-2.2.20
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-boot/gnu-efi: version bumpDoug Goldstein2015-08-182-0/+50
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0810-0/+395
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