From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1590297-garchives=archives.gentoo.org@lists.gentoo.org>
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 4DEAC158451
	for <garchives@archives.gentoo.org>; Sat, 13 Jan 2024 20:16:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 70581E2A07;
	Sat, 13 Jan 2024 20:16:51 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 5AC22E2A07
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2024 20:16:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 A20BB3431B3
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2024 20:16:50 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 11ACE137A
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2024 20:16:49 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1705177002.c6a48d2c6055201d2bd95cf719cbf28dd6e86c1b.sam@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/
X-VCS-Repository: proj/kde
X-VCS-Files: dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild dev-util/kdevelop/kdevelop-24.01.90.ebuild dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild dev-util/kdevelop/kdevelop-9999.ebuild
X-VCS-Directories: dev-util/kdevelop/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c6a48d2c6055201d2bd95cf719cbf28dd6e86c1b
X-VCS-Branch: master
Date: Sat, 13 Jan 2024 20:16:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 200e2bc4-15cb-4401-ae2f-271f7e4c27fe
X-Archives-Hash: e265bf358af243905d60a75e4b6acb3f

commit:     c6a48d2c6055201d2bd95cf719cbf28dd6e86c1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 20:16:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 20:16:42 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6a48d2c

dev-util/kdevelop: dev-util/meson -> dev-build/meson

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild | 2 +-
 dev-util/kdevelop/kdevelop-24.01.90.ebuild      | 2 +-
 dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild | 2 +-
 dev-util/kdevelop/kdevelop-9999.ebuild          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild b/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild
index 9a7f28e866..8f58e09b01 100644
--- a/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild
@@ -126,7 +126,7 @@ pkg_postinst() {
 		optfeature "static C++ Qt code analysis" dev-util/clazy
 		optfeature "static C/C++ code analysis" dev-util/cppcheck
 		optfeature "heap memory profiling" "dev-util/heaptrack[gui]"
-		optfeature "meson project manager plugin" dev-util/meson
+		optfeature "meson project manager plugin" dev-build/meson
 		optfeature "formatting configurations via customscript plugin" dev-util/indent
 		optfeature "formatting configurations via customscript plugin" dev-util/uncrustify
 	fi

diff --git a/dev-util/kdevelop/kdevelop-24.01.90.ebuild b/dev-util/kdevelop/kdevelop-24.01.90.ebuild
index ca75461c7f..d61654d4a4 100644
--- a/dev-util/kdevelop/kdevelop-24.01.90.ebuild
+++ b/dev-util/kdevelop/kdevelop-24.01.90.ebuild
@@ -126,7 +126,7 @@ pkg_postinst() {
 		optfeature "static C++ Qt code analysis" dev-util/clazy
 		optfeature "static C/C++ code analysis" dev-util/cppcheck
 		optfeature "heap memory profiling" "dev-util/heaptrack[gui]"
-		optfeature "meson project manager plugin" dev-util/meson
+		optfeature "meson project manager plugin" dev-build/meson
 		optfeature "formatting configurations via customscript plugin" dev-util/indent
 		optfeature "formatting configurations via customscript plugin" dev-util/uncrustify
 	fi

diff --git a/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild b/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild
index 5c003f0afe..674f7aa21d 100644
--- a/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild
@@ -126,7 +126,7 @@ pkg_postinst() {
 		optfeature "static C++ Qt code analysis" dev-util/clazy
 		optfeature "static C/C++ code analysis" dev-util/cppcheck
 		optfeature "heap memory profiling" "dev-util/heaptrack[gui]"
-		optfeature "meson project manager plugin" dev-util/meson
+		optfeature "meson project manager plugin" dev-build/meson
 		optfeature "formatting configurations via customscript plugin" dev-util/indent
 		optfeature "formatting configurations via customscript plugin" dev-util/uncrustify
 	fi

diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild
index 5c003f0afe..674f7aa21d 100644
--- a/dev-util/kdevelop/kdevelop-9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-9999.ebuild
@@ -126,7 +126,7 @@ pkg_postinst() {
 		optfeature "static C++ Qt code analysis" dev-util/clazy
 		optfeature "static C/C++ code analysis" dev-util/cppcheck
 		optfeature "heap memory profiling" "dev-util/heaptrack[gui]"
-		optfeature "meson project manager plugin" dev-util/meson
+		optfeature "meson project manager plugin" dev-build/meson
 		optfeature "formatting configurations via customscript plugin" dev-util/indent
 		optfeature "formatting configurations via customscript plugin" dev-util/uncrustify
 	fi