summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-13 14:22:26 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 18:53:17 +0100
commit3fe65af75b1e6e70fbf11ed2224832ffc4ee4087 (patch)
tree2e8d3fc0faf3b329283b7939b9475e46bf0df72b
parentMove {sys-devel → dev-build}/bmake (diff)
downloadgentoo-3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.tar.gz
gentoo-3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.tar.bz2
gentoo-3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.zip
Move {sys-devel → dev-build}/pmake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-build/pmake/Manifest (renamed from sys-devel/pmake/Manifest)0
-rw-r--r--dev-build/pmake/files/pmake-1.111.1-ldflags.patch (renamed from sys-devel/pmake/files/pmake-1.111.1-ldflags.patch)0
-rw-r--r--dev-build/pmake/files/pmake-1.98-skipdots.patch (renamed from sys-devel/pmake/files/pmake-1.98-skipdots.patch)0
-rw-r--r--dev-build/pmake/metadata.xml (renamed from sys-devel/pmake/metadata.xml)0
-rw-r--r--dev-build/pmake/pmake-1.111.3.3-r1.ebuild (renamed from sys-devel/pmake/pmake-1.111.3.3-r1.ebuild)2
-rw-r--r--dev-util/mk-configure/mk-configure-0.38.2-r1.ebuild2
-rw-r--r--dev-util/mk-configure/mk-configure-0.38.3.ebuild2
-rw-r--r--eclass/portability.eclass4
-rw-r--r--net-analyzer/symon/symon-2.88.ebuild4
-rw-r--r--profiles/updates/1Q-20241
-rw-r--r--www-servers/moonbridge/moonbridge-1.0.1.ebuild4
11 files changed, 10 insertions, 9 deletions
diff --git a/sys-devel/pmake/Manifest b/dev-build/pmake/Manifest
index 149a5aafe345..149a5aafe345 100644
--- a/sys-devel/pmake/Manifest
+++ b/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
index d6047d48994b..d6047d48994b 100644
--- a/sys-devel/pmake/files/pmake-1.111.1-ldflags.patch
+++ b/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
index 6783a9799919..6783a9799919 100644
--- a/sys-devel/pmake/files/pmake-1.98-skipdots.patch
+++ b/dev-build/pmake/files/pmake-1.98-skipdots.patch
diff --git a/sys-devel/pmake/metadata.xml b/dev-build/pmake/metadata.xml
index 85e4ed814fa2..85e4ed814fa2 100644
--- a/sys-devel/pmake/metadata.xml
+++ b/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
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"