summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-10 09:20:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-10 10:10:50 +0100
commit49b1eb5a69284fabf39b67463f5abce440aa6b96 (patch)
treee75738ffa9fba02f333961f68bc5f55101d88fe4 /kde-frameworks
parentkde-frameworks/kunitconversion: drop 5.88.0* (diff)
downloadgentoo-49b1eb5a69284fabf39b67463f5abce440aa6b96.tar.gz
gentoo-49b1eb5a69284fabf39b67463f5abce440aa6b96.tar.bz2
gentoo-49b1eb5a69284fabf39b67463f5abce440aa6b96.zip
kde-frameworks/syndication: drop 5.88.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.88.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 1a04528f794e..08a741cf8e09 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1 @@
-DIST syndication-5.88.0.tar.xz 508512 BLAKE2B ade7d9303bacfef5a63df0724869578241556048e80abf67ff5f1f5894d9cbec5761c8f1a33dc20d3eef064bc234add6ec42daa6d237312080c44b40061fe63a SHA512 191ffb738b391d5ba5a2c7b7573cb9b5bf6ab89e2051423078f6e443ad5506e45745a8541af001c386ecca79195fc0a1a036d3d9ac70b7f5c77c2cde3c1b79f4
DIST syndication-5.90.0.tar.xz 510588 BLAKE2B bf6ccba0bb2688748883535e026f6188699e3b29b2d5c0080afd3107deb81890d144157fc4947a3bf5dfcf3f3a6b35f2fae10e4d239d545087a04b7c1e3037eb SHA512 39687d69cc78a2f348828b535ca822e999a04df6f611b38e1c9f1db22fdfdf8382c9242cdfff61ddac02876c81247de7fb4abc5c790f518c7e378f3833c0df54
diff --git a/kde-frameworks/syndication/syndication-5.88.0.ebuild b/kde-frameworks/syndication/syndication-5.88.0.ebuild
deleted file mode 100644
index a5958714881b..000000000000
--- a/kde-frameworks/syndication/syndication-5.88.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 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.2
-inherit ecm kde.org
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
-"