diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-03-06 18:07:56 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-03-06 18:07:56 +0100 |
| commit | 243a2a6494945fd537df28d23ab00e6a6f50f8c8 (patch) | |
| tree | 89a7d1985e9e5fee3532e687a4ce5a2efbf205c6 /kde-apps | |
| parent | 3704ad2da8fbdf7b10c3874e6f3b7b093b53de6c (diff) | |
| download | kde-243a2a6494945fd537df28d23ab00e6a6f50f8c8.tar.gz kde-243a2a6494945fd537df28d23ab00e6a6f50f8c8.tar.bz2 kde-243a2a6494945fd537df28d23ab00e6a6f50f8c8.zip | |
kde-apps/kate: drop 24.12.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
| -rw-r--r-- | kde-apps/kate/kate-24.12.49.9999.ebuild | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/kde-apps/kate/kate-24.12.49.9999.ebuild b/kde-apps/kate/kate-24.12.49.9999.ebuild deleted file mode 100644 index a939283d7eb..00000000000 --- a/kde-apps/kate/kate-24.12.49.9999.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoff" -KFMIN=6.7.0 -QTMIN=6.7.2 -inherit ecm flag-o-matic gear.kde.org - -DESCRIPTION="Multi-document editor with network transparency, Plasma integration and more" -HOMEPAGE="https://kate-editor.org/ https://apps.kde.org/kate/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="6" -KEYWORDS="" -IUSE="" - -# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h -# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras -# TODO: replace HAVE_X11 and __has_include with explicit WITH_X11 option -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets,X] - ~kde-apps/kate-lib-${PV}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kdbusaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kwindowsystem-${KFMIN}:6[X] - virtual/libintl -" -RDEPEND="${DEPEND} - ~kde-apps/kate-addons-${PV}:6 - >=kde-apps/kate-common-${PV} -" - -src_prepare() { - ecm_src_prepare - ecm_punt_po_install - - # these tests are run in kde-apps/kate-lib - cmake_run_in apps/lib cmake_comment_add_subdirectory autotests -} - -src_configure() { - local mycmakeargs=( - -DBUILD_addons=FALSE - -DBUILD_kwrite=FALSE - ) - - # provided by kde-apps/kate-lib - append-libs -lkateprivate - - ecm_src_configure -} - -src_install() { - ecm_src_install - - # provided by kde-apps/kate-lib - rm -v "${ED}"/usr/$(get_libdir)/libkateprivate.so.* || die -} |
