diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-20 17:34:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-21 23:14:30 +0200 |
commit | 24c0662b66fa631a800e876c2d26f1de0f9cb328 (patch) | |
tree | b38b39b76d381085130c6ee7c599126049d15e28 | |
parent | media-libs/ksanecore-common: new package, add 24.05.2 (diff) | |
download | gentoo-24c0662b66fa631a800e876c2d26f1de0f9cb328.tar.gz gentoo-24c0662b66fa631a800e876c2d26f1de0f9cb328.tar.bz2 gentoo-24c0662b66fa631a800e876c2d26f1de0f9cb328.zip |
net-misc/kio-zeroconf-common: new package, add 24.05.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | net-misc/kio-zeroconf-common/Manifest | 1 | ||||
-rw-r--r-- | net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild | 22 | ||||
-rw-r--r-- | net-misc/kio-zeroconf-common/metadata.xml | 12 |
3 files changed, 35 insertions, 0 deletions
diff --git a/net-misc/kio-zeroconf-common/Manifest b/net-misc/kio-zeroconf-common/Manifest new file mode 100644 index 000000000000..8100d3378773 --- /dev/null +++ b/net-misc/kio-zeroconf-common/Manifest @@ -0,0 +1 @@ +DIST kio-zeroconf-24.05.2.tar.xz 44392 BLAKE2B 6ef8fc100cae8256b8a77ea0d11715df420bfa41fd09ebcb9f72b898981c1a0cd6067e14f4f01977f3d0314a5e0c0bac9a8864183a509652c37e8e3a2bfdb304 SHA512 ce85f0ef9ea1cf1efb58ea63f25ea50d141fe7756c06eaea55d44fa64b66831c80b54cec2d2d61d748807eb8c04cdb8dbd531ca69efa1874f58b0057c45c5f9f diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.ebuild new file mode 100644 index 000000000000..b07e670c3c15 --- /dev/null +++ b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.05.2.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} +) diff --git a/net-misc/kio-zeroconf-common/metadata.xml b/net-misc/kio-zeroconf-common/metadata.xml new file mode 100644 index 000000000000..cb61f990580f --- /dev/null +++ b/net-misc/kio-zeroconf-common/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">network/kio-zeroconf</remote-id> + </upstream> +</pkgmetadata> |