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 30641158649 for ; Wed, 10 May 2023 21:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6334DE0BAD; Wed, 10 May 2023 21:23: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40D9CE0BAD for ; Wed, 10 May 2023 21:23: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18589340A7B for ; Wed, 10 May 2023 21:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82FD18E4 for ; Wed, 10 May 2023 21:23:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1683753813.cb52cff5d43a8aa6c92d87d56dc2a1d499941eb8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.03.21.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cb52cff5d43a8aa6c92d87d56dc2a1d499941eb8 X-VCS-Branch: master Date: Wed, 10 May 2023 21:23:43 +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: 7e628a85-9b48-4b18-b66c-369e16ba165f X-Archives-Hash: 338e4446b3e3b66793092da1627e6d81 commit: cb52cff5d43a8aa6c92d87d56dc2a1d499941eb8 Author: David Seifert gentoo org> AuthorDate: Wed May 10 21:23:33 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Wed May 10 21:23:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb52cff5 sys-fs/lvm2: remove USE=lvm2create-initrd * If people want this script, they should work on getting the patch we carry upstreamed and making the script POSIX. * Should there be a real demand, this script should be packaged separately. * We strongly recommend users switch to dracut, which is the garden path and much more supported in practice. Bug: https://bugs.gentoo.org/401933 Signed-off-by: David Seifert gentoo.org> sys-fs/lvm2/lvm2-2.03.21.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.03.21.ebuild b/sys-fs/lvm2/lvm2-2.03.21.ebuild index 90e10e22c007..c322d60907e5 100644 --- a/sys-fs/lvm2/lvm2-2.03.21.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.21.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN^^}.${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="lvm lvm2create-initrd readline sanlock selinux static static-libs systemd thin +udev" +IUSE="lvm readline sanlock selinux static static-libs systemd thin +udev" REQUIRED_USE=" static? ( !systemd !udev ) static-libs? ( static !udev ) @@ -37,7 +37,6 @@ RDEPEND="${DEPEND_COMMON} >=sys-apps/baselayout-2.2 lvm? ( virtual/tmpfiles - lvm2create-initrd? ( sys-apps/makedev ) thin? ( sys-block/thin-provisioning-tools ) )" # note: thin- 0.3.0 is required to avoid --disable-thin_check_needs_check @@ -59,7 +58,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.03.20-example.conf.in.patch # For upstream -- review and forward: - "${FILESDIR}"/${PN}-2.03.20-lvm2create_initrd.patch "${FILESDIR}"/${PN}-2.03.20-locale-muck.patch #330373 "${FILESDIR}"/${PN}-2.03.20-dmeventd-no-idle-exit.patch "${FILESDIR}"/${PN}-2.03.20-freopen-musl.patch @@ -217,12 +215,6 @@ src_install() { newinitd "${FILESDIR}"/lvm-monitoring.initd-r3 lvm-monitoring newinitd "${FILESDIR}"/lvmpolld.initd-r1 lvmpolld - if use lvm2create-initrd; then - dosbin scripts/lvm2create_initrd/lvm2create_initrd - doman scripts/lvm2create_initrd/lvm2create_initrd.8 - newdoc scripts/lvm2create_initrd/README README.lvm2create_initrd - fi - if use sanlock; then newinitd "${FILESDIR}"/lvmlockd.initd-r2 lvmlockd fi