diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 19:40:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 19:40:52 +0200 |
commit | dfa3e347a6d4bcb874f5987bca6ef59b0956ace6 (patch) | |
tree | 0b453163dd8c4e407e5884da36606554bf5824e7 /kde-apps/syndication | |
parent | net-wireless/inspectrum: bump (diff) | |
download | gentoo-dfa3e347a6d4bcb874f5987bca6ef59b0956ace6.tar.gz gentoo-dfa3e347a6d4bcb874f5987bca6ef59b0956ace6.tar.bz2 gentoo-dfa3e347a6d4bcb874f5987bca6ef59b0956ace6.zip |
kde-apps: Drop KDE Applications 18.04.1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r-- | kde-apps/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/syndication/syndication-18.04.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest index 52ade04cc747..2e17c7efc6e4 100644 --- a/kde-apps/syndication/Manifest +++ b/kde-apps/syndication/Manifest @@ -1,3 +1,2 @@ DIST syndication-17.12.3.tar.xz 159804 BLAKE2B bf89604b4976a28016720d74ab5c36de7bbaca08cc15c1db2d03ccad339049fae5fd06eced4e8c60ee278ad4fcaac3ceca3ee8f217839936cc79ea995f4de31f SHA512 a1f2c472194355b570e4128ab4e4be70d6baa3d1c91e35706b7ec242caa950ec3686ab20772aec6fc2ecc7b0d6b390195e6bca5ec8a130951886589df73c1f9c -DIST syndication-18.04.1.tar.xz 160128 BLAKE2B 12a5f60b9a6e5d0c09e0088d39a021bccb9dc61f48802bb16c5900b21853a45292f095841c51324499834f3348a8a3da68c1cf450bc7c12d61caee0f5d1eff9c SHA512 8069c200575e7872c116b25cc76acfd236825357af0c73d57a1ffdd1c840a359c0fc58a4cf83a5506bc2e8bbc87a76ecdc96fa6123d409c9079ce61472fc3c38 DIST syndication-18.04.2.tar.xz 160132 BLAKE2B 133d874915eea9007ec03a031a71a5aabc5cde5d1b82638bcfb69456639c126635b406ab677c85b696cd526aeacaf24fdaadd065c94e037be2dcc2cfb9453214 SHA512 658488b67d62dafa359620d95469f781d6ab0dd4789fbf0b54fc18867d2a61fa8baa7c1c1ba3e3474bb94239b0df1e864078c7619cc5b3bd2d142408647ffebd diff --git a/kde-apps/syndication/syndication-18.04.1.ebuild b/kde-apps/syndication/syndication-18.04.1.ebuild deleted file mode 100644 index 3ee4afc41ebb..000000000000 --- a/kde-apps/syndication/syndication-18.04.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="true" -inherit kde5 - -DESCRIPTION="Library for parsing RSS and Atom feeds" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kio) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND}" |