summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-06 14:43:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-06 18:11:58 +0100
commit3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76 (patch)
treeaa823559d7a1728a6301bd947b648f323d4690af /kde-frameworks/syndication
parentmedia-plugins/kodi-pvr-hts: 4.4.13 version bump (diff)
downloadgentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.gz
gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.bz2
gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.zip
kde-frameworks: Drop KDE Frameworks 5.52.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.52.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 91204eb51746..354f8abf4424 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1 @@
-DIST syndication-5.52.0.tar.xz 159420 BLAKE2B 53594058d7739ab84e28188f76ad67711ce7ee42a0335559c0fc9e88ce5e987d2265956899b63e0bdd2130baf99b16dfffad6d1470b93b7f74f65d4e7b85fc7f SHA512 807b92e611acc5480afb0bf81eada0fce13faddc3665b0b5b94454531f7123023b46d8ae3577de9dc79e8e7e5ba945e53e1f1cd206b36f33cca25038ea98e795
DIST syndication-5.54.0.tar.xz 159448 BLAKE2B 9d081e5be3bfefa1578f26ad3e936e58d35319e30644038994ad971b1eb44f22cb4982ffe3307a27b70cfd1b4619991d551616ffba9cf2b6546c46b47d930555 SHA512 ec7638fb4b015d8379f1016c228dacfa485110f371bf443f6f6a75e47a6493b777b8ea6094d7fd7b251fd4cbc3cdec709c8d68724ebcdee00179a2214df66681
diff --git a/kde-frameworks/syndication/syndication-5.52.0.ebuild b/kde-frameworks/syndication/syndication-5.52.0.ebuild
deleted file mode 100644
index 12162878e655..000000000000
--- a/kde-frameworks/syndication/syndication-5.52.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_QTHELP="false"
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_qt_dep qtxml)
-"
-DEPEND="${COMMON_DEPEND}
- test? (
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- )
-"
-RDEPEND="${COMMON_DEPEND}
- !kde-apps/syndication
-"