kde-frameworks/syndication: drop 6.10.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-25 14:24:45 +02:00
parent e5efc9ec3e
commit 4eb85e9e5c
2 changed files with 0 additions and 23 deletions

View File

@@ -1,2 +1 @@
DIST syndication-6.10.0.tar.xz 569532 BLAKE2B 7e7e1fbda91ca5772ef74142f6e108269df3127244aebf6c926b4d1f4d47a53ad9a26bd62518afbc80d28893c5a826fbb30731172e21dc9cc971678462a06224 SHA512 35f7a5743b0bd1926a3de6a8d4dd702960ce406b025086005e727c48a6f63d012b9e087bd7805c93c3a3133792a5f1a2b6511a7c60120717ddcd8e3265f03405
DIST syndication-6.13.0.tar.xz 569492 BLAKE2B 32dad7aac0c8514b77abab4f345a5f9701f30579de7f4b96ce1ffe6a8221894b730bdf278690d90168461755f0b34bcfd842f3868cb61259996d97c1bc8d7b65 SHA512 3a905ee0a235af7027ce723a4f0901d70527cf18aaa06d5882cde9a48c8d7bb6c1057f816be33d07e35d31c70a64d3f7944cf22844f6b811675eb921572cfc62

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
QTMIN=6.7.2
inherit ecm frameworks.kde.org
DESCRIPTION="Library for parsing RSS and Atom feeds"
LICENSE="LGPL-2+"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND="
>=dev-qt/qtbase-${QTMIN}:6[xml]
=kde-frameworks/kcodecs-${KDE_CATV}*:6
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
"