diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:54 +0200 |
commit | fced640b8ff96298fd48a638f434b74d05dc5e69 (patch) | |
tree | 82d6cca7a7c463732bbc79ca245ec587504ee207 /kde-apps/syndication | |
parent | dev-ml/camlbz2: disable // make, it sometimes fails (diff) | |
download | gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.gz gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.bz2 gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.zip |
kde-apps: Drop KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r-- | kde-apps/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/syndication/syndication-17.04.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest index 954161a34eea..1348c85f543b 100644 --- a/kde-apps/syndication/Manifest +++ b/kde-apps/syndication/Manifest @@ -1,2 +1 @@ -DIST syndication-17.04.2.tar.xz 159728 SHA256 186f720003ea955f23f581da778b03865a71451c7cf301a3dadb8b521c91d4a5 SHA512 bbab6ed51328813f8b88af8edd1fe976189bbd2c0b70488ef91d46c937a7ef8aaa4132ed6cdb3a1514ad32ea50bfff5c1888564441b60a104279000c8b8028ac WHIRLPOOL 8945e4b755ebd07fccc4f0336e9273037426f78358abd0699c4d3e752db850d1341976fb3e2c7ed2f93fd0f79a8ce67ec76ce47a7e471d4696338f747f6c2a57 DIST syndication-17.04.3.tar.xz 159760 SHA256 c5b7063eaa4c59cac3021bdcdb4a3488cc15e22b8dc2fc770cc30227fe7776b4 SHA512 db93505c4177a830ecd1fae35db3dc06228d350c6ef66f147e0b8b3755b81f9191c334dae8a2209c65f2fc19860e5608a5b3d79c9a590f571332da893f9fb97e WHIRLPOOL 45069497a156c6d023f0314c5c5e04cb27c2ec7f6e152915080ae133eb830b7072b58e261ba7b4020f93d1a32081ac8f6fce927fa4aa504ed5291266c99bb731 diff --git a/kde-apps/syndication/syndication-17.04.2.ebuild b/kde-apps/syndication/syndication-17.04.2.ebuild deleted file mode 100644 index f8aebffd02a2..000000000000 --- a/kde-apps/syndication/syndication-17.04.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 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}" |