commit: 3dd41d84b49baf4efd8da6da9142f126211840bd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 20:10:55 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 20:10:55 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dd41d84
kde-frameworks/knotifyconfig: drop 6.19.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../knotifyconfig/knotifyconfig-6.19.0.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-6.19.0.ebuild
b/kde-frameworks/knotifyconfig/knotifyconfig-6.19.0.ebuild
deleted file mode 100644
index d4685ee7dc..0000000000
--- a/kde-frameworks/knotifyconfig/knotifyconfig-6.19.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for configuring desktop notifications"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=dev-qt/qtmultimedia-${QTMIN}:6
- =kde-frameworks/kcompletion-${KDE_CATV}*:6
- =kde-frameworks/kconfig-${KDE_CATV}*:6
- =kde-frameworks/ki18n-${KDE_CATV}*:6
- =kde-frameworks/kio-${KDE_CATV}*:6
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_Canberra=ON
- )
- ecm_src_configure
-}