summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-02 09:44:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-02 10:12:05 +0100
commita4eab94650a5f4fb92a3ef3f006086b6d0789c33 (patch)
treea236fabad5b3d82ae4fbf850ee115b058b21d1dd /kde-frameworks/syndication
parentkde-frameworks/kunitconversion: drop 5.113.0 (diff)
downloadgentoo-a4eab94650a5f4fb92a3ef3f006086b6d0789c33.tar.gz
gentoo-a4eab94650a5f4fb92a3ef3f006086b6d0789c33.tar.bz2
gentoo-a4eab94650a5f4fb92a3ef3f006086b6d0789c33.zip
kde-frameworks/syndication: drop 5.113.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.113.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 2aef8ace3621..9fbc615c4edb 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
-DIST syndication-5.113.0.tar.xz 510552 BLAKE2B 7530eacdf7d4ad58dd321f8a7073747cf0244e74d5f7ce2e4cc59a727d81fcf0eb716201e31376eed1b525a1eb1a2aebaa1a7f386bb432c392c377fb96bfb1a7 SHA512 7e9be267be5dfe302b99d5c912c19264b11f57f35cc8891d6fb1f14889fb8695def57f003b6f642dda2b459fab5d5d75233ab7767f60447b1be56224d62a9d0b
DIST syndication-5.115.0.tar.xz 510504 BLAKE2B f8080c800710170fdbb8756502a33d8788f0d23a557be7cffe7ee7cb1b2c903fb8c69537ce5f99344487c72866e3d458890b89e9c8a58142d854d4a2038002fb SHA512 477d50ac097f63ecdfce009a2c52cae58d08213f06c1ae806956c0b6d6d6a4253d9cc77c4ed5e44f39a7d10ff539e24243cbe45f43db3a1720bd83479ff783cd
DIST syndication-6.0.0.tar.xz 510868 BLAKE2B b22ea61e4c0fe9712a5190c2df46f846bcf9d6151de2ae0c0b43937826a4f5e88ad6f5faaddedd6b16ce763b422c122a01c40936aed9a3e324cae551457cd4bd SHA512 7bf2da73bbf8fd3831e0c86403300449c3c6563d256808f8642cf473b0d5ff7faab67168e8ed685ee0f328c597635f45bde54fc280642546d9046691eee671e4
diff --git a/kde-frameworks/syndication/syndication-5.113.0.ebuild b/kde-frameworks/syndication/syndication-5.113.0.ebuild
deleted file mode 100644
index ca33c20c9b63..000000000000
--- a/kde-frameworks/syndication/syndication-5.113.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 )
-"