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 4347D158086 for ; Tue, 4 Jan 2022 03:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04F3E2BC04E; Tue, 4 Jan 2022 03:29:31 +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 A4D702BC04B for ; Tue, 4 Jan 2022 03:29:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C459B34318D for ; Tue, 4 Jan 2022 03:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74768296 for ; Tue, 4 Jan 2022 03:29:24 +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: <1641266934.39827317e97d0e0d6ddb5a6ecf642c5da27f4192.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/baselayout-2.7-r1.ebuild sys-apps/baselayout/baselayout-2.7-r2.ebuild sys-apps/baselayout/baselayout-2.7-r3.ebuild sys-apps/baselayout/baselayout-2.7.ebuild sys-apps/baselayout/baselayout-2.8.ebuild sys-apps/baselayout/baselayout-9999.ebuild X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 39827317e97d0e0d6ddb5a6ecf642c5da27f4192 X-VCS-Branch: master Date: Tue, 4 Jan 2022 03:29:24 +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: c65c1178-8009-4af0-b429-55af1f92c1fa X-Archives-Hash: 189e44cba072092f7a9a0b3b9cb059e9 commit: 39827317e97d0e0d6ddb5a6ecf642c5da27f4192 Author: David Seifert gentoo org> AuthorDate: Mon Jan 3 15:45:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 4 03:28:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39827317 sys-apps/baselayout: remove kernel_FreeBSD Signed-off-by: David Seifert gentoo.org> Signed-off-by: Sam James gentoo.org> sys-apps/baselayout/baselayout-2.7-r1.ebuild | 6 +++--- sys-apps/baselayout/baselayout-2.7-r2.ebuild | 6 +++--- sys-apps/baselayout/baselayout-2.7-r3.ebuild | 6 +++--- sys-apps/baselayout/baselayout-2.7.ebuild | 6 +++--- sys-apps/baselayout/baselayout-2.8.ebuild | 6 +++--- sys-apps/baselayout/baselayout-9999.ebuild | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/sys-apps/baselayout/baselayout-2.7-r1.ebuild b/sys-apps/baselayout/baselayout-2.7-r1.ebuild index 3d5fac97ac66..8242b63fa3f5 100644 --- a/sys-apps/baselayout/baselayout-2.7-r1.ebuild +++ b/sys-apps/baselayout/baselayout-2.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_FreeBSD kernel_linux +split-usr" +IUSE="build kernel_linux +split-usr" pkg_setup() { multilib_layout @@ -219,7 +219,7 @@ src_prepare() { src_install() { emake \ - OS=$(usex kernel_FreeBSD BSD Linux) \ + OS=Linux \ DESTDIR="${ED}" \ install dodoc ChangeLog diff --git a/sys-apps/baselayout/baselayout-2.7-r2.ebuild b/sys-apps/baselayout/baselayout-2.7-r2.ebuild index a37d17f3b8d1..9aa9a7262318 100644 --- a/sys-apps/baselayout/baselayout-2.7-r2.ebuild +++ b/sys-apps/baselayout/baselayout-2.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_FreeBSD kernel_linux +split-usr" +IUSE="build kernel_linux +split-usr" pkg_setup() { multilib_layout @@ -220,7 +220,7 @@ src_prepare() { src_install() { emake \ - OS=$(usex kernel_FreeBSD BSD Linux) \ + OS=Linux \ DESTDIR="${ED}" \ install dodoc ChangeLog diff --git a/sys-apps/baselayout/baselayout-2.7-r3.ebuild b/sys-apps/baselayout/baselayout-2.7-r3.ebuild index a734733f48f8..4a1dd494ea72 100644 --- a/sys-apps/baselayout/baselayout-2.7-r3.ebuild +++ b/sys-apps/baselayout/baselayout-2.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_FreeBSD kernel_linux +split-usr" +IUSE="build kernel_linux +split-usr" pkg_setup() { multilib_layout @@ -249,7 +249,7 @@ src_prepare() { src_install() { emake \ - OS=$(usex kernel_FreeBSD BSD Linux) \ + OS=Linux \ DESTDIR="${ED}" \ install dodoc ChangeLog diff --git a/sys-apps/baselayout/baselayout-2.7.ebuild b/sys-apps/baselayout/baselayout-2.7.ebuild index cb06c4a3e20d..ce51d06cbaa9 100644 --- a/sys-apps/baselayout/baselayout-2.7.ebuild +++ b/sys-apps/baselayout/baselayout-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_FreeBSD kernel_linux +split-usr" +IUSE="build kernel_linux +split-usr" pkg_setup() { multilib_layout @@ -219,7 +219,7 @@ src_prepare() { src_install() { emake \ - OS=$(usex kernel_FreeBSD BSD Linux) \ + OS=Linux \ DESTDIR="${ED}" \ install dodoc ChangeLog diff --git a/sys-apps/baselayout/baselayout-2.8.ebuild b/sys-apps/baselayout/baselayout-2.8.ebuild index c5f4dbf7dda3..603fb5026694 100644 --- a/sys-apps/baselayout/baselayout-2.8.ebuild +++ b/sys-apps/baselayout/baselayout-2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_FreeBSD kernel_linux +split-usr" +IUSE="build kernel_linux +split-usr" pkg_setup() { multilib_layout @@ -245,7 +245,7 @@ src_prepare() { src_install() { emake \ - OS=$(usex kernel_FreeBSD BSD Linux) \ + OS=Linux \ DESTDIR="${ED}" \ install diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index c5f4dbf7dda3..603fb5026694 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_FreeBSD kernel_linux +split-usr" +IUSE="build kernel_linux +split-usr" pkg_setup() { multilib_layout @@ -245,7 +245,7 @@ src_prepare() { src_install() { emake \ - OS=$(usex kernel_FreeBSD BSD Linux) \ + OS=Linux \ DESTDIR="${ED}" \ install