diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-12 15:54:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-12 16:10:07 +0200 |
commit | a813754bfafb2df8181f2b3f60b42e60a416c423 (patch) | |
tree | bf28cf1bb4c6dd4170e2c6a962a088918e55cf68 /kde-frameworks | |
parent | kde-frameworks/kunitconversion: drop 5.73.0* (diff) | |
download | gentoo-a813754bfafb2df8181f2b3f60b42e60a416c423.tar.gz gentoo-a813754bfafb2df8181f2b3f60b42e60a416c423.tar.bz2 gentoo-a813754bfafb2df8181f2b3f60b42e60a416c423.zip |
kde-frameworks/syndication: drop 5.73.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/syndication/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/syndication/syndication-5.73.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index e8e306710e13..bf7ae3ce4971 100644 --- a/kde-frameworks/syndication/Manifest +++ b/kde-frameworks/syndication/Manifest @@ -1,3 +1,2 @@ DIST syndication-5.70.0.tar.xz 508892 BLAKE2B d2a134996aa45dbaf75d6830d85d9e2f16967e8177d15c434abd1951dbcbdd816d141a0e104ff17f82d5bd452673282dcc9f3185dcba716fc5675ae647428cdd SHA512 014226e19cf2e97f4f2c60a5a7b0aa2ae3696ccdd6d28bee5b49ccf234e3404d4784d254016f74b9c53f39fb20780a15eabe05722161460cfc393036c8d5552f -DIST syndication-5.73.0.tar.xz 508744 BLAKE2B 0c7d2fbe19ba7ea9548a60266667be82d2aaa74086b0b5a81919dae1c2c2c4487e02027cd4eb1ced26ac81d7b5ae401316ca8f1a197cc4a224ec27c296e23828 SHA512 dc6b5de4073701ba34982af055f005d6ad6b23916581d5dbf3605ecd506211c8942161ab25048729dc3c765acae62ea8292654042cf4784022853be4d9167b2a DIST syndication-5.74.0.tar.xz 508876 BLAKE2B 231a86a83735fe295a61fa605070e5672142e3842e335cb6b1fccdd908d58a113bfbb42ef41aa1f9066dc738ce329a3411d5015c0e0eb79682737f350bf18c10 SHA512 c524ea90c4fbe80040a772e967dc024707ed32c124b0efcf4324e5bc60093472762f7b48fcadd1f288747464defd16abe185fdff00c8e414db37a00bc1e6fe53 diff --git a/kde-frameworks/syndication/syndication-5.73.0.ebuild b/kde-frameworks/syndication/syndication-5.73.0.ebuild deleted file mode 100644 index f57800bca198..000000000000 --- a/kde-frameworks/syndication/syndication-5.73.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -" |