summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 21:51:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 23:04:02 +0200
commit8bac0fafcd6ceaaf7547c07b3bb95daffc0991b3 (patch)
treed54973e1221d804492fa677cb8613401cd6fc903 /kde-frameworks
parentkde-frameworks/kunitconversion: drop 5.83.0* (diff)
downloadgentoo-8bac0fafcd6ceaaf7547c07b3bb95daffc0991b3.tar.gz
gentoo-8bac0fafcd6ceaaf7547c07b3bb95daffc0991b3.tar.bz2
gentoo-8bac0fafcd6ceaaf7547c07b3bb95daffc0991b3.zip
kde-frameworks/syndication: drop 5.83.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.83.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index a33364b42d4b..c710afa4979f 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.82.0.tar.xz 508368 BLAKE2B 5bae3d80f818670cad1a08f3e085fff45116067f811b34390e4cb64c2f4aaf6c171abdc462e7075ce43b1208ad25cf15f088d8d06f3e922222cac94eb9108d80 SHA512 59e8f88138d6d18d7b4c4f2e5596606bdd13aa7425e55dadf24cf4a1592cda0c547b077d303dce514a0e20d5cca0740e6e6879ffda6470c0fa9302cd11eedbc0
-DIST syndication-5.83.0.tar.xz 508424 BLAKE2B dc612fcadbecfe86bdf0831ac2608fa0d2e1c3681de620be76bff39b57ccf2d8b38be40c01cc2e20f62268718acfeafde60643b7d69ba769c65caf2303ab9369 SHA512 b3048bf2ad093cfdfe22266b091582d6f14338f0d5e61ab4cc756f838b4832b2b00fb2330055a2086b5480d2c81a971cf032fa2f586c550d4f319ca9402c82e0
DIST syndication-5.84.0.tar.xz 508232 BLAKE2B c8ee359992b8eb86790841420256805b96acdd6e2242a3502d581da78633696a12a916131372d9dfb858d45e0427b85bdeeb6fcebbd2ed32328c5a78e610956e SHA512 cdab7872f31c6d19d590c9318618f92ac5cab532944320223183fe957030745c1dc170dedbbc0dfcb33d5119974f9c8731090fbda1dce56e78e28a4fa53fbc85
diff --git a/kde-frameworks/syndication/syndication-5.83.0.ebuild b/kde-frameworks/syndication/syndication-5.83.0.ebuild
deleted file mode 100644
index 4efba838ce84..000000000000
--- a/kde-frameworks/syndication/syndication-5.83.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
-"