summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 10:26:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 10:28:54 +0100
commitbfd12337bd61463e5b37ca6908aac1a7771fe471 (patch)
treee797ec4671b8cef30a09fbccf3d017624be5d5f9 /kde-frameworks/syndication
parentkde-frameworks/kunitconversion: 5.78.0 version bump (diff)
downloadgentoo-bfd12337bd61463e5b37ca6908aac1a7771fe471.tar.gz
gentoo-bfd12337bd61463e5b37ca6908aac1a7771fe471.tar.bz2
gentoo-bfd12337bd61463e5b37ca6908aac1a7771fe471.zip
kde-frameworks/syndication: 5.78.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syndication')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.78.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index ea42422e970d..3da61fd092ed 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-5.74.0.tar.xz 508876 BLAKE2B 231a86a83735fe295a61fa605070e5672142e3842e335cb6b1fccdd908d58a113bfbb42ef41aa1f9066dc738ce329a3411d5015c0e0eb79682737f350bf18c10 SHA512 c524ea90c4fbe80040a772e967dc024707ed32c124b0efcf4324e5bc60093472762f7b48fcadd1f288747464defd16abe185fdff00c8e414db37a00bc1e6fe53
DIST syndication-5.77.0.tar.xz 508860 BLAKE2B 083f3532359b015c6ba5a6853047639d73a920b8fddc60aec9c7e3daffac2afd606facd58911caec4b76e723633bc9f48eef66c392448caf97aa7ace85851a70 SHA512 98f452464f8b777bde70b62340a8838f5e3f9be87e8a7300519685ca7b962f3e4b668f810ad81b0e9eb3cd86bb824dee079b2d2ac0b22f1fab9f64b8947befd7
+DIST syndication-5.78.0.tar.xz 508960 BLAKE2B 83f2a77d0a1ff787fca568743cff13089aa5ebda797e4791443dd99adfd8a318ddcf4c20e371a8b98424108c3151a2f07aa6b23eb2a15c516364ed689e0081b4 SHA512 692c3526711e325f59506b490da5580ce58a2a1a92ce9ac83ce6ec3ed4c8d081de2ae819029ea32601f82427ec1ca52da1c809cd88da58f83c4125d10123c4b0
diff --git a/kde-frameworks/syndication/syndication-5.78.0.ebuild b/kde-frameworks/syndication/syndication-5.78.0.ebuild
new file mode 100644
index 000000000000..3d195d17cccf
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.78.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 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.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Library for parsing RSS and Atom feeds"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-qt/qtxml-${QTMIN}:5
+ =kde-frameworks/kcodecs-${PVCUT}*:5
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ )
+"