summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:28:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-13 17:32:55 +0100
commita216ead01db27402b04b7ae5e69c9c2fd93c252f (patch)
treebe15dc2d0c0e8919515ad96f4fbd757ba503cc2c /kde-frameworks/syndication
parentkde-frameworks/kunitconversion: drop 5.79.0* (diff)
downloadgentoo-a216ead01db27402b04b7ae5e69c9c2fd93c252f.tar.gz
gentoo-a216ead01db27402b04b7ae5e69c9c2fd93c252f.tar.bz2
gentoo-a216ead01db27402b04b7ae5e69c9c2fd93c252f.zip
kde-frameworks/syndication: drop 5.79.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.79.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index df57fd8b05d9..20f20869658f 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.77.0.tar.xz 508860 BLAKE2B 083f3532359b015c6ba5a6853047639d73a920b8fddc60aec9c7e3daffac2afd606facd58911caec4b76e723633bc9f48eef66c392448caf97aa7ace85851a70 SHA512 98f452464f8b777bde70b62340a8838f5e3f9be87e8a7300519685ca7b962f3e4b668f810ad81b0e9eb3cd86bb824dee079b2d2ac0b22f1fab9f64b8947befd7
-DIST syndication-5.79.0.tar.xz 508876 BLAKE2B f1402c85162bf1e0be78a9a6d089c736f9cf33cb1ea3a595704de5137ac6e8653b134bd5d9306032cc86c5b7aef994601e8bbef0cc275d3fbb4e18a7750d2e48 SHA512 0476abb925878e73eba7e9d4b488c8045ef507feca3cbb973fc715322ac6e5b975270547d5d5a9e1842b83c75cc640415e5f816cf706583638a0a8763e05dc3e
DIST syndication-5.80.0.tar.xz 508592 BLAKE2B fb6127514ae15ec952374b066035b26cf48323949a99ef6b66fba8165b435688251bccd38c5283dc683806d610dff812fc8c125221b74968176a911c517f132c SHA512 913631280479682dd23118b4a1f464930a00546c12f283b2dc9fb1ab96b33b576b6d5fbbb82477d26189ee8fd376842104269fb5a05ff54b16447c7ae3ed651f
diff --git a/kde-frameworks/syndication/syndication-5.79.0.ebuild b/kde-frameworks/syndication/syndication-5.79.0.ebuild
deleted file mode 100644
index a87fc4d19909..000000000000
--- a/kde-frameworks/syndication/syndication-5.79.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- test? (
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- )
-"