commit:     3fe65af75b1e6e70fbf11ed2224832ffc4ee4087
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 13:22:26 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=3fe65af7

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

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

 {sys-devel => dev-build}/pmake/Manifest                          | 0
 {sys-devel => dev-build}/pmake/files/pmake-1.111.1-ldflags.patch | 0
 {sys-devel => dev-build}/pmake/files/pmake-1.98-skipdots.patch   | 0
 {sys-devel => dev-build}/pmake/metadata.xml                      | 0
 {sys-devel => dev-build}/pmake/pmake-1.111.3.3-r1.ebuild         | 2 +-
 dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild              | 2 +-
 dev-util/mk-configure/mk-configure-0.38.3.ebuild                 | 2 +-
 eclass/portability.eclass                                        | 4 ++--
 net-analyzer/symon/symon-2.88.ebuild                             | 4 ++--
 profiles/updates/1Q-2024                                         | 1 +
 www-servers/moonbridge/moonbridge-1.0.1.ebuild                   | 4 ++--
 11 files changed, 10 insertions(+), 9 deletions(-)

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

diff --git a/sys-devel/pmake/files/pmake-1.111.1-ldflags.patch 
b/dev-build/pmake/files/pmake-1.111.1-ldflags.patch
similarity index 100%
rename from sys-devel/pmake/files/pmake-1.111.1-ldflags.patch
rename to dev-build/pmake/files/pmake-1.111.1-ldflags.patch

diff --git a/sys-devel/pmake/files/pmake-1.98-skipdots.patch 
b/dev-build/pmake/files/pmake-1.98-skipdots.patch
similarity index 100%
rename from sys-devel/pmake/files/pmake-1.98-skipdots.patch
rename to dev-build/pmake/files/pmake-1.98-skipdots.patch

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

diff --git a/sys-devel/pmake/pmake-1.111.3.3-r1.ebuild 
b/dev-build/pmake/pmake-1.111.3.3-r1.ebuild
similarity index 98%
rename from sys-devel/pmake/pmake-1.111.3.3-r1.ebuild
rename to dev-build/pmake/pmake-1.111.3.3-r1.ebuild
index ff51a3b25bbc..edf3149254bb 100644
--- a/sys-devel/pmake/pmake-1.111.3.3-r1.ebuild
+++ b/dev-build/pmake/pmake-1.111.3.3-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=7

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 e7caec46eb8f..5426f1588be7 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
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~riscv ~x86"
 RESTRICT="test"
 
 RDEPEND="
-       || ( x11-misc/makedepend sys-devel/pmake )
+       || ( x11-misc/makedepend dev-build/pmake )
        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 aab4a6d43664..03fd6afa457d 100644
--- a/dev-util/mk-configure/mk-configure-0.38.3.ebuild
+++ b/dev-util/mk-configure/mk-configure-0.38.3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sparc"
 RESTRICT="test"
 
 RDEPEND="
-       || ( x11-misc/makedepend sys-devel/pmake )
+       || ( x11-misc/makedepend dev-build/pmake )
        dev-build/bmake
 "
 BDEPEND="${RDEPEND}"

diff --git a/eclass/portability.eclass b/eclass/portability.eclass
index 98e9418343d2..78da440e22dd 100644
--- a/eclass/portability.eclass
+++ b/eclass/portability.eclass
@@ -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
 
 # @ECLASS: portability.eclass
@@ -105,7 +105,7 @@ dlopen_lib() {
 #
 # This will return make (provided by system packages) for BSD userlands,
 # or bsdmake for Darwin userlands and pmake for the rest of userlands,
-# both of which are provided by sys-devel/pmake package.
+# both of which are provided by dev-build/pmake package.
 #
 # Note: the bsdmake for Darwin userland is with compatibility with MacOSX
 # default name.

diff --git a/net-analyzer/symon/symon-2.88.ebuild 
b/net-analyzer/symon/symon-2.88.ebuild
index 521fcb00eb67..db593d82b2e3 100644
--- a/net-analyzer/symon/symon-2.88.ebuild
+++ b/net-analyzer/symon/symon-2.88.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~sparc ~x86"
 IUSE="perl +symon symux"
 REQUIRED_USE="|| ( perl symon symux )"
 
-BDEPEND="sys-devel/pmake"
+BDEPEND="dev-build/pmake"
 RDEPEND="
        perl? ( dev-lang/perl )
        symux? ( net-analyzer/rrdtool )

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index b97170368990..324e74ac1e04 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -14,3 +14,4 @@ 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
+move sys-devel/pmake dev-build/pmake

diff --git a/www-servers/moonbridge/moonbridge-1.0.1.ebuild 
b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
index 268658581d2e..8bc28c6e8f24 100644
--- a/www-servers/moonbridge/moonbridge-1.0.1.ebuild
+++ b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,7 @@ DEPEND="
        ${LUA_DEPS}
        dev-libs/libbsd"
 RDEPEND="${DEPEND}"
-BDEPEND="sys-devel/pmake
+BDEPEND="dev-build/pmake
        sys-apps/lsb-release
        virtual/pkgconfig"
 

Reply via email to