diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-11 21:08:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-11 21:15:08 +0100 |
commit | 7a3833421a05b57659bf65c6d1aeb460a48e4d0f (patch) | |
tree | d9e9c5d05fdc1c80a8d09131a76c0680186b9a27 /kde-frameworks/syndication | |
parent | kde-frameworks/kunitconversion: drop 5.114.0 (diff) | |
download | gentoo-7a3833421a05b57659bf65c6d1aeb460a48e4d0f.tar.gz gentoo-7a3833421a05b57659bf65c6d1aeb460a48e4d0f.tar.bz2 gentoo-7a3833421a05b57659bf65c6d1aeb460a48e4d0f.zip |
kde-frameworks/syndication: drop 5.114.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.114.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 7036b20a1d7b..7f3a8d26da87 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,4 +1,3 @@ DIST syndication-5.113.0.tar.xz 510552 BLAKE2B 7530eacdf7d4ad58dd321f8a7073747cf0244e74d5f7ce2e4cc59a727d81fcf0eb716201e31376eed1b525a1eb1a2aebaa1a7f386bb432c392c377fb96bfb1a7 SHA512 7e9be267be5dfe302b99d5c912c19264b11f57f35cc8891d6fb1f14889fb8695def57f003b6f642dda2b459fab5d5d75233ab7767f60447b1be56224d62a9d0b -DIST syndication-5.114.0.tar.xz 510560 BLAKE2B 091d0ec0640cbccd58a93bd22e0b9022cec853b093bea439ba24bd8d10eff6466fe85aa3393dba0c426361acc2280a154bc4425257ba2d59be515b225fa636cc SHA512 d8468a8e8c0d72e3bdb7281a74e6cf8183ed17320e12c898dea8cb0cfce005236d3cdb92d272e4035f9b72ab068861ca11bc9bcca9630a013130ca50682a82be DIST syndication-5.115.0.tar.xz 510504 BLAKE2B f8080c800710170fdbb8756502a33d8788f0d23a557be7cffe7ee7cb1b2c903fb8c69537ce5f99344487c72866e3d458890b89e9c8a58142d854d4a2038002fb SHA512 477d50ac097f63ecdfce009a2c52cae58d08213f06c1ae806956c0b6d6d6a4253d9cc77c4ed5e44f39a7d10ff539e24243cbe45f43db3a1720bd83479ff783cd DIST syndication-5.249.0.tar.xz 510864 BLAKE2B 5dcc8b647b3e42ecf4f3d400f26daacfc12280b650963de7b972c84403d568a6505d07c8069245d7b34ba67805074afd987fe5a10a9afa7afef9aad023a6e032 SHA512 4f8202012b9b8a2a0f001d65a55da1d0856780594b6a087ccb7f20418e74fbd226f4f243d8f18efb619b4222159912c5f548aba01a7ab8fcff683e17427ba784 diff --git a/kde-frameworks/syndication/syndication-5.114.0.ebuild b/kde-frameworks/syndication/syndication-5.114.0.ebuild deleted file mode 100644 index f7cc385fbf11..000000000000 --- a/kde-frameworks/syndication/syndication-5.114.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 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 ) -" |