summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 17:37:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 18:04:05 +0200
commitb697412facfdbcccb94a9aa4a70d6f768f4dc8e6 (patch)
tree977c362c9ea0b55401123b19469eec3ea74c9c9e /kde-frameworks
parentkde-frameworks/kunitconversion: drop 5.107.0 (diff)
downloadgentoo-b697412facfdbcccb94a9aa4a70d6f768f4dc8e6.tar.gz
gentoo-b697412facfdbcccb94a9aa4a70d6f768f4dc8e6.tar.bz2
gentoo-b697412facfdbcccb94a9aa4a70d6f768f4dc8e6.zip
kde-frameworks/syndication: drop 5.107.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.107.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index e0471712a539..1e072193cee9 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.106.0.tar.xz 510544 BLAKE2B 72b5b7e7dd051591eb905c5156d00ef101929246465259f69d2fc82f532a98f37b3d4626d6854f45dc3496aaf42e9eae8e774e044a2e7a2c26056916ba0d3f1a SHA512 267063495b0afbb9c50d48f38c67f4bb60799c14f1c889a9663c0a21f61763eec4927f8b5ca7f88b8d71877b090c213c6648a15a092b541bda03812690a45f55
-DIST syndication-5.107.0.tar.xz 510508 BLAKE2B ab395e2bce59f20146e9f3a4cb688a4b775c0f6ff645af5a9ea0cd7aabc3b7b6e5342644ad3ccc6b06c5701374631246b8225a9d17251df52c79fac1f21f1671 SHA512 a04973a52e79555dcf9204d10a1cfdfbf2d79733ad8f277552c5dedf088f175b0162c1f187903a76de02a7fc086d4e5823173f9bed9215f8c3d4b5cb39369dc2
DIST syndication-5.108.0.tar.xz 510544 BLAKE2B de0f187672937cc2b1b85f505d3468b28cb065f8e273e853ecd6d6b8ec2586099475e700e18e8a93985ddded3519b083a88852662d2f0a5385d4eb493e1dcb7a SHA512 6f8645fc7c06a0fb5c34d058a01d4550f078bffe8201542cdab7e3f15239169401f27abc0ee8fb81e8b7f1a80b99eaaa5521e82f4102cdc78b15844da0cd1cd1
diff --git a/kde-frameworks/syndication/syndication-5.107.0.ebuild b/kde-frameworks/syndication/syndication-5.107.0.ebuild
deleted file mode 100644
index a4645b547198..000000000000
--- a/kde-frameworks/syndication/syndication-5.107.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 )
-"