diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 23:29:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-12 23:41:57 +0100 |
commit | e2ad20a3c2dd6ca4818ea5765d7424db146a87fb (patch) | |
tree | bf46bc42d225634beab1c85eb95fba0fffa41b9d /net-misc | |
parent | net-misc/kio-zeroconf: drop 24.12.0 (diff) | |
download | kde-e2ad20a3c2dd6ca4818ea5765d7424db146a87fb.tar.gz kde-e2ad20a3c2dd6ca4818ea5765d7424db146a87fb.tar.bz2 kde-e2ad20a3c2dd6ca4818ea5765d7424db146a87fb.zip |
net-misc/kio-zeroconf-common: drop 24.12.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kio-zeroconf-common/Manifest | 1 | ||||
-rw-r--r-- | net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/net-misc/kio-zeroconf-common/Manifest b/net-misc/kio-zeroconf-common/Manifest deleted file mode 100644 index 1fc6854b8a..0000000000 --- a/net-misc/kio-zeroconf-common/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kio-zeroconf-24.12.0.tar.xz 44888 BLAKE2B 0fc277660d95dc311263e0ba06f114586295931dc70d4be0118970e409ae7edb4c8d5a16004fd6200bf737312f8077dd24fa3b6fea0ba0a12243411fd42b76aa SHA512 7810a69260c2eddbccf4fa7988fae7532c970b6e620785c7b2eb067e79ad02158cbb706777e1112fdeacbbca09201b56541becff4521577aa2c0bf8184d3d898 diff --git a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild b/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild deleted file mode 100644 index 4ab4638c9e..0000000000 --- a/net-misc/kio-zeroconf-common/kio-zeroconf-common-24.12.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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-r2:5 - !<net-misc/kio-zeroconf-24.08.0-r1:6 -" - -ECM_INSTALL_FILES=( - kdedmodule/org.kde.kdnssd.xml:\${KDE_INSTALL_DBUSINTERFACEDIR} - kioworker/zeroconf.desktop:\${KDE_INSTALL_DATADIR}/remoteview - org.kde.kio_zeroconf.metainfo.xml:\${KDE_INSTALL_METAINFODIR} -) |