summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-15 00:47:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-15 13:36:15 +0100
commit7dacbfbe9a8e4e98a5f82ea64984682efcd4d8b9 (patch)
treed4b0bed8c538d0cf0663faaa6803247dd6ab2e8e /kde-frameworks
parentkde-frameworks/kunitconversion: drop 5.101.0 (diff)
downloadgentoo-7dacbfbe9a8e4e98a5f82ea64984682efcd4d8b9.tar.gz
gentoo-7dacbfbe9a8e4e98a5f82ea64984682efcd4d8b9.tar.bz2
gentoo-7dacbfbe9a8e4e98a5f82ea64984682efcd4d8b9.zip
kde-frameworks/syndication: drop 5.101.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.101.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index c51c51545876..d5210e2dd08c 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
-DIST syndication-5.101.0.tar.xz 510532 BLAKE2B 49b233cfc8a5bf1a70e75656cd8d0cd65baf4b96a32fc2d15e4ab1c55b14abfc25e6449ece8468483c2313b2f066901cc1d79bb7dd3e5e763b7fc0cac38074fa SHA512 42665b5d957cdf12e3b02da6f5a0aa806a33ff361f7d466dd3a359097fe7bb4632733389bc2a4a7b8899cf8fd7b96b3ffcb1479f7c55a987bf4b86fcad5cc9ee
DIST syndication-5.102.0.tar.xz 510440 BLAKE2B 3015e1a5b1f0b75e055ace89ba75ed2b747f706cb9753345249fd097ea0cd4f69675d435793800885af199cfb3934554584f7e4aee7f36f45842268ab62e0489 SHA512 a17bd6fd418dd79cc0587a58eaae9a4df7d0efbcbc14d8b703028400d2ca9a4d7e8c6979224144fe8fc6b374bb051a1d4458842283869c58c447f0f9ac001e42
DIST syndication-5.99.0.tar.xz 510500 BLAKE2B f2f0d4612407c5f846c8ff6f15db1abac8ce885b4f001e76f4eca7dd3833bf9896c07ecd1a9f1ec6e2f5182f4cd09fe15ab6bd3dbac2c71391cbec161dc323c5 SHA512 d947915708db77e25ebc89d76c4a0b1a2231ffd139f7f348aadaabdeafdce1d7e3874096407ea4511a54167338a000c6969aa50a7f0d1262762f56f6f2bd9588
diff --git a/kde-frameworks/syndication/syndication-5.101.0.ebuild b/kde-frameworks/syndication/syndication-5.101.0.ebuild
deleted file mode 100644
index 59588385a9b4..000000000000
--- a/kde-frameworks/syndication/syndication-5.101.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 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.5
-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 )
-"