summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:22:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-12 21:37:49 +0200
commitff33ca8844ebe4fc95764f39302832d1cd0e59d2 (patch)
tree569b63320a69b39da25c61b11a73f2d093bcb157 /kde-apps/syndication
parentmedia-sound/pulseeffects: update 9999 version and add 4.1.3 as masked (diff)
downloadgentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.gz
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.tar.bz2
gentoo-ff33ca8844ebe4fc95764f39302832d1cd0e59d2.zip
kde-apps: Drop KDE Applications 18.04.2
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-18.04.2.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index e64f593d9048..b11c12df3049 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.2.tar.xz 160132 BLAKE2B 133d874915eea9007ec03a031a71a5aabc5cde5d1b82638bcfb69456639c126635b406ab677c85b696cd526aeacaf24fdaadd065c94e037be2dcc2cfb9453214 SHA512 658488b67d62dafa359620d95469f781d6ab0dd4789fbf0b54fc18867d2a61fa8baa7c1c1ba3e3474bb94239b0df1e864078c7619cc5b3bd2d142408647ffebd
DIST syndication-18.04.3.tar.xz 160132 BLAKE2B cae12c0dbac27ad22afa25ad54bf70744b04ad63a73781c2a81950ae41af72ca74d0d666fc0183050237061f5e382de9ee2b6aba1b626ca6e18d799823f00356 SHA512 319ba72973cf67fb748e521100ababc4290d5a7bb9a8b26d5b288d36a1e00118faa23b92be546996ac98b1432fe719d5d8ceb9cd125d2b35d5ffd200141d2b3f
diff --git a/kde-apps/syndication/syndication-18.04.2.ebuild b/kde-apps/syndication/syndication-18.04.2.ebuild
deleted file mode 100644
index 3ee4afc41ebb..000000000000
--- a/kde-apps/syndication/syndication-18.04.2.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}"