summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-08 21:23:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-08 22:10:01 +0100
commit7e90870e1404bbd6e738549658b377b2783d0d92 (patch)
tree8872778e44055d1e90fb3103192ba2485ad554a0 /kde-apps/syndication
parentapp-emulation/free42: Drops old versions (diff)
downloadgentoo-7e90870e1404bbd6e738549658b377b2783d0d92.tar.gz
gentoo-7e90870e1404bbd6e738549658b377b2783d0d92.tar.bz2
gentoo-7e90870e1404bbd6e738549658b377b2783d0d92.zip
kde-apps: Drop KDE Applications 17.12.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-17.12.2.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 1926e6e770c2..d1bc29107b0d 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-17.08.3.tar.xz 159968 BLAKE2B 13688fc7f72d737587fdfd6cf89b08724207c47ec1b1848f19fa4306e714f67e50ec11596fdffaaa3703b9ba834fb41fea5acecda56e73b789a0d69c09920876 SHA512 0a8b2e271d0518f44d6b93dc3304d922d67bc36104fa64fae663be8763f2b5be0a0720f7f39e2324593a1875eae1ccf384efc14ca55e10540889c43f86b75d4a
-DIST syndication-17.12.2.tar.xz 159796 BLAKE2B 265aac04480d51da5953a540e56baa34ce920d90f93b7d3ea766756ec843d98af71bd651c06b041d062ad01ec8163f5d39bd1b6febf8fe2d781fc14e3bfbc129 SHA512 cebd16b9f20960106c1361c2549727e03a6c907095584a90303c232ca1c01819a6e350807e96053677f8f34aecd6ad0ce856d01c7804519f89463236de53f211
DIST syndication-17.12.3.tar.xz 159804 BLAKE2B bf89604b4976a28016720d74ab5c36de7bbaca08cc15c1db2d03ccad339049fae5fd06eced4e8c60ee278ad4fcaac3ceca3ee8f217839936cc79ea995f4de31f SHA512 a1f2c472194355b570e4128ab4e4be70d6baa3d1c91e35706b7ec242caa950ec3686ab20772aec6fc2ecc7b0d6b390195e6bca5ec8a130951886589df73c1f9c
diff --git a/kde-apps/syndication/syndication-17.12.2.ebuild b/kde-apps/syndication/syndication-17.12.2.ebuild
deleted file mode 100644
index 3ee4afc41ebb..000000000000
--- a/kde-apps/syndication/syndication-17.12.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}"