summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-12 19:54:53 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-12 19:54:53 +0100
commit68e10dc311cad68cb53fb7c119d23a14644180f5 (patch)
tree8559c4b1beb91b47d1695aadc59309171a2c9887 /kde-apps/syndication
parentdev-libs/kirigami: Version bump 2.0.0 (diff)
downloadgentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.tar.gz
gentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.tar.bz2
gentoo-68e10dc311cad68cb53fb7c119d23a14644180f5.zip
kde-apps: Remove KDE Applications 16.12.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-16.12.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index 1c19a5249880..fdcf7cc562b5 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1,2 +1 @@
-DIST syndication-16.12.0.tar.xz 160032 SHA256 7592932691948b241b17cedb353cfefb675526631bc65e7540e0b891e97415fc SHA512 eac814152a063bbce61b115c7e1c9ee1c6a0ec4243e1610339d271010c268b2570b8b5ec4c26f22adfa30ab24ab0f176ebffbba04094f9443e9ebd6e8bd589ad WHIRLPOOL 4d41c492600a4df7537f97982edafb9456c02ebda07a26f5e8f7c0a9ea9dd89deb88f75467a6504c302ad1784acf8aa53934e56d99504832a11e5decf88ba6e3
DIST syndication-16.12.1.tar.xz 160036 SHA256 10d3968f5772f6300e36ce6cfe7965ee1539ef6f6f300ea9748f7614a2a533d0 SHA512 b0d18846092029f77b16352df1ddcd847dd22172769f5174f996d267efacd753ce6b5dbd532da2e678222da507c3dc8269c4a6ef6db0a0d82e896cbe83ecaf82 WHIRLPOOL 612c385d80f04183bca2db18099815b22b08b51b5edccdd1ee3b69e1f3d049ac2e2800e806061e12f95f7e840c55a1746f29dbd38b47ee32e6d61e731a720f2b
diff --git a/kde-apps/syndication/syndication-16.12.0.ebuild b/kde-apps/syndication/syndication-16.12.0.ebuild
deleted file mode 100644
index b81b4be5c576..000000000000
--- a/kde-apps/syndication/syndication-16.12.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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}"