summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-15 20:44:23 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-15 20:47:49 +0100
commit698dfba548a163f798b2cc31857228f55b671281 (patch)
treebb235af296bd8b2cb1e21c07c2c96e5991ed3e7e /kde-apps/syndication
parentkde-apps: Version bump KDE Applications 16.08.3 (diff)
downloadgentoo-698dfba548a163f798b2cc31857228f55b671281.tar.gz
gentoo-698dfba548a163f798b2cc31857228f55b671281.tar.bz2
gentoo-698dfba548a163f798b2cc31857228f55b671281.zip
kde-apps: Remove KDE Applications 16.08.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r--kde-apps/syndication/Manifest1
-rw-r--r--kde-apps/syndication/syndication-16.08.2.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest
index ec40485132a8..972785b4ed14 100644
--- a/kde-apps/syndication/Manifest
+++ b/kde-apps/syndication/Manifest
@@ -1,2 +1 @@
-DIST syndication-16.08.2.tar.xz 160152 SHA256 9d0ad58272c318033b57710033feda3eb74f87bcf952885260e876dccee73a9c SHA512 88d12538b8293df8e6253aeb95e9beca79a3e55055867e7b17fdd541f400bef2d4a8537adde12b489406662ca05986c9f506003b1d8a3f5eaf698e6824f5bfb5 WHIRLPOOL a024c2385796fd808ef54c29e284cd5745b02218e31642620b1dd39fd74833ab0ec2fc57016f9c0fe751430cc5ef1c759ef98f3d2ab7b7d7dd005feae0407a2d
DIST syndication-16.08.3.tar.xz 160120 SHA256 6ee14a35d06ac77147afdb6aaa4185df69f3c4e11a1039fbfd01ae8ef8cf1037 SHA512 ddb0eca3d2df51a20225d418e76e7bb9a7c33a18c0e156d129987c0cfd7df7e8b1fba1d3ff0053d6ad2d3f736ad67a29d2c47960b2dc507c5ca8a0d15a39dac9 WHIRLPOOL 04625e444b67e6474bc0cbe9824bfb8082928cb9c45f0365bb53579db6ad5188b4d80314fc46b0b11307694356d1bceaa897f9276a507b5d354ee2c9dd12d273
diff --git a/kde-apps/syndication/syndication-16.08.2.ebuild b/kde-apps/syndication/syndication-16.08.2.ebuild
deleted file mode 100644
index b81b4be5c576..000000000000
--- a/kde-apps/syndication/syndication-16.08.2.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}"