summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-13 12:57:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-13 15:20:10 +0200
commit9a46901c52a93c83b6230bbcccc2155228a63d1e (patch)
tree20313ecf0272185f986d11b2d2a51ec77ac90102 /kde-frameworks
parentkde-frameworks/kunitconversion: drop 5.97.0 (diff)
downloadgentoo-9a46901c52a93c83b6230bbcccc2155228a63d1e.tar.gz
gentoo-9a46901c52a93c83b6230bbcccc2155228a63d1e.tar.bz2
gentoo-9a46901c52a93c83b6230bbcccc2155228a63d1e.zip
kde-frameworks/syndication: drop 5.97.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.97.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 09dfc0c46835..25effc991cff 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.96.0.tar.xz 510504 BLAKE2B b59241247a7557a603081bd3685010a1fe724428e3b784517b67e0dfb9fd55bb852e4e4a8d9ef008d1270907a3177c7cd2be9a9481296dc41ad34de4a776aa6c SHA512 2069364750a1be9a3026b5846d37d2c0b75125d66f72c8a7efc76585445b699ac8e8fcbf24dce80fd32787041c513477bb5d7d77647d5254aadb880a2474d902
-DIST syndication-5.97.0.tar.xz 510436 BLAKE2B 3d4cc040362b94257ad2c5908e4651e10d0ca3cbbc9b0a3cb15d732f8dcd8be3534a7ee6dec76f7a3f05fbd8289052c1defa17c5d9e89e142557d503f2ce2356 SHA512 0af12649e8c897411bb41083afdefc058381778aac15fb98b606fbcd70e8ca519cb24c51cfc0ee02d5cc2794fa9b41fae43cfb32117ba114301a4916d89badb5
DIST syndication-5.98.0.tar.xz 510440 BLAKE2B d883d2ee323c932e30980f434c37ce0d31bfe5ec3581721a6f52d07f1cba6a4b85561b97001456c1a637987376fda56de78ef2c8775aac4695cc9135478f764e SHA512 18a879bbfef722d1abd9ce51f46dc27867b36a6965c563be9c58331101f3aa5a605948587c819408fd62e7ff7fdf5dbd79653cb413cc9ea49206ea44ad6cc32c
diff --git a/kde-frameworks/syndication/syndication-5.97.0.ebuild b/kde-frameworks/syndication/syndication-5.97.0.ebuild
deleted file mode 100644
index 156b1f11eb33..000000000000
--- a/kde-frameworks/syndication/syndication-5.97.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 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
-"