summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-24 13:45:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-28 10:45:13 +0100
commit5157e1aae9fa9e2dd9ce77922868bc3d98c169b5 (patch)
treec4419f9e3162f3dd07154ffb65df9446c9b9dbf0 /kde-frameworks
parentkde-frameworks/kunitconversion: drop 5.110.0 (diff)
downloadgentoo-5157e1aae9fa9e2dd9ce77922868bc3d98c169b5.tar.gz
gentoo-5157e1aae9fa9e2dd9ce77922868bc3d98c169b5.tar.bz2
gentoo-5157e1aae9fa9e2dd9ce77922868bc3d98c169b5.zip
kde-frameworks/syndication: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.110.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index ae38395ef5be..49714b927bea 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1 @@
-DIST syndication-5.110.0.tar.xz 510492 BLAKE2B e0a47224da9cb74cbcf928dcbc0888510586d74de59f1210e3d529db6a4c0bd31e410f8458e6677fa65caec082490256ebe49809198a817e021603006add539b SHA512 7cfafdb0074b8d48e6821e28aa7bbea86d239f634efc44d294d42ad73d46eb6394732b016b7ee5d9655292f124467f8959ebda8a69fcbe555f32fc2324da8bb1
DIST syndication-5.112.0.tar.xz 510508 BLAKE2B 09e909204037b601a08b6784b124ff2b45372ac8371ca9d813259a6c618513771ab322c82f5f0141071263f3d8baeca99bad2659d3f975cf25fe91be0c3c1aa8 SHA512 61333e704327d764b2d25f371f467c3f675c658d8bd9b435bf96ee1d2b4d1963fe3c8d8961c40a4922c2d4cfc63c15714b5839b3cd6c6b229fa84e810eb4431a
diff --git a/kde-frameworks/syndication/syndication-5.110.0.ebuild b/kde-frameworks/syndication/syndication-5.110.0.ebuild
deleted file mode 100644
index 8f078d6b5e24..000000000000
--- a/kde-frameworks/syndication/syndication-5.110.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
-"