diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 15:07:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-11 17:37:25 +0200 |
commit | dbb2fd6442ae5197d630d3f4ff890723dbe33273 (patch) | |
tree | cbac6cdc362eeaca6acf19f0ce1e0fe07cb96043 /kde-frameworks/syndication | |
parent | kde-frameworks/sonnet: drop 5.71.0* (diff) | |
download | gentoo-dbb2fd6442ae5197d630d3f4ff890723dbe33273.tar.gz gentoo-dbb2fd6442ae5197d630d3f4ff890723dbe33273.tar.bz2 gentoo-dbb2fd6442ae5197d630d3f4ff890723dbe33273.zip |
kde-frameworks/syndication: drop 5.71.0*
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.71.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest index 9a58aa28e6df..f6e9f9d7ea0b 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.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.71.0.ebuild b/kde-frameworks/syndication/syndication-5.71.0.ebuild deleted file mode 100644 index 72661c91f577..000000000000 --- a/kde-frameworks/syndication/syndication-5.71.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.1 -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 -" |