summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:30:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-09-10 13:44:07 +0200
commitf65486d2387543a236e5d5f1325650ca21796a10 (patch)
tree0991d60b33b49df51ad81c918592c4db7ffb4a20
parentkde-frameworks/kunitconversion: drop 5.109.0 (diff)
downloadgentoo-f65486d2387543a236e5d5f1325650ca21796a10.tar.gz
gentoo-f65486d2387543a236e5d5f1325650ca21796a10.tar.bz2
gentoo-f65486d2387543a236e5d5f1325650ca21796a10.zip
kde-frameworks/syndication: drop 5.109.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.109.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 1f82bdaaf126..0fe7f91ef5cd 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.108.0.tar.xz 510544 BLAKE2B de0f187672937cc2b1b85f505d3468b28cb065f8e273e853ecd6d6b8ec2586099475e700e18e8a93985ddded3519b083a88852662d2f0a5385d4eb493e1dcb7a SHA512 6f8645fc7c06a0fb5c34d058a01d4550f078bffe8201542cdab7e3f15239169401f27abc0ee8fb81e8b7f1a80b99eaaa5521e82f4102cdc78b15844da0cd1cd1
-DIST syndication-5.109.0.tar.xz 510484 BLAKE2B 646dc5d60ad1460dcdc5f2332a392bfd40aac91aadb3324fce9c548b6cce9db5bf26f92c628a55f551068be7b238fb7b531d52425cff1bcda58ab7c7fa926d7f SHA512 1ba85da1d36382dfd80e0de3ad3e35cecac2fa4d75e96f6d25199cb171c55a0a88e606509b4629f1a9d7d1cdd4151909ad7f2b339c39d83a5077cbdc8861eee4
DIST syndication-5.110.0.tar.xz 510492 BLAKE2B e0a47224da9cb74cbcf928dcbc0888510586d74de59f1210e3d529db6a4c0bd31e410f8458e6677fa65caec082490256ebe49809198a817e021603006add539b SHA512 7cfafdb0074b8d48e6821e28aa7bbea86d239f634efc44d294d42ad73d46eb6394732b016b7ee5d9655292f124467f8959ebda8a69fcbe555f32fc2324da8bb1
diff --git a/kde-frameworks/syndication/syndication-5.109.0.ebuild b/kde-frameworks/syndication/syndication-5.109.0.ebuild
deleted file mode 100644
index a4645b547198..000000000000
--- a/kde-frameworks/syndication/syndication-5.109.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 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 )
-"