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.55.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 82ef0808f566..256430de59dd 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.54.0.tar.xz 159448 BLAKE2B 9d081e5be3bfefa1578f26ad3e936e58d35319e30644038994ad971b1eb44f22cb4982ffe3307a27b70cfd1b4619991d551616ffba9cf2b6546c46b47d930555 SHA512 ec7638fb4b015d8379f1016c228dacfa485110f371bf443f6f6a75e47a6493b777b8ea6094d7fd7b251fd4cbc3cdec709c8d68724ebcdee00179a2214df66681
-DIST syndication-5.55.0.tar.xz 159412 BLAKE2B 27c688e769c64b017d533d7886f7c42c73061be776253d679241ccdebdc98d85cf5fa03b13c44a6d1bcb2f66e847989e444bb24c4a9552df177829f3569e5060 SHA512 86c5d06d2bd43e4100a75720fc68401fb432a948ca5cd677b867a26b299ccd229ae3d39f7bf42fef882049d23a9e9cedfcb54176cd374b70e7412f2a7e76aa8b
DIST syndication-5.56.0.tar.xz 159436 BLAKE2B b9424396794d1ceec2b2d7ad227d84516de005a320c6071f9144e73a2e0fb15c0f1c6ac0f7453bb5a43861e7b148c0410f9f5c9d10f6228d981b5cb18daa6dce SHA512 b5fd917cfc3f3f825a393abbc89473cce28bccf9f91c2ee07597c8c0daf4721f4efb0169ee785d6d7c49a2c9f3ab874f55acb32e8286d214f12767caf3e6c047
diff --git a/kde-frameworks/syndication/syndication-5.55.0.ebuild b/kde-frameworks/syndication/syndication-5.55.0.ebuild
deleted file mode 100644
index 927e36eb75a4..000000000000
--- a/kde-frameworks/syndication/syndication-5.55.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="
- test? (
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- )
-"
-DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_qt_dep qtxml)
-"
-RDEPEND="${DEPEND}
- !kde-apps/syndication
-"