* [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, kde-apps/kdenetwork-meta/, kde-apps/zeroconf-ioslave/, ...
@ 2022-07-16 20:39 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2022-07-16 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 4ae6b52cad271f6943126686232c159c850ea6de
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 14:10:29 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 20:37:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae6b52c
kde-apps/zeroconf-ioslave: pkgmove to net-misc/kio-zeroconf
See also: https://phabricator.kde.org/T15662
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.3.ebuild | 2 +-
kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild | 2 +-
{kde-apps/zeroconf-ioslave => net-misc/kio-zeroconf}/Manifest | 0
.../kio-zeroconf/kio-zeroconf-21.12.3.ebuild | 2 ++
.../kio-zeroconf/kio-zeroconf-22.04.3.ebuild | 1 +
{kde-apps/zeroconf-ioslave => net-misc/kio-zeroconf}/metadata.xml | 0
profiles/updates/3Q-2022 | 1 +
7 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.3.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.3.ebuild
index 2259b60b8ac7..bd7f435e6c00 100644
--- a/kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.3.ebuild
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-21.12.3.ebuild
@@ -16,10 +16,10 @@ RDEPEND="
>=kde-apps/kopete-${PV}:${SLOT}
>=kde-apps/krdc-${PV}:${SLOT}
>=kde-apps/krfb-${PV}:${SLOT}
- >=kde-apps/zeroconf-ioslave-${PV}:${SLOT}
>=kde-misc/kdeconnect-${PV}:${SLOT}
>=kde-misc/kio-gdrive-${PV}:${SLOT}
>=net-irc/konversation-${PV}:${SLOT}
+ >=net-misc/kio-zeroconf-${PV}:${SLOT}
bittorrent? (
>=net-libs/libktorrent-${PV}:${SLOT}
>=net-p2p/ktorrent-${PV}:${SLOT}
diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild
index f0aa882e81dd..07894b866ce5 100644
--- a/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-22.04.3-r1.ebuild
@@ -16,10 +16,10 @@ RDEPEND="
>=kde-apps/kopete-${PV}:${SLOT}
>=kde-apps/krdc-${PV}:${SLOT}
>=kde-apps/krfb-${PV}:${SLOT}
- >=kde-apps/zeroconf-ioslave-${PV}:${SLOT}
>=kde-misc/kdeconnect-${PV}:${SLOT}
>=kde-misc/kio-gdrive-${PV}:${SLOT}
>=net-irc/konversation-${PV}:${SLOT}
+ >=net-misc/kio-zeroconf-${PV}:${SLOT}
bittorrent? (
>=net-libs/libktorrent-${PV}:${SLOT}
>=net-p2p/ktorrent-${PV}:${SLOT}
diff --git a/kde-apps/zeroconf-ioslave/Manifest b/net-misc/kio-zeroconf/Manifest
similarity index 100%
rename from kde-apps/zeroconf-ioslave/Manifest
rename to net-misc/kio-zeroconf/Manifest
diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.12.3.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-21.12.3.ebuild
similarity index 92%
rename from kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.12.3.ebuild
rename to net-misc/kio-zeroconf/kio-zeroconf-21.12.3.ebuild
index bb2a6db70f65..dc1f26494677 100644
--- a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-21.12.3.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-21.12.3.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+KDE_GEAR=true
+KDE_ORG_NAME="zeroconf-ioslave"
KFMIN=5.88.0
QTMIN=5.15.2
inherit ecm kde.org
diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-22.04.3.ebuild b/net-misc/kio-zeroconf/kio-zeroconf-22.04.3.ebuild
similarity index 94%
rename from kde-apps/zeroconf-ioslave/zeroconf-ioslave-22.04.3.ebuild
rename to net-misc/kio-zeroconf/kio-zeroconf-22.04.3.ebuild
index a2c2f3293cbd..cbf3304c447a 100644
--- a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-22.04.3.ebuild
+++ b/net-misc/kio-zeroconf/kio-zeroconf-22.04.3.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+KDE_ORG_NAME="zeroconf-ioslave"
KFMIN=5.92.0
QTMIN=5.15.4
inherit ecm gear.kde.org
diff --git a/kde-apps/zeroconf-ioslave/metadata.xml b/net-misc/kio-zeroconf/metadata.xml
similarity index 100%
rename from kde-apps/zeroconf-ioslave/metadata.xml
rename to net-misc/kio-zeroconf/metadata.xml
diff --git a/profiles/updates/3Q-2022 b/profiles/updates/3Q-2022
index 1f70a3f6379e..53c36e27e2a0 100644
--- a/profiles/updates/3Q-2022
+++ b/profiles/updates/3Q-2022
@@ -6,3 +6,4 @@ move dev-python/ipy dev-python/IPy
move sci-libs/shapely dev-python/shapely
move games-action/brutal-legend games-action/brutal-legend-hb
move kde-apps/kdesdk-kioslaves dev-util/kio-perldoc
+move kde-apps/zeroconf-ioslave net-misc/kio-zeroconf
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-16 20:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-16 20:39 [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, kde-apps/kdenetwork-meta/, kde-apps/zeroconf-ioslave/, Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox