diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-09 11:50:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-09 13:31:40 +0200 |
commit | 78d3baee6a4c834139f8030a632e31db75cab0c6 (patch) | |
tree | 97353bfd1f6a7a440e3975e56e8b4ed8e8a01c26 /kde-frameworks/syndication | |
parent | app-text/libmspub: Fix build with GCC 10, EAPI-7 bump (diff) | |
download | gentoo-78d3baee6a4c834139f8030a632e31db75cab0c6.tar.gz gentoo-78d3baee6a4c834139f8030a632e31db75cab0c6.tar.bz2 gentoo-78d3baee6a4c834139f8030a632e31db75cab0c6.zip |
kde-frameworks: Add KDE Frameworks 5.70.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22
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.70.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 90efed3adead..3d699324a26f 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,2 +1,3 @@ DIST syndication-5.67.0.tar.xz 508556 BLAKE2B 5fd096eee0a383de1b9320a96cd14a87a5eea99f8bfe2a9817cc0faf9d393dedf4de03356c2b47b80bb159e13891703303cec7a2f41455de65cda75c6c5d226a SHA512 c8d1b56b5ac6661bd0156a1b611b3ccf27713c1fc688e3491046f6297f7dfe1b3b8591bd0157613cbe421032ab5f16ed17ab67630175ac0b8f1b7f74bcf011d9 DIST syndication-5.69.0.tar.xz 510952 BLAKE2B 5f054ea043c968eaeda475fe7e1a37cd22c05ee22223c051f9db0b2b5a3b87b73841e636ee958caf825546ac60e03b643bfffb695087c859dd0ab12a92280e14 SHA512 ad49190674cc65994fb5a0742c2265da28912aafee97fc74e2a6df17add4bae0e3a8ae0a970613e253578af7634df21464f1c9cd8d015551e348c4b1633968b0 +DIST syndication-5.70.0.tar.xz 508892 BLAKE2B d2a134996aa45dbaf75d6830d85d9e2f16967e8177d15c434abd1951dbcbdd816d141a0e104ff17f82d5bd452673282dcc9f3185dcba716fc5675ae647428cdd SHA512 014226e19cf2e97f4f2c60a5a7b0aa2ae3696ccdd6d28bee5b49ccf234e3404d4784d254016f74b9c53f39fb20780a15eabe05722161460cfc393036c8d5552f diff --git a/kde-frameworks/syndication/syndication-5.70.0.ebuild b/kde-frameworks/syndication/syndication-5.70.0.ebuild new file mode 100644 index 000000000000..889a5c5acacc --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.70.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-2) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Library for parsing RSS and Atom feeds" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +COMMON_DEPEND=" + =kde-frameworks/kcodecs-${PVCUT}*:5 + >=dev-qt/qtxml-${QTMIN}:5 +" +DEPEND="${COMMON_DEPEND} + test? ( + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/syndication +" |