diff options
author | 2024-01-31 20:48:02 +0100 | |
---|---|---|
committer | 2024-02-01 22:17:16 +0100 | |
commit | a47cc311321060115098bc2349cc9e34bdf54116 (patch) | |
tree | 517f11bb863c6c0108e24ae407178c4387285e18 /kde-frameworks/syndication | |
parent | kde-frameworks/kunitconversion: 5.249.0 version bump (diff) | |
download | gentoo-a47cc311321060115098bc2349cc9e34bdf54116.tar.gz gentoo-a47cc311321060115098bc2349cc9e34bdf54116.tar.bz2 gentoo-a47cc311321060115098bc2349cc9e34bdf54116.zip |
kde-frameworks/syndication: 5.249.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.249.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index b886527af1bf..c870004cdf94 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,3 +1,4 @@ DIST syndication-5.113.0.tar.xz 510552 BLAKE2B 7530eacdf7d4ad58dd321f8a7073747cf0244e74d5f7ce2e4cc59a727d81fcf0eb716201e31376eed1b525a1eb1a2aebaa1a7f386bb432c392c377fb96bfb1a7 SHA512 7e9be267be5dfe302b99d5c912c19264b11f57f35cc8891d6fb1f14889fb8695def57f003b6f642dda2b459fab5d5d75233ab7767f60447b1be56224d62a9d0b DIST syndication-5.114.0.tar.xz 510560 BLAKE2B 091d0ec0640cbccd58a93bd22e0b9022cec853b093bea439ba24bd8d10eff6466fe85aa3393dba0c426361acc2280a154bc4425257ba2d59be515b225fa636cc SHA512 d8468a8e8c0d72e3bdb7281a74e6cf8183ed17320e12c898dea8cb0cfce005236d3cdb92d272e4035f9b72ab068861ca11bc9bcca9630a013130ca50682a82be DIST syndication-5.248.0.tar.xz 510840 BLAKE2B c456ede509b80dc95b945b849a165556a83e907415004d9764703dfabf71b3d09eadb531a68c07970832c2e830181dc3e1671f7bfaa55d63caf5432f3fe4715f SHA512 7667540df3512eb1f118c60a58513435c26de9754a10275794a800ef90196ce39cb17f0f8156bb25a1afe0c89b40e8760008e20a55ae1fa5c66091ed97903061 +DIST syndication-5.249.0.tar.xz 510864 BLAKE2B 5dcc8b647b3e42ecf4f3d400f26daacfc12280b650963de7b972c84403d568a6505d07c8069245d7b34ba67805074afd987fe5a10a9afa7afef9aad023a6e032 SHA512 4f8202012b9b8a2a0f001d65a55da1d0856780594b6a087ccb7f20418e74fbd226f4f243d8f18efb619b4222159912c5f548aba01a7ab8fcff683e17427ba784 diff --git a/kde-frameworks/syndication/syndication-5.249.0.ebuild b/kde-frameworks/syndication/syndication-5.249.0.ebuild new file mode 100644 index 000000000000..d6c5dc11b2e2 --- /dev/null +++ b/kde-frameworks/syndication/syndication-5.249.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.0 +inherit ecm frameworks.kde.org + +DESCRIPTION="Library for parsing RSS and Atom feeds" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[xml] + =kde-frameworks/kcodecs-${PVCUT}*:6 +" +DEPEND="${RDEPEND} + test? ( >=dev-qt/qtbase-${QTMIN}:6[network] ) +" |