summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.76.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 092f1567667d..ea42422e970d 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.74.0.tar.xz 508876 BLAKE2B 231a86a83735fe295a61fa605070e5672142e3842e335cb6b1fccdd908d58a113bfbb42ef41aa1f9066dc738ce329a3411d5015c0e0eb79682737f350bf18c10 SHA512 c524ea90c4fbe80040a772e967dc024707ed32c124b0efcf4324e5bc60093472762f7b48fcadd1f288747464defd16abe185fdff00c8e414db37a00bc1e6fe53
-DIST syndication-5.76.0.tar.xz 508716 BLAKE2B f76218fc27abeec202b583a557c106fb56f5001ad72509854cd803e6b724f521b24acfaa86c27e51d42fce159f42e3082ee80d4f4237de8db64a6d559f02e4ea SHA512 0fd821edafdf934120002e47e3b0e13946c44f5508c50bf4fb937c71aa69f1e2c57c39fd3f4278e9db7e957845d9a3e988ab9b92e8e51914e5fce3219bcc8783
DIST syndication-5.77.0.tar.xz 508860 BLAKE2B 083f3532359b015c6ba5a6853047639d73a920b8fddc60aec9c7e3daffac2afd606facd58911caec4b76e723633bc9f48eef66c392448caf97aa7ace85851a70 SHA512 98f452464f8b777bde70b62340a8838f5e3f9be87e8a7300519685ca7b962f3e4b668f810ad81b0e9eb3cd86bb824dee079b2d2ac0b22f1fab9f64b8947befd7
diff --git a/kde-frameworks/syndication/syndication-5.76.0.ebuild b/kde-frameworks/syndication/syndication-5.76.0.ebuild
deleted file mode 100644
index af0a3390dd90..000000000000
--- a/kde-frameworks/syndication/syndication-5.76.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.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${COMMON_DEPEND}
- test? (
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/syndication
-"