diff options
author | 2018-10-14 23:32:54 +0200 | |
---|---|---|
committer | 2018-10-15 10:32:38 +0200 | |
commit | 8a7b369d7e0dc99db041038c236d463c552c6315 (patch) | |
tree | 20b4631f1efedc6dc72e862a8e49bc3dcf032328 /kde-frameworks/syndication | |
parent | app-admin/sysstat: Old. (diff) | |
download | gentoo-8a7b369d7e0dc99db041038c236d463c552c6315.tar.gz gentoo-8a7b369d7e0dc99db041038c236d463c552c6315.tar.bz2 gentoo-8a7b369d7e0dc99db041038c236d463c552c6315.zip |
kde-frameworks: Add KDE Frameworks 5.51.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r-- | kde-frameworks/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syndication/syndication-5.51.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 0704651d019..16ae9de3aa3 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-5.50.0.tar.xz 158984 BLAKE2B c6fed589e8f868f2dd93ef1566131d205f0c7e2ed36c52e8a564ced0e66e2ca407da1b75ad5cf090ec6b3d0ea1e68472fd97044d2d19e2a3fc68542bbc1ca5e1 SHA512 9a6da19ac8f13422812babefdddf3196f127c9d65189b86610802f7bf2c805949ec8d00cd366e1a4af9d603867ea4b3b5235a5d326f310623d71def6fb438482 +DIST syndication-5.51.0.tar.xz 159480 BLAKE2B 3672a7c505672aa5a35660265e3b8878c29022367606db9c5c0afe5a36758f5585f217dbfe28e1da7fe13dc74d8be600a768b7df429c6f4e90d320e40d6e9e9c SHA512 c9150eeefea0123ec06607b2ba7e405f9355ecc102dd50e562e724ad042a05fcc5e54647d1bc4c3889b98c1fb13e533af35e97d1126b1a530e4b76b263491aa2 diff --git a/kde-frameworks/syndication/syndication-5.51.0.ebuild b/kde-frameworks/syndication/syndication-5.51.0.ebuild new file mode 100644 index 00000000000..2764274e2ed --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.51.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_QTHELP="false" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for parsing RSS and Atom feeds" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~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 +" |