commit:     7c2bb7ae0db836bc1ed96eaeaa325b555b41d504
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 22:28:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 22:28:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c2bb7ae

kde-apps/yakuake: drop 24.01.95

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-apps/yakuake/yakuake-24.01.95.ebuild | 53 --------------------------------
 1 file changed, 53 deletions(-)

diff --git a/kde-apps/yakuake/yakuake-24.01.95.ebuild 
b/kde-apps/yakuake/yakuake-24.01.95.ebuild
deleted file mode 100644
index 0c2c638984..0000000000
--- a/kde-apps/yakuake/yakuake-24.01.95.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.249.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="https://apps.kde.org/yakuake/";
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="absolute-position"
-
-# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
-DEPEND="
-       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-       >=dev-qt/qtsvg-${QTMIN}:6
-       >=kde-apps/konsole-${PVCUT}:6
-       >=kde-frameworks/karchive-${KFMIN}:6
-       >=kde-frameworks/kconfig-${KFMIN}:6
-       >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-       >=kde-frameworks/kcoreaddons-${KFMIN}:6
-       >=kde-frameworks/kcrash-${KFMIN}:6
-       >=kde-frameworks/kdbusaddons-${KFMIN}:6
-       >=kde-frameworks/kglobalaccel-${KFMIN}:6
-       >=kde-frameworks/ki18n-${KFMIN}:6
-       >=kde-frameworks/kiconthemes-${KFMIN}:6
-       >=kde-frameworks/kio-${KFMIN}:6
-       >=kde-frameworks/knewstuff-${KFMIN}:6
-       >=kde-frameworks/knotifications-${KFMIN}:6
-       >=kde-frameworks/knotifyconfig-${KFMIN}:6
-       >=kde-frameworks/kparts-${KFMIN}:6
-       >=kde-frameworks/kservice-${KFMIN}:6
-       >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-       >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
-       >=kde-frameworks/kxmlgui-${KFMIN}:6
-       x11-libs/libX11
-       absolute-position? ( kde-plasma/kwayland:6 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake_use_find_package absolute-position KWayland)
-       )
-
-       ecm_src_configure
-}

Reply via email to