summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 14:55:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 17:36:54 +0200
commit24e3036a30d15d2b96e699b3e79dfec9c95130cd (patch)
treea0006ccb3887c3387aeeda44683d03ff948c4bcd /kde-frameworks/syndication
parentkde-frameworks/kunitconversion: 5.72.0 version bump (diff)
downloadgentoo-24e3036a30d15d2b96e699b3e79dfec9c95130cd.tar.gz
gentoo-24e3036a30d15d2b96e699b3e79dfec9c95130cd.tar.bz2
gentoo-24e3036a30d15d2b96e699b3e79dfec9c95130cd.zip
kde-frameworks/syndication: 5.72.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.72.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index 912a0377c1bc..9a58aa28e6df 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,2 +1,3 @@
DIST syndication-5.70.0.tar.xz 508892 BLAKE2B d2a134996aa45dbaf75d6830d85d9e2f16967e8177d15c434abd1951dbcbdd816d141a0e104ff17f82d5bd452673282dcc9f3185dcba716fc5675ae647428cdd SHA512 014226e19cf2e97f4f2c60a5a7b0aa2ae3696ccdd6d28bee5b49ccf234e3404d4784d254016f74b9c53f39fb20780a15eabe05722161460cfc393036c8d5552f
DIST syndication-5.71.0.tar.xz 508812 BLAKE2B 6aa5111e7ea22561d5f573598113e863c4400ac8f9bfdd0dc2a25e6c362d883f0a6826c85de1c42cffdb1261151f2e2f6fd4c0c727c53a4502b104ec10f41ac3 SHA512 6e69368b06d8f79bc24355751a7252b0507797c7977b02442fa4d30ed6e50d87f6227e42902e4de589bc8f3fcbff8d2aef9e162ba6f0fe7f9a1499c4c9aa18dd
+DIST syndication-5.72.0.tar.xz 508684 BLAKE2B 03cfc4cff365284536501ab304e28a371072868137ab1f72d39bfbaca4f3c91b53efc309fb4dde1344962af668270d05a7bb8359cc43a7199c4375c7817861ea SHA512 b91842a33e1b106b005b14460e511bfadaf410047ad78fe6cb41358123b896437d40f7f511eb94ef789203c9e8d4cf2b4ef44270769bc204863dcff6123335d3
diff --git a/kde-frameworks/syndication/syndication-5.72.0.ebuild b/kde-frameworks/syndication/syndication-5.72.0.ebuild
new file mode 100644
index 000000000000..f57800bca198
--- /dev/null
+++ b/kde-frameworks/syndication/syndication-5.72.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
+"