commit: 5dda06e233bae62c067840018e708fb2dc6d9f77
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 18:14:55 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 18:42:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dda06e2
kde-frameworks/syndication: drop 6.7.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/syndication/Manifest | 1 -
.../syndication/syndication-6.7.0.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/kde-frameworks/syndication/Manifest
b/kde-frameworks/syndication/Manifest
index 2689abca2d97..b7ff94db2d92 100644
--- a/kde-frameworks/syndication/Manifest
+++ b/kde-frameworks/syndication/Manifest
@@ -1,4 +1,3 @@
DIST syndication-5.116.0.tar.xz 510556 BLAKE2B
76605eba6b7bbbbadeacb730a69655ddfa3d86339932281ee9f845c4e9c761de59ef1dfc92f4bfd11a64be1a97fc2e5e1e8bded7f416a14f469303c5233da199
SHA512
82ca9937286cc9ab525bb078b2c884c368be7d243462a636d50a005e8667666f5cfdc11b324be75269857bf9f143a7b3704fc6411600bbfb60acd30dd772181d
DIST syndication-6.10.0.tar.xz 569532 BLAKE2B
7e7e1fbda91ca5772ef74142f6e108269df3127244aebf6c926b4d1f4d47a53ad9a26bd62518afbc80d28893c5a826fbb30731172e21dc9cc971678462a06224
SHA512
35f7a5743b0bd1926a3de6a8d4dd702960ce406b025086005e727c48a6f63d012b9e087bd7805c93c3a3133792a5f1a2b6511a7c60120717ddcd8e3265f03405
-DIST syndication-6.7.0.tar.xz 569472 BLAKE2B
2e7c4520a9ce07c1929e1049a0f98b9b5551b547e75910a96fb3d3e877b0a11dd4d982bcdb54ac7d0204fc073a5e487cf9202f99f6a995d2f2f4e84bfecac700
SHA512
5400fb0da49c7169d29181cb7e67d6ba07941b065e3a469d86c2b39959de7ae170738437b7cb2e628af3fe56255724ae1baae939adf3b92dbdd6653c00fa817f
DIST syndication-6.9.0.tar.xz 569528 BLAKE2B
943a9e28a77c2345ba706ada8fcddd949ddb062f4e1da27f4117a1a875a52c3ace3744d997db11cfce5b4f458933916fa0a6d944d554e9a358b62795eb5a3ca6
SHA512
2c1bcf6b05436a033d2e26db329b59971232197441a76730bb3866591f2d472a6cf117970dc20f3288464668be89851aeeb47bcdd8aa6fa7bacdd099bfdf8cf1
diff --git a/kde-frameworks/syndication/syndication-6.7.0.ebuild
b/kde-frameworks/syndication/syndication-6.7.0.ebuild
deleted file mode 100644
index 43cabb2052ba..000000000000
--- a/kde-frameworks/syndication/syndication-6.7.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.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-${PVCUT}*:6
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtbase-${QTMIN}:6[network] )
-"