summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 20:27:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-10 22:30:22 +0100
commitca4f2ff4648151ac89d6ef008c8a04542cfe7ff0 (patch)
tree176fce94d9187a29223f6f3df736cd26351210f3 /kde-frameworks/syndication
parentkde-apps: Add KDE Applications 19.08.3 (diff)
downloadgentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.tar.gz
gentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.tar.bz2
gentoo-ca4f2ff4648151ac89d6ef008c8a04542cfe7ff0.zip
kde-frameworks: Drop KDE Frameworks 5.63.0
Package-Manager: Portage-2.3.79, Repoman-2.3.18 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.63.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 93a244771e65..7de52f346724 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.60.0.tar.xz 159280 BLAKE2B b42fe033e9572f1c0587173c0a599ad2419761ea13d4545b33e297d8bb9f341a5d6924611497d7ebd9605e61f6df07e1cd7a5645880b340dad86a10c05de217f SHA512 39ef7246f9133af3c1dae87790a6827a7634fb81eb691995b78eb1b3bdc1db701f2d664360931ce0d671cef30db0cf09029ef00ab55c0d9307fa11eb51f18cca
-DIST syndication-5.63.0.tar.xz 479752 BLAKE2B 81ae4f22ee1d401e64b14c4b5f4c3a945bd23a4e5fd3980b36d9e9382ba6cb7f4e4cb5297639f576c3aaacbf4eeddebeb4330fc3d56898ff675487557eccfcbc SHA512 a9a89e570b22812d8bfd4814e072908da81d39e54e06881d2835883d502f5e7f8f315c52234f84b4b29a61b911d482f84245ed016592410d2c544c0acbef6a86
DIST syndication-5.64.0.tar.xz 479780 BLAKE2B 0d8b18fede3b194a5dee5b075b2ef77d3537109ae0ddd33efb23e53a7f83adabd3f4b77993bc473e7d1a2779e5280197c82a9f3863342d165ee5f8d6c9ab47c2 SHA512 6ab26136e92f49d8acb4b5117bd2c1450ea779bc0c0d4f194013ae0f26eb19bb85fab93d1b4e08edce25c6158860907c5eed3870c114610b10ced521c5ab12cd
diff --git a/kde-frameworks/syndication/syndication-5.63.0.ebuild b/kde-frameworks/syndication/syndication-5.63.0.ebuild
deleted file mode 100644
index 660dcd1e48e5..000000000000
--- a/kde-frameworks/syndication/syndication-5.63.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 ~arm64 ~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
-"