commit: 37566bedaa58dc05f2c94f6c3d5287bb8d830b20 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Sep 23 00:52:41 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Sep 23 00:52:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37566bed
sys-boot/systemd-boot: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/features/musl/package.mask | 1 - profiles/package.mask | 1 - sys-boot/systemd-boot/metadata.xml | 11 ----------- sys-boot/systemd-boot/systemd-boot-250-r1.ebuild | 13 ------------- 4 files changed, 26 deletions(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index e5e62e77cf30..efa45c708ec2 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -364,7 +364,6 @@ sys-apps/dbus-broker sys-apps/gentoo-systemd-integration sys-apps/systemd sys-apps/systemd-readahead -sys-boot/systemd-boot sys-process/systemd-cron >=www-misc/profile-sync-daemon-6 diff --git a/profiles/package.mask b/profiles/package.mask index e62f57ac7e23..740264af46e0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -307,7 +307,6 @@ app-dicts/edictionary # Migrated to sys-apps/systemd-utils. # Removal on 2023-08-24. sys-apps/systemd-tmpfiles -sys-boot/systemd-boot # Mike Pagano <[email protected]> (2023-07-18) # Mask impacted kernels vulnerable to StackRot and diff --git a/sys-boot/systemd-boot/metadata.xml b/sys-boot/systemd-boot/metadata.xml deleted file mode 100644 index 100c3014623c..000000000000 --- a/sys-boot/systemd-boot/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Mike Gilbert</name> - </maintainer> - <upstream> - <remote-id type="github">systemd/systemd</remote-id> - </upstream> -</pkgmetadata> diff --git a/sys-boot/systemd-boot/systemd-boot-250-r1.ebuild b/sys-boot/systemd-boot/systemd-boot-250-r1.ebuild deleted file mode 100644 index ccebd831dc8f..000000000000 --- a/sys-boot/systemd-boot/systemd-boot-250-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual package to depend on sys-apps/systemd-utils" -HOMEPAGE="https://systemd.io/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND="sys-apps/systemd-utils[boot]"
