summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-5.81.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
index e9b5a152e3ab..f11246ed9118 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,3 +1,2 @@
DIST syndication-5.80.0.tar.xz 508592 BLAKE2B fb6127514ae15ec952374b066035b26cf48323949a99ef6b66fba8165b435688251bccd38c5283dc683806d610dff812fc8c125221b74968176a911c517f132c SHA512 913631280479682dd23118b4a1f464930a00546c12f283b2dc9fb1ab96b33b576b6d5fbbb82477d26189ee8fd376842104269fb5a05ff54b16447c7ae3ed651f
-DIST syndication-5.81.0.tar.xz 508312 BLAKE2B 3e7a943b031da4c4a6f4d214c14f13140b1ca88d16224488c561b0722b54c5261eb87ff82cc66c2c2ae7dd7e858e32bce43d81917298d450612cc35177b92071 SHA512 73ba73dabebcd5bbecd7fafe2b03fed83d7d8f3324cbb4f4317750709a953d67cc805cf0059aaef46035dfe3e9d4adcfa2e7cfa78d46ddf333b83797f6ddd574
DIST syndication-5.82.0.tar.xz 508368 BLAKE2B 5bae3d80f818670cad1a08f3e085fff45116067f811b34390e4cb64c2f4aaf6c171abdc462e7075ce43b1208ad25cf15f088d8d06f3e922222cac94eb9108d80 SHA512 59e8f88138d6d18d7b4c4f2e5596606bdd13aa7425e55dadf24cf4a1592cda0c547b077d303dce514a0e20d5cca0740e6e6879ffda6470c0fa9302cd11eedbc0
diff --git a/kde-frameworks/syndication/syndication-5.81.0.ebuild b/kde-frameworks/syndication/syndication-5.81.0.ebuild
deleted file mode 100644
index f9d3fa88d675..000000000000
--- a/kde-frameworks/syndication/syndication-5.81.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 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtxml-${QTMIN}:5
- =kde-frameworks/kcodecs-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
-"