summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-05 20:33:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-09 21:01:27 +0200
commit3428dc4e52dabb336505301937d31711036ac097 (patch)
tree9f8883714aa2c302122399f3412afbfbe91a3d6c /kde-frameworks
parentkde-frameworks/sonnet: drop 5.70* (diff)
downloadgentoo-3428dc4e52dabb336505301937d31711036ac097.tar.gz
gentoo-3428dc4e52dabb336505301937d31711036ac097.tar.bz2
gentoo-3428dc4e52dabb336505301937d31711036ac097.zip
kde-frameworks/syndication: drop 5.70*
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.70.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index bf7ae3ce4971..33bc41b53426 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1 @@
-DIST syndication-5.70.0.tar.xz 508892 BLAKE2B d2a134996aa45dbaf75d6830d85d9e2f16967e8177d15c434abd1951dbcbdd816d141a0e104ff17f82d5bd452673282dcc9f3185dcba716fc5675ae647428cdd SHA512 014226e19cf2e97f4f2c60a5a7b0aa2ae3696ccdd6d28bee5b49ccf234e3404d4784d254016f74b9c53f39fb20780a15eabe05722161460cfc393036c8d5552f
DIST syndication-5.74.0.tar.xz 508876 BLAKE2B 231a86a83735fe295a61fa605070e5672142e3842e335cb6b1fccdd908d58a113bfbb42ef41aa1f9066dc738ce329a3411d5015c0e0eb79682737f350bf18c10 SHA512 c524ea90c4fbe80040a772e967dc024707ed32c124b0efcf4324e5bc60093472762f7b48fcadd1f288747464defd16abe185fdff00c8e414db37a00bc1e6fe53
diff --git a/kde-frameworks/syndication/syndication-5.70.0.ebuild b/kde-frameworks/syndication/syndication-5.70.0.ebuild
deleted file mode 100644
index a2b28cd40f25..000000000000
--- a/kde-frameworks/syndication/syndication-5.70.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 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.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE=""
-
-COMMON_DEPEND="
- =kde-frameworks/kcodecs-${PVCUT}*:5
- >=dev-qt/qtxml-${QTMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
- test? (
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/syndication
-"