diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-10 20:23:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-10 20:44:14 +0200 |
commit | a00bfd3a41de78c751f223c38565e03a150f4b00 (patch) | |
tree | 5201cb01bbe1489fca88a0afa81080c52ade4dfb /kde-frameworks/syndication | |
parent | kde-frameworks/kunitconversion: 5.81.0 version bump (diff) | |
download | gentoo-a00bfd3a41de78c751f223c38565e03a150f4b00.tar.gz gentoo-a00bfd3a41de78c751f223c38565e03a150f4b00.tar.bz2 gentoo-a00bfd3a41de78c751f223c38565e03a150f4b00.zip |
kde-frameworks/syndication: 5.81.0 version bump
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.81.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 20f20869658f..97ad35495902 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,2 +1,3 @@ DIST syndication-5.77.0.tar.xz 508860 BLAKE2B 083f3532359b015c6ba5a6853047639d73a920b8fddc60aec9c7e3daffac2afd606facd58911caec4b76e723633bc9f48eef66c392448caf97aa7ace85851a70 SHA512 98f452464f8b777bde70b62340a8838f5e3f9be87e8a7300519685ca7b962f3e4b668f810ad81b0e9eb3cd86bb824dee079b2d2ac0b22f1fab9f64b8947befd7 DIST syndication-5.80.0.tar.xz 508592 BLAKE2B fb6127514ae15ec952374b066035b26cf48323949a99ef6b66fba8165b435688251bccd38c5283dc683806d610dff812fc8c125221b74968176a911c517f132c SHA512 913631280479682dd23118b4a1f464930a00546c12f283b2dc9fb1ab96b33b576b6d5fbbb82477d26189ee8fd376842104269fb5a05ff54b16447c7ae3ed651f +DIST syndication-5.81.0.tar.xz 508312 BLAKE2B 3e7a943b031da4c4a6f4d214c14f13140b1ca88d16224488c561b0722b54c5261eb87ff82cc66c2c2ae7dd7e858e32bce43d81917298d450612cc35177b92071 SHA512 73ba73dabebcd5bbecd7fafe2b03fed83d7d8f3324cbb4f4317750709a953d67cc805cf0059aaef46035dfe3e9d4adcfa2e7cfa78d46ddf333b83797f6ddd574 diff --git a/kde-frameworks/syndication/syndication-5.81.0.ebuild b/kde-frameworks/syndication/syndication-5.81.0.ebuild new file mode 100644 index 000000000000..f9d3fa88d675 --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.81.0.ebuild @@ -0,0 +1,23 @@ +# 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.2 +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 ) +" |