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 69C0B1382C5 for ; Mon, 24 May 2021 18:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7401E077F; Mon, 24 May 2021 18:52:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9D7ECE077F for ; Mon, 24 May 2021 18:52:24 +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 783063406F2 for ; Mon, 24 May 2021 18:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00970720 for ; Mon, 24 May 2021 18:52:22 +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: <1621882327.4214614cae03ca51f200a38e695aa4782ff8a023.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild X-VCS-Directories: sys-kernel/bliss-initramfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4214614cae03ca51f200a38e695aa4782ff8a023 X-VCS-Branch: master Date: Mon, 24 May 2021 18:52:22 +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: 98186bef-f256-4627-8ad2-0d23b6d71313 X-Archives-Hash: 328cc213c9ff724d04c853a762b6851a commit: 4214614cae03ca51f200a38e695aa4782ff8a023 Author: Zamarin Arthur gmail com> AuthorDate: Mon May 24 06:38:20 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 24 18:52:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4214614c sys-kernel/bliss-initramfs: bump python 3.{9,10} Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild | 11 +++++------ sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild b/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild index badbd6572ea..302d51af65d 100644 --- a/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild +++ b/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-single-r1 DESCRIPTION="Boot your system's rootfs from OpenZFS/LUKS" @@ -21,7 +21,7 @@ RDEPEND=" app-arch/cpio virtual/udev" -S="${WORKDIR}/${PN}-${PV}" +DOCS=( README.md README-MORE.md USAGE.md ) CONFIG_FILE="/etc/bliss-initramfs/settings.json" @@ -35,13 +35,12 @@ src_install() { cp -r "${S}/files" "${D}/opt/${PN}" || die cp -r "${S}/pkg" "${D}/opt/${PN}" || die - # Copy documentation files - dodoc README.md README-MORE USAGE_AND_OPTIONS - # Copy the configuration file for the user dodir "/etc/${PN}" cp "${S}/files/default-settings.json" "${D}${CONFIG_FILE}" + python_fix_shebang "${D}/opt/${PN}/${executable}" + # Make a relative symbolic link: /sbin/bliss-initramfs dosym "../opt/${PN}/${executable}" "/sbin/${PN}" } diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild b/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild index 7a00da2a33f..4a881b8d84d 100644 --- a/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild +++ b/sys-kernel/bliss-initramfs/bliss-initramfs-9.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-single-r1 DESCRIPTION="Boot your system's rootfs from Encrypted/OpenZFS." @@ -21,7 +21,7 @@ RDEPEND=" app-arch/cpio virtual/udev" -S="${WORKDIR}/${PN}-${PV}" +DOCS=( README.md README-MORE.md USAGE.md ) CONFIG_FILE="/etc/bliss-initramfs/settings.json" @@ -35,13 +35,12 @@ src_install() { cp -r "${S}/files" "${D}/opt/${PN}" || die cp -r "${S}/pkg" "${D}/opt/${PN}" || die - # Copy documentation files - dodoc README.md README-MORE.md USAGE.md - # Copy the configuration file for the user dodir "/etc/${PN}" cp "${S}/files/default-settings.json" "${D}${CONFIG_FILE}" + python_fix_shebang "${D}/opt/${PN}/${executable}" + # Make a relative symbolic link: /sbin/bliss-initramfs dosym "../opt/${PN}/${executable}" "/sbin/${PN}" }