diff options
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syndication/syndication-5.75.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 33bc41b53426..32438414d7ae 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-5.74.0.tar.xz 508876 BLAKE2B 231a86a83735fe295a61fa605070e5672142e3842e335cb6b1fccdd908d58a113bfbb42ef41aa1f9066dc738ce329a3411d5015c0e0eb79682737f350bf18c10 SHA512 c524ea90c4fbe80040a772e967dc024707ed32c124b0efcf4324e5bc60093472762f7b48fcadd1f288747464defd16abe185fdff00c8e414db37a00bc1e6fe53 +DIST syndication-5.75.0.tar.xz 508832 BLAKE2B 43a4165563d6e49430b50b9b73c9e68e6fed7f85921f29ca87220e5bf259e7535205a68389ccb6ade741e097107cdac8e5cf26974d3f423817d6ecc27118eaa8 SHA512 1f16527c456803048a5ea37efcac23c1cd756d22db657d5d0e8483d61e49b4ce6aaa2d4d1907137b2a5fbc97425bb59a92c9b1ea679319786129e89269711408 diff --git a/kde-frameworks/syndication/syndication-5.75.0.ebuild b/kde-frameworks/syndication/syndication-5.75.0.ebuild new file mode 100644 index 000000000000..f57800bca198 --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.75.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.2 +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 +" |