diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 12:58:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-15 14:31:55 +0100 |
commit | 386a2b3b4aae0468fdce1a80683d2c76287a4d48 (patch) | |
tree | bc76153bb555db8f4e32c12072f66894d52d309a /kde-frameworks/syndication | |
parent | sys-apps/coreutils: sh stable wrt bug #711616 (diff) | |
download | gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.gz gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.tar.bz2 gentoo-386a2b3b4aae0468fdce1a80683d2c76287a4d48.zip |
kde-frameworks: Add KDE Frameworks 5.68.0
Package-Manager: Portage-2.3.94, Repoman-2.3.21
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.68.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index b4992fbee9b9..74576419c8f8 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1 +1,2 @@ DIST syndication-5.67.0.tar.xz 508556 BLAKE2B 5fd096eee0a383de1b9320a96cd14a87a5eea99f8bfe2a9817cc0faf9d393dedf4de03356c2b47b80bb159e13891703303cec7a2f41455de65cda75c6c5d226a SHA512 c8d1b56b5ac6661bd0156a1b611b3ccf27713c1fc688e3491046f6297f7dfe1b3b8591bd0157613cbe421032ab5f16ed17ab67630175ac0b8f1b7f74bcf011d9 +DIST syndication-5.68.0.tar.xz 508568 BLAKE2B 6c2043c0d10d4dd6a6340de79fc913e25ba166a99a1f1401d9dcfca62a7e57e1cc47af1f967e841320f4b03c5c0b7eae7b61e3de606546b7b7e727bc484d627f SHA512 ae9e9b22ae4120a452185c613561475e46efc185853d111b298e0372ed0e98dcca524a76acc8a58d1d15c5232c766e096dab21d01dd36135febefdab6f2ac6d0 diff --git a/kde-frameworks/syndication/syndication-5.68.0.ebuild b/kde-frameworks/syndication/syndication-5.68.0.ebuild new file mode 100644 index 000000000000..889a5c5acacc --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.68.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 +" |