summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/syndication/Manifest1
-rw-r--r--kde-frameworks/syndication/syndication-6.13.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-frameworks/syndication/Manifest b/kde-frameworks/syndication/Manifest
deleted file mode 100644
index 4fa0d780ed7..00000000000
--- a/kde-frameworks/syndication/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST syndication-6.13.0.tar.xz 569492 BLAKE2B 32dad7aac0c8514b77abab4f345a5f9701f30579de7f4b96ce1ffe6a8221894b730bdf278690d90168461755f0b34bcfd842f3868cb61259996d97c1bc8d7b65 SHA512 3a905ee0a235af7027ce723a4f0901d70527cf18aaa06d5882cde9a48c8d7bb6c1057f816be33d07e35d31c70a64d3f7944cf22844f6b811675eb921572cfc62
diff --git a/kde-frameworks/syndication/syndication-6.13.0.ebuild b/kde-frameworks/syndication/syndication-6.13.0.ebuild
deleted file mode 100644
index 13b5637c60e..00000000000
--- a/kde-frameworks/syndication/syndication-6.13.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Library for parsing RSS and Atom feeds"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[xml]
- =kde-frameworks/kcodecs-${KDE_CATV}*:6
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
-"