From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 553EA138335 for ; Wed, 11 Dec 2019 15:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D8D4E0882; Wed, 11 Dec 2019 15:02:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DF93E087E for ; Wed, 11 Dec 2019 15:02:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AADC34D824 for ; Wed, 11 Dec 2019 15:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EE2F2A5 for ; Wed, 11 Dec 2019 15:02:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576076487.0ece6c16adaa7f9050944383f470fc40741c0c29.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/selinux/, sys-kernel/installkernel-systemd-boot/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/selinux/package.mask sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild sys-kernel/installkernel-systemd-boot/metadata.xml X-VCS-Directories: profiles/features/selinux/ sys-kernel/installkernel-systemd-boot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0ece6c16adaa7f9050944383f470fc40741c0c29 X-VCS-Branch: master Date: Wed, 11 Dec 2019 15:02:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de20cbdc-9b05-4aea-aea1-7108b9a86f8e X-Archives-Hash: c516045b5628ff83f6f161f668b50274 commit: 0ece6c16adaa7f9050944383f470fc40741c0c29 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 6 16:36:11 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 11 15:01:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ece6c16 sys-kernel/installkernel-systemd-boot: New package New package to install 'installkernel' wrapper that uses systemd-boot's kernel-install. Bug: https://bugs.gentoo.org/702164 Signed-off-by: Michał Górny gentoo.org> profiles/features/selinux/package.mask | 1 + .../installkernel-systemd-boot-0.ebuild | 27 ++++++++++++++++++++++ sys-kernel/installkernel-systemd-boot/metadata.xml | 8 +++++++ 3 files changed, 36 insertions(+) diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index f2ef0075999..957ea16b4f3 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -41,6 +41,7 @@ sys-apps/gentoo-systemd-integration sys-apps/systemd-readahead sys-process/systemd-cron sys-apps/dbus-broker +sys-kernel/installkernel-systemd-boot # Gilles Dartiguelongue (2018-05-24) # Packages use systemd unconditionally for now diff --git a/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild new file mode 100644 index 00000000000..725a7967a3e --- /dev/null +++ b/sys-kernel/installkernel-systemd-boot/installkernel-systemd-boot-0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Wrap kernel-install from systemd-boot as installkernel" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="" +S=${WORKDIR} + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="|| ( sys-apps/systemd sys-boot/systemd-boot ) + ! + + + + mgorny@gentoo.org + Michał Górny + +