commit:     64f58b7baa2a6828641321a0a7ef5611b449e8e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 13:22:02 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 17:53:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f58b7b

Move {sys-devel → dev-build}/bmake

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 {sys-devel => dev-build}/bmake/Manifest                            | 0
 {sys-devel => dev-build}/bmake/bmake-20230909.ebuild               | 0
 {sys-devel => dev-build}/bmake/bmake-20231210.ebuild               | 2 +-
 {sys-devel => dev-build}/bmake/files/bmake-20210206-tests.patch    | 0
 {sys-devel => dev-build}/bmake/files/bmake-20210314-mk-fixes.patch | 0
 {sys-devel => dev-build}/bmake/metadata.xml                        | 0
 dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild                | 4 ++--
 dev-util/mk-configure/mk-configure-0.38.3.ebuild                   | 4 ++--
 gui-wm/hikari/hikari-2.3.3.ebuild                                  | 4 ++--
 profiles/updates/1Q-2024                                           | 1 +
 sys-devel/elftoolchain/elftoolchain-0.7.1-r2.ebuild                | 4 ++--
 sys-devel/elftoolchain/elftoolchain-0.7.1_p20210319.ebuild         | 4 ++--
 12 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/sys-devel/bmake/Manifest b/dev-build/bmake/Manifest
similarity index 100%
rename from sys-devel/bmake/Manifest
rename to dev-build/bmake/Manifest

diff --git a/sys-devel/bmake/bmake-20230909.ebuild 
b/dev-build/bmake/bmake-20230909.ebuild
similarity index 100%
rename from sys-devel/bmake/bmake-20230909.ebuild
rename to dev-build/bmake/bmake-20230909.ebuild

diff --git a/sys-devel/bmake/bmake-20231210.ebuild 
b/dev-build/bmake/bmake-20231210.ebuild
similarity index 97%
rename from sys-devel/bmake/bmake-20231210.ebuild
rename to dev-build/bmake/bmake-20231210.ebuild
index 7331b69374fb..9c749f92ff06 100644
--- a/sys-devel/bmake/bmake-20231210.ebuild
+++ b/dev-build/bmake/bmake-20231210.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/sys-devel/bmake/files/bmake-20210206-tests.patch 
b/dev-build/bmake/files/bmake-20210206-tests.patch
similarity index 100%
rename from sys-devel/bmake/files/bmake-20210206-tests.patch
rename to dev-build/bmake/files/bmake-20210206-tests.patch

diff --git a/sys-devel/bmake/files/bmake-20210314-mk-fixes.patch 
b/dev-build/bmake/files/bmake-20210314-mk-fixes.patch
similarity index 100%
rename from sys-devel/bmake/files/bmake-20210314-mk-fixes.patch
rename to dev-build/bmake/files/bmake-20210314-mk-fixes.patch

diff --git a/sys-devel/bmake/metadata.xml b/dev-build/bmake/metadata.xml
similarity index 100%
rename from sys-devel/bmake/metadata.xml
rename to dev-build/bmake/metadata.xml

diff --git a/dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild 
b/dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild
index 6b85d2dc2c14..e7caec46eb8f 100644
--- a/dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild
+++ b/dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ RESTRICT="test"
 
 RDEPEND="
        || ( x11-misc/makedepend sys-devel/pmake )
-       sys-devel/bmake
+       dev-build/bmake
 "
 BDEPEND="${RDEPEND}"
 

diff --git a/dev-util/mk-configure/mk-configure-0.38.3.ebuild 
b/dev-util/mk-configure/mk-configure-0.38.3.ebuild
index 80a024eec43b..aab4a6d43664 100644
--- a/dev-util/mk-configure/mk-configure-0.38.3.ebuild
+++ b/dev-util/mk-configure/mk-configure-0.38.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ RESTRICT="test"
 
 RDEPEND="
        || ( x11-misc/makedepend sys-devel/pmake )
-       sys-devel/bmake
+       dev-build/bmake
 "
 BDEPEND="${RDEPEND}"
 

diff --git a/gui-wm/hikari/hikari-2.3.3.ebuild 
b/gui-wm/hikari/hikari-2.3.3.ebuild
index aa2351de6ddc..c48d402e9d2f 100644
--- a/gui-wm/hikari/hikari-2.3.3.ebuild
+++ b/gui-wm/hikari/hikari-2.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -33,7 +33,7 @@ DEPEND="
        dev-libs/wayland-protocols"
 BDEPEND="
        dev-util/wayland-scanner
-       sys-devel/bmake
+       dev-build/bmake
        virtual/pkgconfig"
 
 src_compile() {

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 85e90406f5b4..b97170368990 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -13,3 +13,4 @@ move dev-util/cgdb dev-debug/cgdb
 move dev-util/ninja dev-build/ninja
 move dev-util/samurai dev-build/samurai
 move sys-devel/make dev-build/make
+move sys-devel/bmake dev-build/bmake

diff --git a/sys-devel/elftoolchain/elftoolchain-0.7.1-r2.ebuild 
b/sys-devel/elftoolchain/elftoolchain-0.7.1-r2.ebuild
index 849d80e9c0e8..a237b0a27ce2 100644
--- a/sys-devel/elftoolchain/elftoolchain-0.7.1-r2.ebuild
+++ b/sys-devel/elftoolchain/elftoolchain-0.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="
        dev-vcs/subversion
        sys-apps/lsb-release
-       >=sys-devel/bmake-20210314-r1
+       >=dev-build/bmake-20210314-r1
        app-alternatives/yacc"
 
 PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )

diff --git a/sys-devel/elftoolchain/elftoolchain-0.7.1_p20210319.ebuild 
b/sys-devel/elftoolchain/elftoolchain-0.7.1_p20210319.ebuild
index 8d13d4a22fac..02c757f53f3e 100644
--- a/sys-devel/elftoolchain/elftoolchain-0.7.1_p20210319.ebuild
+++ b/sys-devel/elftoolchain/elftoolchain-0.7.1_p20210319.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="
        dev-vcs/subversion
        sys-apps/lsb-release
-       >=sys-devel/bmake-20210314-r1
+       >=dev-build/bmake-20210314-r1
        app-alternatives/yacc"
 
 src_prepare() {

Reply via email to