diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:13:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 23:20:48 +0200 |
commit | 4461ffbf581738fbf48fe1ed744ead6885d93dda (patch) | |
tree | de205c455262e9f04e26c52e9327ceb1a65ff4b6 /kde-frameworks/syndication | |
parent | sys-fs/encfs: Drop 1.9.2 and 1.9.4 (diff) | |
download | gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.tar.gz gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.tar.bz2 gentoo-4461ffbf581738fbf48fe1ed744ead6885d93dda.zip |
kde-frameworks: Drop KDE Frameworks 5.57.0
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r-- | kde-frameworks/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syndication/syndication-5.57.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index eaa689bb2e6f..7a73e1c5c6e4 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,2 +1 @@ -DIST syndication-5.57.0.tar.xz 159452 BLAKE2B 9d5edaad62dde1b5c377c13331fc414b78b31a45f2b92baaaf8723341f3b92d9f7d0d086a4c1ae1b5f983fff276a4649378f12c57d6189946f64b10c58f2a2f9 SHA512 07d71f94fa48b3b8fa8f3853866bcf874e25fe596ee9f084082af4ec0710c9a2f9e39dcd8faa0a63e6a93cf8af6953188e68f9c07110306b29f990c632ea2ee2 DIST syndication-5.60.0.tar.xz 159280 BLAKE2B b42fe033e9572f1c0587173c0a599ad2419761ea13d4545b33e297d8bb9f341a5d6924611497d7ebd9605e61f6df07e1cd7a5645880b340dad86a10c05de217f SHA512 39ef7246f9133af3c1dae87790a6827a7634fb81eb691995b78eb1b3bdc1db701f2d664360931ce0d671cef30db0cf09029ef00ab55c0d9307fa11eb51f18cca diff --git a/kde-frameworks/syndication/syndication-5.57.0.ebuild b/kde-frameworks/syndication/syndication-5.57.0.ebuild deleted file mode 100644 index 6460c1f5b96f..000000000000 --- a/kde-frameworks/syndication/syndication-5.57.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 -" |