commit:     075397e56bf9902d665175ff1ca5d586ceef8a5b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 16:58:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 17:14:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075397e5

Move {dev-util → dev-build}/b2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34867
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 {dev-util => dev-build}/b2/Manifest                                 | 0
 {dev-util => dev-build}/b2/b2-4.10.1.ebuild                         | 2 +-
 {dev-util => dev-build}/b2/b2-5.0.0.ebuild                          | 0
 .../b2/files/b2-4.9.2-add-none-feature-options.patch                | 0
 .../b2/files/b2-4.9.2-darwin-gentoo-toolchain.patch                 | 0
 .../b2/files/b2-4.9.2-disable_python_rpath.patch                    | 0
 .../b2/files/b2-4.9.2-no-implicit-march-flags.patch                 | 0
 {dev-util => dev-build}/b2/files/b2-4.9.2-odr.patch                 | 0
 {dev-util => dev-build}/b2/files/site-config.jam                    | 2 +-
 {dev-util => dev-build}/b2/metadata.xml                             | 0
 dev-libs/boost/boost-1.82.0-r1.ebuild                               | 6 +++---
 dev-libs/boost/boost-1.83.0-r1.ebuild                               | 4 ++--
 dev-libs/boost/boost-1.83.0-r2.ebuild                               | 4 ++--
 dev-libs/boost/boost-1.83.0-r3.ebuild                               | 4 ++--
 dev-libs/boost/boost-1.84.0-r1.ebuild                               | 2 +-
 profiles/updates/1Q-2024                                            | 1 +
 16 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev-util/b2/Manifest b/dev-build/b2/Manifest
similarity index 100%
rename from dev-util/b2/Manifest
rename to dev-build/b2/Manifest

diff --git a/dev-util/b2/b2-4.10.1.ebuild b/dev-build/b2/b2-4.10.1.ebuild
similarity index 98%
rename from dev-util/b2/b2-4.10.1.ebuild
rename to dev-build/b2/b2-4.10.1.ebuild
index 9704d82a0a99..55ca9c3a4e4c 100644
--- a/dev-util/b2/b2-4.10.1.ebuild
+++ b/dev-build/b2/b2-4.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/dev-util/b2/b2-5.0.0.ebuild b/dev-build/b2/b2-5.0.0.ebuild
similarity index 100%
rename from dev-util/b2/b2-5.0.0.ebuild
rename to dev-build/b2/b2-5.0.0.ebuild

diff --git a/dev-util/b2/files/b2-4.9.2-add-none-feature-options.patch 
b/dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch
similarity index 100%
rename from dev-util/b2/files/b2-4.9.2-add-none-feature-options.patch
rename to dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch

diff --git a/dev-util/b2/files/b2-4.9.2-darwin-gentoo-toolchain.patch 
b/dev-build/b2/files/b2-4.9.2-darwin-gentoo-toolchain.patch
similarity index 100%
rename from dev-util/b2/files/b2-4.9.2-darwin-gentoo-toolchain.patch
rename to dev-build/b2/files/b2-4.9.2-darwin-gentoo-toolchain.patch

diff --git a/dev-util/b2/files/b2-4.9.2-disable_python_rpath.patch 
b/dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch
similarity index 100%
rename from dev-util/b2/files/b2-4.9.2-disable_python_rpath.patch
rename to dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch

diff --git a/dev-util/b2/files/b2-4.9.2-no-implicit-march-flags.patch 
b/dev-build/b2/files/b2-4.9.2-no-implicit-march-flags.patch
similarity index 100%
rename from dev-util/b2/files/b2-4.9.2-no-implicit-march-flags.patch
rename to dev-build/b2/files/b2-4.9.2-no-implicit-march-flags.patch

diff --git a/dev-util/b2/files/b2-4.9.2-odr.patch 
b/dev-build/b2/files/b2-4.9.2-odr.patch
similarity index 100%
rename from dev-util/b2/files/b2-4.9.2-odr.patch
rename to dev-build/b2/files/b2-4.9.2-odr.patch

diff --git a/dev-util/b2/files/site-config.jam 
b/dev-build/b2/files/site-config.jam
similarity index 94%
rename from dev-util/b2/files/site-config.jam
rename to dev-build/b2/files/site-config.jam
index 6afe52684ccc..cae7b3f98327 100644
--- a/dev-util/b2/files/site-config.jam
+++ b/dev-build/b2/files/site-config.jam
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the Boost Software License, Version 1.0. 
 # (See accompanying file LICENSE_1_0.txt or 
http://www.boost.org/LICENSE_1_0.txt) 
 

diff --git a/dev-util/b2/metadata.xml b/dev-build/b2/metadata.xml
similarity index 100%
rename from dev-util/b2/metadata.xml
rename to dev-build/b2/metadata.xml

diff --git a/dev-libs/boost/boost-1.82.0-r1.ebuild 
b/dev-libs/boost/boost-1.82.0-r1.ebuild
index 8a63f6519da2..0c89cbe000f2 100644
--- a/dev-libs/boost/boost-1.82.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.82.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal
 
@@ -39,7 +39,7 @@ RDEPEND="
        zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
-BDEPEND=">=dev-util/b2-4.9.2"
+BDEPEND=">=dev-build/b2-4.9.2"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.81.0-disable_icu_rpath.patch

diff --git a/dev-libs/boost/boost-1.83.0-r1.ebuild 
b/dev-libs/boost/boost-1.83.0-r1.ebuild
index 939e9e431ee5..81216b56e964 100644
--- a/dev-libs/boost/boost-1.83.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.83.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -45,7 +45,7 @@ RDEPEND="
        zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
-BDEPEND=">=dev-util/b2-4.9.2"
+BDEPEND=">=dev-build/b2-4.9.2"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.81.0-disable_icu_rpath.patch

diff --git a/dev-libs/boost/boost-1.83.0-r2.ebuild 
b/dev-libs/boost/boost-1.83.0-r2.ebuild
index 5f671e7f2cd5..4e6628840892 100644
--- a/dev-libs/boost/boost-1.83.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.83.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -45,7 +45,7 @@ RDEPEND="
        zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
-BDEPEND=">=dev-util/b2-4.9.2"
+BDEPEND=">=dev-build/b2-4.9.2"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.81.0-disable_icu_rpath.patch

diff --git a/dev-libs/boost/boost-1.83.0-r3.ebuild 
b/dev-libs/boost/boost-1.83.0-r3.ebuild
index b6aff8ac5c20..afd80593f25c 100644
--- a/dev-libs/boost/boost-1.83.0-r3.ebuild
+++ b/dev-libs/boost/boost-1.83.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -45,7 +45,7 @@ RDEPEND="
        zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
-BDEPEND=">=dev-util/b2-4.9.2"
+BDEPEND=">=dev-build/b2-4.9.2"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.81.0-disable_icu_rpath.patch

diff --git a/dev-libs/boost/boost-1.84.0-r1.ebuild 
b/dev-libs/boost/boost-1.84.0-r1.ebuild
index 3acb382ad022..4b95253ac198 100644
--- a/dev-libs/boost/boost-1.84.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.84.0-r1.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
        zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
-BDEPEND=">=dev-util/b2-4.9.2"
+BDEPEND=">=dev-build/b2-4.9.2"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.81.0-disable_icu_rpath.patch

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index b658165fa318..12fd3257c4eb 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -48,3 +48,4 @@ move dev-util/tup dev-build/tup
 move sys-devel/cons dev-build/cons
 move dev-util/scons dev-build/scons
 move sys-devel/qconf dev-build/qconf
+move dev-util/b2 dev-build/b2

Reply via email to