diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-08 22:34:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-09 13:20:55 +0200 |
commit | ccc87618b5ccb53377ef15377bf1077310dbfcbc (patch) | |
tree | e20caefdcad913b987c4abead516f76d945a75cf /kde-frameworks/syndication | |
parent | gnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old (diff) | |
download | gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.gz gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.bz2 gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.zip |
kde-frameworks: Drop KDE Frameworks 5.58.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
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.58.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index edb0e8291b5e..5809f80e4064 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,3 +1,2 @@ DIST syndication-5.57.0.tar.xz 159452 BLAKE2B 9d5edaad62dde1b5c377c13331fc414b78b31a45f2b92baaaf8723341f3b92d9f7d0d086a4c1ae1b5f983fff276a4649378f12c57d6189946f64b10c58f2a2f9 SHA512 07d71f94fa48b3b8fa8f3853866bcf874e25fe596ee9f084082af4ec0710c9a2f9e39dcd8faa0a63e6a93cf8af6953188e68f9c07110306b29f990c632ea2ee2 -DIST syndication-5.58.0.tar.xz 159124 BLAKE2B 7110789e0dbafcc75381803a53b3c6b622b47e807d3ee4814e1b70b03be96d7013f5f9dab1ca383c94373bfd3605279353464fcfa78a11f123d15265f02e5530 SHA512 fbd3283e37f906b7bde76332721004ad679e99b4d8b3700ee0e98986f14a45dfd32048673d4e5270c351868c6e0f212b17bc4e4bc47f003cee4eb4dd16f9abd6 DIST syndication-5.59.0.tar.xz 159204 BLAKE2B 07bdad12ee26038cbd7960310121f3cf5a2bf26333fc2d72433f5bc6f7327fb641dcb8a0d1aa1c36fefdf370da2874dd7e34448e4dfdeffacc194bbc7d7a7c9f SHA512 a6e91895464b593f89538b0252ad576c0a6526977bfaba92575de385f8364db990071ffd0380e336a208766e1e79977a622ac9f96495195a2252bc299ec50c54 diff --git a/kde-frameworks/syndication/syndication-5.58.0.ebuild b/kde-frameworks/syndication/syndication-5.58.0.ebuild deleted file mode 100644 index 660dcd1e48e5..000000000000 --- a/kde-frameworks/syndication/syndication-5.58.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 -" |