diff options
author | 2024-06-13 18:22:43 +0200 | |
---|---|---|
committer | 2024-06-13 18:53:57 +0200 | |
commit | 31f4fe2672aa121014a310df7ae9b69f928f2fc8 (patch) | |
tree | 94cb02fef31a74400c2c052b24182287d4bd2ad9 /kde-apps | |
parent | kde-apps/sweeper: drop 24.05.0 (diff) | |
download | gentoo-31f4fe2672aa121014a310df7ae9b69f928f2fc8.tar.gz gentoo-31f4fe2672aa121014a310df7ae9b69f928f2fc8.tar.bz2 gentoo-31f4fe2672aa121014a310df7ae9b69f928f2fc8.zip |
kde-apps/yakuake: drop 24.05.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/yakuake/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/yakuake/yakuake-24.05.0.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/kde-apps/yakuake/Manifest b/kde-apps/yakuake/Manifest index 8820de9f445a..09094a29aa34 100644 --- a/kde-apps/yakuake/Manifest +++ b/kde-apps/yakuake/Manifest @@ -1,3 +1,2 @@ DIST yakuake-23.08.5.tar.xz 435320 BLAKE2B 5d84033bbcf854a7f71bdbc5c5563358608f42d31af656b429da2a2975ad8cc67d512e5bf57577615e0f1e822868143022b2cc545ea4ebd6cabd35b4ecc0fa52 SHA512 264e98a764d21be2182b04acb689ad8ade5b1b402582cd1f6deb2141088173adf1c64c9751a4a07677b1bcea1f376c220f14075d72f630b0409a0e2d4ff9f92e -DIST yakuake-24.05.0.tar.xz 378244 BLAKE2B da3d47dd7a1085d1e090509640ed1ad0314369c9c3409686fb9d4f9ea50850a915fcd5b86ca51dba047ed914ed3a9d7616d4b9f9420119ea12ee0b99658ec80c SHA512 a4e62aabf30bdba5d65e99396a6f70debd5e88619b0c3f80775001e625f54d2a0147097b1bcb372e9e3d54836bc29de63cb29f24536eff93f981266e38ab24d5 DIST yakuake-24.05.1.tar.xz 385636 BLAKE2B 7cc6a26b368873855bd048adb7148b09cd6257bfd50cd0606870b95efc52304dfb0bf3b1a81661ec031deafe31f329d518903087d408b917bcd3838491a1f9ca SHA512 1bc4485363bc13605cf71b1d5aa9adaf915629078ac879d54f82bf270499590a04f7000d02112cfc2377272f2704da00e1f1574ae0417385b5c6900797f95c18 diff --git a/kde-apps/yakuake/yakuake-24.05.0.ebuild b/kde-apps/yakuake/yakuake-24.05.0.ebuild deleted file mode 100644 index 56dad62e066f..000000000000 --- a/kde-apps/yakuake/yakuake-24.05.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.0.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" - -# 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 -} |