summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/knotifyconfig/Manifest1
-rw-r--r--kde-frameworks/knotifyconfig/knotifyconfig-6.3.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest
deleted file mode 100644
index 68e8cd441f0..00000000000
--- a/kde-frameworks/knotifyconfig/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST knotifyconfig-6.3.0.tar.xz 2385544 BLAKE2B 38c9ccb2493b5c078a188d41487a703ffd63849c72bd7b52c5fd10343db6c269303748a8ece0d52ac5e2e428b034f92a1c2ff06c6082e83aebb1c18d00a70eea SHA512 df743ebff5794ff4a08440811e82d4183b5588f2550c204c674c10cc54603d71ce387a4ef715e087892bbe860b7ca004837aa077dadc80ddfee45d9a34bd833c
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-6.3.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-6.3.0.ebuild
deleted file mode 100644
index 3cf100a4ed9..00000000000
--- a/kde-frameworks/knotifyconfig/knotifyconfig-6.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for configuring desktop notifications"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64"
-IUSE="phonon"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- =kde-frameworks/kcompletion-${PVCUT}*:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kio-${PVCUT}*:6
- !phonon? ( media-libs/libcanberra )
- phonon? ( >=media-libs/phonon-4.12.0[qt6] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package !phonon Canberra)
- )
- ecm_src_configure
-}