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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B23DC15808C for ; Sun, 17 Apr 2022 19:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 991C8E0B4A; Sun, 17 Apr 2022 19:17:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BA1AE0B1A for ; Sun, 17 Apr 2022 19:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B88FF3418A3 for ; Sun, 17 Apr 2022 19:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D40B03C3 for ; Sun, 17 Apr 2022 19:17:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650223036.3775261aebd9786dfb7f61ba1103658d5e07bcf3.sam@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/Manifest sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild X-VCS-Directories: sys-kernel/bliss-initramfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3775261aebd9786dfb7f61ba1103658d5e07bcf3 X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:17:41 +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: ba77c671-a62f-45d1-b3d6-cc0d5d01c838 X-Archives-Hash: a4de21b4911cf9f8ab1987e3c16c05b6 commit: 3775261aebd9786dfb7f61ba1103658d5e07bcf3 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 19:12:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 19:17:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3775261a sys-kernel/bliss-initramfs: drop 8.1.0-r1 Signed-off-by: Sam James gentoo.org> sys-kernel/bliss-initramfs/Manifest | 1 - .../bliss-initramfs-8.1.0-r1.ebuild | 60 ---------------------- 2 files changed, 61 deletions(-) diff --git a/sys-kernel/bliss-initramfs/Manifest b/sys-kernel/bliss-initramfs/Manifest index 7f3d6f364980..56b79f9474bb 100644 --- a/sys-kernel/bliss-initramfs/Manifest +++ b/sys-kernel/bliss-initramfs/Manifest @@ -1,2 +1 @@ -DIST bliss-initramfs-8.1.0.tar.gz 34464 BLAKE2B 5cc4c547fa9fadc91b21f9e752242dd1f3fa81a589457297c2d058fa811ea08deb3aacdcc5f2448856fd1d1c627037c47796f69b39b9691a60d8b0bcfc499cff SHA512 bee5e206ddd388a06ef876d99e36d0e1587d9148d890761e4d56b27e12c83c9a51794a3c9e99cac70de9729297e27051d6c323986f13cf8b3666a6ec66b85090 DIST bliss-initramfs-9.3.0.tar.gz 28318 BLAKE2B c96a23030fc5e3ae168dbc6a4bd127eb9d6f19c0121a02351422062911274e16fe5911946942d7ef60b5eb692e679616901ac842f2af133631be894c9be36c1c SHA512 051652da42356ef601453088cc2af2c08dea5101dc922dbab966aec939717441ab31a3f6cc65599eabcd2628d156c5e22675703e48f862ed168f093f115c8dd0 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 deleted file mode 100644 index 302d51af65d3..000000000000 --- a/sys-kernel/bliss-initramfs/bliss-initramfs-8.1.0-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit python-single-r1 - -DESCRIPTION="Boot your system's rootfs from OpenZFS/LUKS" -HOMEPAGE="https://github.com/fearedbliss/bliss-initramfs" -SRC_URI="https://github.com/fearedbliss/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RESTRICT="strip" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="-* amd64" - -RDEPEND=" - ${PYTHON_DEPS} - app-arch/cpio - virtual/udev" - -DOCS=( README.md README-MORE.md USAGE.md ) - -CONFIG_FILE="/etc/bliss-initramfs/settings.json" - -src_install() { - # Copy the main executable - local executable="mkinitrd.py" - exeinto "/opt/${PN}" - doexe "${executable}" - - # Copy the libraries required by this executable - cp -r "${S}/files" "${D}/opt/${PN}" || die - cp -r "${S}/pkg" "${D}/opt/${PN}" || die - - # 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}" -} - -pkg_postinst() { - elog "As of version 8.1.0, ${PN} has a new centralized configuration architecture." - elog "Any customizations you want to provide to ${PN} should be done by modifying" - elog "${CONFIG_FILE}. You can use the \"-c/--config\" option to provide" - elog "an alternate configuration path.\n" - elog "For a full list of changes, please read the release info located here:" - elog "https://github.com/fearedbliss/bliss-initramfs/releases/tag/8.1.0" - elog "" - elog "Also, 8.1.0 is the last version to include support for LUKS! Starting with" - elog "version 9.0.0, bliss-initramfs only contains support for ZFS' Native Encryption." - elog "If you are a LUKS/OpenZFS user, please stay on 8.1.0 until you migrate over to" - elog "the native encryption." -}