summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-24 16:30:18 +0100
committerSam James <sam@gentoo.org>2024-08-24 16:30:18 +0100
commite5ad5d77895af3b7ae14d83dcd3d983cb8acb254 (patch)
tree308615e0954224d72db0cca90cba3ceff1ab8372
parent3794b0fba252841cace47336cc1a596bd6eef459 (diff)
downloadkde-e5ad5d77895af3b7ae14d83dcd3d983cb8acb254.tar.gz
kde-e5ad5d77895af3b7ae14d83dcd3d983cb8acb254.tar.bz2
kde-e5ad5d77895af3b7ae14d83dcd3d983cb8acb254.zip
kde-apps/yakuake: drop 24.08.0
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--kde-apps/yakuake/Manifest1
-rw-r--r--kde-apps/yakuake/yakuake-24.08.0.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-apps/yakuake/Manifest b/kde-apps/yakuake/Manifest
deleted file mode 100644
index 7c073a8fa0c..00000000000
--- a/kde-apps/yakuake/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yakuake-24.08.0.tar.xz 389832 BLAKE2B 63f6d6c2dee3df52249b5bccca18747ec695c968855bd4a22c941a5722e652275b2778b430825a36089b02d933d9516f2fa3cfcc3c1a4a3cf987af59c4003dfa SHA512 ca59033fddc458d4433d6512fdb4f081cb800675c88c902baa42a95e336ff11fc2197f5b133901960ac91666aa405816a822cdcdc26c0cc2039f2c1620e203d8
diff --git a/kde-apps/yakuake/yakuake-24.08.0.ebuild b/kde-apps/yakuake/yakuake-24.08.0.ebuild
deleted file mode 100644
index 63ae49fac7e..00000000000
--- a/kde-apps/yakuake/yakuake-24.08.0.ebuild
+++ /dev/null
@@ -1,59 +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=6.5.0
-QTMIN=6.7.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 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="absolute-position"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
-RDEPEND="
- >=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/kstatusnotifieritem-${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 )
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
-"
-
-src_configure() {
- # TODO: start to use WITH_X11 option? but there's still the
- # KX11Extras use...
- local mycmakeargs=(
- $(cmake_use_find_package absolute-position KWayland)
- )
-
- ecm_src_configure
-}