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 7CA9415808B for ; Sat, 12 Feb 2022 16:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C821BE07D9; Sat, 12 Feb 2022 16:52:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3118E07D4 for ; Sat, 12 Feb 2022 16:52:52 +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 C64E63431EB for ; Sat, 12 Feb 2022 16:52:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 505061BD for ; Sat, 12 Feb 2022 16:52:50 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1644684765.d0977f225b3a980730247f7bf78f6fd3caef1a43.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ostree/ostree-2021.3-r2.ebuild dev-util/ostree/ostree-2021.4-r1.ebuild dev-util/ostree/ostree-2021.5.ebuild dev-util/ostree/ostree-2022.1.ebuild X-VCS-Directories: dev-util/ostree/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d0977f225b3a980730247f7bf78f6fd3caef1a43 X-VCS-Branch: master Date: Sat, 12 Feb 2022 16:52:50 +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: 36466df5-4e23-4f0e-8abe-fee24f31217a X-Archives-Hash: 1a248557abea0a7d59a9fc7f53f4b6b2 commit: d0977f225b3a980730247f7bf78f6fd3caef1a43 Author: Jonathan Davies protonmail com> AuthorDate: Tue Feb 8 00:36:39 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Feb 12 16:52:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0977f22 dev-util/ostree: Removed deletion of 15_ostree script Removed deletion of 15_ostree script, as it's essential for Gentoo-based ostree deployments and does nothing on non-ostree installs. Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Zac Medico gentoo.org> dev-util/ostree/ostree-2021.3-r2.ebuild | 1 - dev-util/ostree/ostree-2021.4-r1.ebuild | 1 - dev-util/ostree/ostree-2021.5.ebuild | 1 - dev-util/ostree/ostree-2022.1.ebuild | 1 - 4 files changed, 4 deletions(-) diff --git a/dev-util/ostree/ostree-2021.3-r2.ebuild b/dev-util/ostree/ostree-2021.3-r2.ebuild index a131a22630ec..81adc59544d9 100644 --- a/dev-util/ostree/ostree-2021.3-r2.ebuild +++ b/dev-util/ostree/ostree-2021.3-r2.ebuild @@ -101,5 +101,4 @@ src_configure() { src_install() { default find "${D}" -name '*.la' -delete || die - rm -f "${ED}/etc/grub.d/15_ostree" } diff --git a/dev-util/ostree/ostree-2021.4-r1.ebuild b/dev-util/ostree/ostree-2021.4-r1.ebuild index 4c74aecc1d45..4e256a7ed7c6 100644 --- a/dev-util/ostree/ostree-2021.4-r1.ebuild +++ b/dev-util/ostree/ostree-2021.4-r1.ebuild @@ -102,5 +102,4 @@ src_configure() { src_install() { default find "${D}" -name '*.la' -delete || die - rm -f "${ED}/etc/grub.d/15_ostree" } diff --git a/dev-util/ostree/ostree-2021.5.ebuild b/dev-util/ostree/ostree-2021.5.ebuild index 4c74aecc1d45..4e256a7ed7c6 100644 --- a/dev-util/ostree/ostree-2021.5.ebuild +++ b/dev-util/ostree/ostree-2021.5.ebuild @@ -102,5 +102,4 @@ src_configure() { src_install() { default find "${D}" -name '*.la' -delete || die - rm -f "${ED}/etc/grub.d/15_ostree" } diff --git a/dev-util/ostree/ostree-2022.1.ebuild b/dev-util/ostree/ostree-2022.1.ebuild index 7d7c40cdc1c4..18f57563e889 100644 --- a/dev-util/ostree/ostree-2022.1.ebuild +++ b/dev-util/ostree/ostree-2022.1.ebuild @@ -102,5 +102,4 @@ src_configure() { src_install() { default find "${D}" -name '*.la' -delete || die - rm -f "${ED}/etc/grub.d/15_ostree" }