summaryrefslogtreecommitdiff
path: root/net-misc/kio-zeroconf-common
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-24 14:56:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-24 14:56:08 +0100
commitc9b5a916efac64df2a39870a92cc6b67116d1b9f (patch)
tree126347f55a7e5eeddecc17d5a26886ffb11249f4 /net-misc/kio-zeroconf-common
parentb818f6a820dceae80d6e3faac5fdf7be0c6fcbe2 (diff)
gentoo auto-resync : 24:08:2024 - 14:56:07
Diffstat (limited to 'net-misc/kio-zeroconf-common')
-rw-r--r--net-misc/kio-zeroconf-common/Manifest2
-rw-r--r--net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0.ebuild22
2 files changed, 24 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf-common/Manifest b/net-misc/kio-zeroconf-common/Manifest
index 4b8a236884fd..5d318cddcb84 100644
--- a/net-misc/kio-zeroconf-common/Manifest
+++ b/net-misc/kio-zeroconf-common/Manifest
@@ -1,3 +1,5 @@
DIST kio-zeroconf-24.05.2.tar.xz 44392 BLAKE2B 6ef8fc100cae8256b8a77ea0d11715df420bfa41fd09ebcb9f72b898981c1a0cd6067e14f4f01977f3d0314a5e0c0bac9a8864183a509652c37e8e3a2bfdb304 SHA512 ce85f0ef9ea1cf1efb58ea63f25ea50d141fe7756c06eaea55d44fa64b66831c80b54cec2d2d61d748807eb8c04cdb8dbd531ca69efa1874f58b0057c45c5f9f
+DIST kio-zeroconf-24.08.0.tar.xz 44876 BLAKE2B ef95fff8d7e27d8d48aff732ff134e168f395a368e9264968819cea39be26c216db3952f17fdcd5be44f61184b7b3176b5fc5d502be42b9576f6665fce159667 SHA512 68a157909264c9c4a36f6c90086bf74a15024121170c8b9a8459866a192715937308f9bdc991eba61307cf0a771ac37bf40dfb32f369416463f9c9418542da9a
EBUILD kio-zeroconf-common-24.05.2.ebuild 450 BLAKE2B e96da0725386e84d2d5b3af4603528cff9221a5c238d26e148349516c2ff264659d82c6076e9a249423085bbed488fcd3d788fb855480ce5c7d8072429953b5d SHA512 c62ad5501ab99989a0fa07cda01d92eee86247201cab9ddeff164d5c8a72e4bbb7edf6b0ed819320b90f6e6b4ce9b4a662c362dc39a6dac31f81aac995b1540b
+EBUILD kio-zeroconf-common-24.08.0.ebuild 450 BLAKE2B e96da0725386e84d2d5b3af4603528cff9221a5c238d26e148349516c2ff264659d82c6076e9a249423085bbed488fcd3d788fb855480ce5c7d8072429953b5d SHA512 c62ad5501ab99989a0fa07cda01d92eee86247201cab9ddeff164d5c8a72e4bbb7edf6b0ed819320b90f6e6b4ce9b4a662c362dc39a6dac31f81aac995b1540b
MISC metadata.xml 382 BLAKE2B 19f8c78ccf78582ea7cae867c450dc668813811f0429fedbad2fdae7a6f4ca7c0e7e5e2fe4d4e8987471fc52d816e6e31c6f30961f6f247f3b124c3a20a57db4 SHA512 b65cfb16894cfff9500b62d90c04b25693b85de026d2637834befb117daa4a7744ae033aa10b4aaf9ef04349f442a199be598e250e05e53253f6d30c6e37eb2c
diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0.ebuild
new file mode 100644
index 000000000000..b07e670c3c15
--- /dev/null
+++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.08.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="false"
+KDE_ORG_NAME="${PN/-common/}"
+KFMIN=5.115.0
+inherit ecm-common gear.kde.org
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+ !<net-misc/kio-zeroconf-23.08.5-r1:5
+ !<net-misc/kio-zeroconf-24.05.2-r1:6
+"
+
+ECM_INSTALL_FILES=(
+ kdedmodule/org.kde.kdnssd.xml:\${KDE_INSTALL_DBUSINTERFACEDIR}
+)