diff options
author | 2023-06-10 12:07:07 +0200 | |
---|---|---|
committer | 2023-06-10 12:07:07 +0200 | |
commit | 151aa98d7001700365d7df0498a81840f277de68 (patch) | |
tree | a532ca465aec995b0d413e04133b63a8c3d0cc48 /kde-frameworks/syndication | |
parent | kde-frameworks/kunitconversion: drop 5.107.0 (diff) | |
download | kde-151aa98d7001700365d7df0498a81840f277de68.tar.gz kde-151aa98d7001700365d7df0498a81840f277de68.tar.bz2 kde-151aa98d7001700365d7df0498a81840f277de68.zip |
kde-frameworks/syndication: drop 5.107.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r-- | kde-frameworks/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syndication/syndication-5.107.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest deleted file mode 100644 index f3073353bf..0000000000 --- a/kde-frameworks/syndication/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST syndication-5.107.0.tar.xz 510508 BLAKE2B ab395e2bce59f20146e9f3a4cb688a4b775c0f6ff645af5a9ea0cd7aabc3b7b6e5342644ad3ccc6b06c5701374631246b8225a9d17251df52c79fac1f21f1671 SHA512 a04973a52e79555dcf9204d10a1cfdfbf2d79733ad8f277552c5dedf088f175b0162c1f187903a76de02a7fc086d4e5823173f9bed9215f8c3d4b5cb39369dc2 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 a4645b5471..0000000000 --- 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 ) -" |