diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 00:21:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 10:19:23 +0200 |
commit | 832934f31e45d450d2eaee2a9ebd501303303c43 (patch) | |
tree | 26ddfbcde55dc86490c71053a6813be8c3a8c212 /kde-frameworks/syndication | |
parent | media-gfx/digikam: Drop 6.1.0 (diff) | |
download | gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.gz gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.tar.bz2 gentoo-832934f31e45d450d2eaee2a9ebd501303303c43.zip |
kde-frameworks: Add KDE Frameworks 5.61.0
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r-- | kde-frameworks/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syndication/syndication-5.61.0.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 7a73e1c5c6e4..1d367df400d4 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-5.60.0.tar.xz 159280 BLAKE2B b42fe033e9572f1c0587173c0a599ad2419761ea13d4545b33e297d8bb9f341a5d6924611497d7ebd9605e61f6df07e1cd7a5645880b340dad86a10c05de217f SHA512 39ef7246f9133af3c1dae87790a6827a7634fb81eb691995b78eb1b3bdc1db701f2d664360931ce0d671cef30db0cf09029ef00ab55c0d9307fa11eb51f18cca +DIST syndication-5.61.0.tar.xz 159300 BLAKE2B 461d13fd4d26b285009dd7092fbbdcd1d1a68d40dd12b18849e5edd3d6bd297a70ccc30f694b1ac334a5512e14736b652e8c93ddc3a9a104ee2bb8cefcf489a5 SHA512 29a0733e3b826855844b1c5d622f37c479224a20b6b7a875215f61032ca9b84b538359481dd19f3b9a14c7d057cf630473132c318f2266951889c46e62787623 diff --git a/kde-frameworks/syndication/syndication-5.61.0.ebuild b/kde-frameworks/syndication/syndication-5.61.0.ebuild new file mode 100644 index 000000000000..660dcd1e48e5 --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.61.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for parsing RSS and Atom feeds" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + test? ( + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/syndication +" |