summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-boot/tboot: Fix breakage triggered by mount-boot update.Ulrich Müller2019-12-131-4/+0
| | | | | | | | | | | | | | | mount-boot_mount_boot_partition() was an internal and undocumented function which shouldn't have been called, in the first place. Delete it from pkg_postinst without replacement, because the relevant checks in mount-boot_check_status will have been called already in mount-boot_pkg_preinst. Drop the call to mount-boot_pkg_postinst as well, because that function is a no-op now. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-115-20/+20
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/grub: stable 2.02-r4 for ia64Sergei Trofimovich2019-12-071-1/+1
| | | | | | | As a test successfully converted guppy ia64 dev box from elilo to grub. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-boot/grub: ~ia64 keywordedSergei Trofimovich2019-12-073-3/+3
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-boot/elilo: remove unused patchesMichael Mair-Keimberger2019-12-062-58/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13893 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-boot/os-prober: Drop oldPacho Ramos2019-12-052-87/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-boot/raspberrypi-firmware: add new version 1.20190925Andrey Utkin2019-12-032-0/+65
| | | | | | | | This version features the change that it does not install device tree files. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/raspberrypi-firmware: don't install device tree blobsAndrey Utkin2019-12-031-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream git repo provides binaries of two natures in a single repository: * boot firmware files; * prebuilt kernel files. boot/*.dtb, boot/overlays/ belong to kernel, not boot firmware. But for historical reasons, these files were installed by sys-boot/raspberrypi-firmware package rather than sys-kernel/raspberrypi-image, which would be more correct. The problem with this is that users of kernels different than sys-kernel/raspberrypi-image need to install different files into these locations. This means such people have to avoid using sys-boot/raspberrypi-firmware package completely. A blocker dependency on old sys-kernel/raspberrypi-image versions is added to protect from a situation when just raspberrypi-firmware is being upgraded, and the machine ends up not having device tree files. Upgrading to a new version may cause a disruption if the user doesn't use sys-kernel/raspberrypi-image but still relies on device tree files installed by raspberrypi-firmware package. This will be dealt with by a news item. A special USE flag for smooth transition of such users is considered an overkill, on presumption that this package is not massively popular. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* sys-boot/netboot: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Reassign most of eva@'s packagesMichał Górny2019-11-301-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@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/os-prober: x86 stable wrt bug #700662Agostino Sarubbo2019-11-201-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/os-prober: amd64 stable wrt bug #700662Agostino Sarubbo2019-11-201-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/aboot: Port to EAPI=7Matt Turner2019-11-121-10/+12
| | | | | Closes: https://bugs.gentoo.org/697182 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-boot/milo: Port to EAPI=7Matt Turner2019-11-121-8/+9
| | | | | Closes: https://bugs.gentoo.org/697180 Signed-off-by: Matt Turner <mattst88@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/shlilo-lantank: Bump to EAPI 7Michał Górny2019-11-101-5/+5
| | | | | Closes: https://bugs.gentoo.org/697188 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/makebootfat: Bump to EAPI 7Michał Górny2019-11-091-6/+7
| | | | | Closes: https://bugs.gentoo.org/697178 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/syslinux: Drop old (EAPI 0)Michał Górny2019-11-072-71/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/syslinux: Revert "Drop old (EAPI 0)"Michał Górny2019-11-074-0/+166
| | | | | | | Removed one version too many. Reverts: c2bee80a1c812e65f094acd3861c6a00b279f56d Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/syslinux: Drop old (EAPI 0)Michał Górny2019-11-064-166/+0
| | | | | Closes: https://bugs.gentoo.org/697540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/grub: add platform xen_pvhJonas Licht2019-10-292-2/+6
| | | | | | | | Closes: https://bugs.gentoo.org/697978 Closes: https://github.com/gentoo/gentoo/pull/13334 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/colo: Use EAPI=6 and fix minor gcc build issueJoshua Kinard2019-10-212-5/+29
| | | | | | | Resolves Bug #697184 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-2.3.77, Repoman-2.3.17
* sys-boot/nettrom: Port to EAPI 7David Seifert2019-10-191-7/+13
| | | | | | Closes: https://bugs.gentoo.org/697186 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-boot/systemrescuecd-x86-grub: Remove last-rited pkgMichał Górny2019-10-187-343/+0
| | | | | Closes: https://bugs.gentoo.org/683724 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/raincoat: Remove last-rited pkgMichał Górny2019-10-104-50/+0
| | | | | Closes: https://bugs.gentoo.org/693908 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/psoload: Remove last-rited pkgMichał Górny2019-10-083-33/+0
| | | | | Closes: https://bugs.gentoo.org/693798 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/syslinux: Inline mirror://kernelMichał Górny2019-10-054-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/milo: Inline mirror://kernelMichał Górny2019-10-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-boot/unetbootin: Version 675Jeroen Roovers2019-10-043-0/+128
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@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/palo: OldJeroen Roovers2019-10-013-87/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-boot/palo: StableJeroen Roovers2019-09-301-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-boot/systemd-boot: remove unused patchesMichael Mair-Keimberger2019-09-283-222/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/13068 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/elilo: drop oldSergei Trofimovich2019-09-286-410/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-boot/systemrescuecd-x86-grub: Remove accidental +x from FILESDIRMichał Górny2019-09-181-0/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* metadata.xml: popuplate CPE entries for better CVE trackingAllen Webb2019-09-121-0/+3
| | | | | Signed-off-by: Allen Webb <allenwebb@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sys-boot/systemd-boot: remove oldMike Gilbert2019-09-112-114/+0
| | | | | Package-Manager: Portage-2.3.75_p7, Repoman-2.3.17_p49 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/systemd-boot: bump to 243Mike Gilbert2019-09-112-0/+115
| | | | | Package-Manager: Portage-2.3.75_p7, Repoman-2.3.17_p49 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/palo: Version 2.12Jeroen Roovers2019-09-062-0/+44
| | | | | Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-boot/palo: Version 2.11Jeroen Roovers2019-08-074-19/+49
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-boot/netboot: drop old EAPI=2Aaron Bauman2019-08-031-50/+0
| | | | | | | * Maintainer concurs to drop stable keyword for x86 in bug 686302 Closes: https://bugs.gentoo.org/685778 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-boot/woeusb: Drop oldPacho Ramos2019-08-013-118/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* sys-boot/woeusb: x86 stable wrt bug #691106Agostino Sarubbo2019-07-311-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/woeusb: amd64 stable wrt bug #691106Agostino Sarubbo2019-07-311-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-boot/grub: backport fix for bios boot partition on sparc64Mike Gilbert2019-07-232-0/+51
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16_p2 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-boot/raspberrypi-firmware: add new 1.20190709Andrey Utkin2019-07-152-0/+61
| | | | | | | Brings Raspberry Pi 4 support to users of this package. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>