summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-14 20:20:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-18 23:40:38 +0100
commitc9455e62bb57d79a3956b3d5deed28060bb2d01c (patch)
tree4b20001f493ef986e79d2ae2910ab5dd9d8262ca /kde-frameworks
parentkde-frameworks/kunitconversion: drop 5.99.0 (diff)
downloadgentoo-c9455e62bb57d79a3956b3d5deed28060bb2d01c.tar.gz
gentoo-c9455e62bb57d79a3956b3d5deed28060bb2d01c.tar.bz2
gentoo-c9455e62bb57d79a3956b3d5deed28060bb2d01c.zip
kde-frameworks/syndication: drop 5.99.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.99.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index f7aef7817379..e9198b91dfc6 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.102.0.tar.xz 510440 BLAKE2B 3015e1a5b1f0b75e055ace89ba75ed2b747f706cb9753345249fd097ea0cd4f69675d435793800885af199cfb3934554584f7e4aee7f36f45842268ab62e0489 SHA512 a17bd6fd418dd79cc0587a58eaae9a4df7d0efbcbc14d8b703028400d2ca9a4d7e8c6979224144fe8fc6b374bb051a1d4458842283869c58c447f0f9ac001e42
DIST syndication-5.103.0.tar.xz 510472 BLAKE2B b758b6d069e1bb57610aeac7186e430b18d3e93d1ef4b7162b5da4226d89a04e9d6936d148fe73b69c02a02f49810af6b5e6a6015911ad64f89e419a8e544de1 SHA512 59c214df56162c297c269bac03d6c2110a5a6f6004154ec319e234b4508bb2241a945245a2f4a35e4f41b8e2516df0fc6f68bf7f139c73b34d54b861812da9e3
-DIST syndication-5.99.0.tar.xz 510500 BLAKE2B f2f0d4612407c5f846c8ff6f15db1abac8ce885b4f001e76f4eca7dd3833bf9896c07ecd1a9f1ec6e2f5182f4cd09fe15ab6bd3dbac2c71391cbec161dc323c5 SHA512 d947915708db77e25ebc89d76c4a0b1a2231ffd139f7f348aadaabdeafdce1d7e3874096407ea4511a54167338a000c6969aa50a7f0d1262762f56f6f2bd9588
diff --git a/kde-frameworks/syndication/syndication-5.99.0.ebuild b/kde-frameworks/syndication/syndication-5.99.0.ebuild
deleted file mode 100644
index f8efa361bd7b..000000000000
--- a/kde-frameworks/syndication/syndication-5.99.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 )
-"