diff options
author | Johannes Huber <johu@gentoo.org> | 2016-11-15 20:38:29 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-11-15 20:47:49 +0100 |
commit | e805750640ffcd5150e817e77162f388021b8c0f (patch) | |
tree | 8c53c84f54ac00f079d48833e5fbc02a3937b525 /kde-apps/syndication | |
parent | sys-devel/gcc: mark 4.9.4 arm64/ia64/m68k/ppc/s390/sh/sparc stable #595560 (diff) | |
download | gentoo-e805750640ffcd5150e817e77162f388021b8c0f.tar.gz gentoo-e805750640ffcd5150e817e77162f388021b8c0f.tar.bz2 gentoo-e805750640ffcd5150e817e77162f388021b8c0f.zip |
kde-apps: Version bump KDE Applications 16.08.3
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps/syndication')
-rw-r--r-- | kde-apps/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/syndication/syndication-16.08.3.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest index 9211b2a7e0b5..ec40485132a8 100644 --- a/kde-apps/syndication/Manifest +++ b/kde-apps/syndication/Manifest @@ -1 +1,2 @@ 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.3.ebuild b/kde-apps/syndication/syndication-16.08.3.ebuild new file mode 100644 index 000000000000..b81b4be5c576 --- /dev/null +++ b/kde-apps/syndication/syndication-16.08.3.ebuild @@ -0,0 +1,21 @@ +# 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}" |