commit:     2f3cfc5f63cf3de80b87c6408c8b072dd12b9ded
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 14:40:54 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 14:44:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3cfc5f

Move {dev-util → dev-debug}/sysdig

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

 {dev-util => dev-debug}/sysdig/Manifest                      | 0
 {dev-util => dev-debug}/sysdig/files/0.29.3-libs-gcc13.patch | 0
 {dev-util => dev-debug}/sysdig/metadata.xml                  | 0
 {dev-util => dev-debug}/sysdig/sysdig-0.29.3-r1.ebuild       | 2 +-
 {dev-util => dev-debug}/sysdig/sysdig-0.29.3-r2.ebuild       | 2 +-
 dev-util/scap-driver/scap-driver-0.29.3-r4.ebuild            | 6 +++---
 dev-util/scap-driver/scap-driver-0.29.3-r5.ebuild            | 4 ++--
 profiles/updates/1Q-2024                                     | 1 +
 8 files changed, 8 insertions(+), 7 deletions(-)

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

diff --git a/dev-util/sysdig/files/0.29.3-libs-gcc13.patch 
b/dev-debug/sysdig/files/0.29.3-libs-gcc13.patch
similarity index 100%
rename from dev-util/sysdig/files/0.29.3-libs-gcc13.patch
rename to dev-debug/sysdig/files/0.29.3-libs-gcc13.patch

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

diff --git a/dev-util/sysdig/sysdig-0.29.3-r1.ebuild 
b/dev-debug/sysdig/sysdig-0.29.3-r1.ebuild
similarity index 98%
rename from dev-util/sysdig/sysdig-0.29.3-r1.ebuild
rename to dev-debug/sysdig/sysdig-0.29.3-r1.ebuild
index cb4c980fffa1..c84381acb78b 100644
--- a/dev-util/sysdig/sysdig-0.29.3-r1.ebuild
+++ b/dev-debug/sysdig/sysdig-0.29.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=8

diff --git a/dev-util/sysdig/sysdig-0.29.3-r2.ebuild 
b/dev-debug/sysdig/sysdig-0.29.3-r2.ebuild
similarity index 98%
rename from dev-util/sysdig/sysdig-0.29.3-r2.ebuild
rename to dev-debug/sysdig/sysdig-0.29.3-r2.ebuild
index d5198a4305c4..08c008f0da6e 100644
--- a/dev-util/sysdig/sysdig-0.29.3-r2.ebuild
+++ b/dev-debug/sysdig/sysdig-0.29.3-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

diff --git a/dev-util/scap-driver/scap-driver-0.29.3-r4.ebuild 
b/dev-util/scap-driver/scap-driver-0.29.3-r4.ebuild
index 9e6c5b2d2340..186e01a6e6b2 100644
--- a/dev-util/scap-driver/scap-driver-0.29.3-r4.ebuild
+++ b/dev-util/scap-driver/scap-driver-0.29.3-r4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit cmake linux-mod-r1
 
-DESCRIPTION="Kernel module for dev-util/sysdig"
+DESCRIPTION="Kernel module for dev-debug/sysdig"
 HOMEPAGE="https://sysdig.com/";
 
 # The driver is part of falcosecurity/libs, but for versioning reasons we 
cannot (yet)
@@ -20,7 +20,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
-RDEPEND="!<dev-util/sysdig-${PV}[modules]"
+RDEPEND="!<dev-debug/sysdig-${PV}[modules]"
 
 CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
 

diff --git a/dev-util/scap-driver/scap-driver-0.29.3-r5.ebuild 
b/dev-util/scap-driver/scap-driver-0.29.3-r5.ebuild
index 099b02873376..329ea0109b6f 100644
--- a/dev-util/scap-driver/scap-driver-0.29.3-r5.ebuild
+++ b/dev-util/scap-driver/scap-driver-0.29.3-r5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake linux-mod-r1
 
-DESCRIPTION="Kernel module for dev-util/sysdig"
+DESCRIPTION="Kernel module for dev-debug/sysdig"
 HOMEPAGE="https://sysdig.com/";
 
 # The driver is part of falcosecurity/libs, but for versioning reasons we 
cannot (yet)
@@ -20,7 +20,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
-RDEPEND="!<dev-util/sysdig-${PV}[modules]"
+RDEPEND="!<dev-debug/sysdig-${PV}[modules]"
 
 CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
 

diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024
index 1696ed726ea6..3e8473ec8987 100644
--- a/profiles/updates/1Q-2024
+++ b/profiles/updates/1Q-2024
@@ -65,3 +65,4 @@ move dev-util/duma dev-debug/duma
 move dev-util/leaktracer dev-debug/leaktracer
 move dev-util/ltrace dev-debug/ltrace
 move dev-util/strace dev-debug/strace
+move dev-util/sysdig dev-debug/sysdig

Reply via email to