diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-14 00:36:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-14 08:51:25 +0200 |
commit | 9efd24de6c1fdb4a027b91db473262aba16731e0 (patch) | |
tree | 2b546c79713a9915fb32d1fd0542ba5c5354ed81 /kde-frameworks/syndication | |
parent | profiles: mask ruby 2.4 for removal (diff) | |
download | gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.tar.gz gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.tar.bz2 gentoo-9efd24de6c1fdb4a027b91db473262aba16731e0.zip |
kde-frameworks: Add KDE Frameworks 5.71.0
Package-Manager: Portage-2.3.100, 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.71.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 9efe9f6172ef..912a0377c1bc 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-5.70.0.tar.xz 508892 BLAKE2B d2a134996aa45dbaf75d6830d85d9e2f16967e8177d15c434abd1951dbcbdd816d141a0e104ff17f82d5bd452673282dcc9f3185dcba716fc5675ae647428cdd SHA512 014226e19cf2e97f4f2c60a5a7b0aa2ae3696ccdd6d28bee5b49ccf234e3404d4784d254016f74b9c53f39fb20780a15eabe05722161460cfc393036c8d5552f +DIST syndication-5.71.0.tar.xz 508812 BLAKE2B 6aa5111e7ea22561d5f573598113e863c4400ac8f9bfdd0dc2a25e6c362d883f0a6826c85de1c42cffdb1261151f2e2f6fd4c0c727c53a4502b104ec10f41ac3 SHA512 6e69368b06d8f79bc24355751a7252b0507797c7977b02442fa4d30ed6e50d87f6227e42902e4de589bc8f3fcbff8d2aef9e162ba6f0fe7f9a1499c4c9aa18dd diff --git a/kde-frameworks/syndication/syndication-5.71.0.ebuild b/kde-frameworks/syndication/syndication-5.71.0.ebuild new file mode 100644 index 000000000000..72661c91f577 --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.71.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.14.1 +inherit ecm kde.org + +DESCRIPTION="Library for parsing RSS and Atom feeds" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-qt/qtxml-${QTMIN}:5 + =kde-frameworks/kcodecs-${PVCUT}*:5 +" +DEPEND="${COMMON_DEPEND} + test? ( + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/syndication +" |