summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-04-17 23:03:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-04-17 23:03:24 +0200
commita26dedc26cd3d80636b03f355443b096da862040 (patch)
tree1d92060233392334ed2255b3d3320e56740441c0
parentabf42b5f19bd511023d62a1f90508a181272975d (diff)
downloadkde-a26dedc26cd3d80636b03f355443b096da862040.tar.gz
kde-a26dedc26cd3d80636b03f355443b096da862040.tar.bz2
kde-a26dedc26cd3d80636b03f355443b096da862040.zip
kde-apps/kate: drop 25.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kate/Manifest1
-rw-r--r--kde-apps/kate/kate-25.04.0.ebuild61
2 files changed, 0 insertions, 62 deletions
diff --git a/kde-apps/kate/Manifest b/kde-apps/kate/Manifest
deleted file mode 100644
index ef7fef4ecc3..00000000000
--- a/kde-apps/kate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kate-25.04.0.tar.xz 8373780 BLAKE2B b280a56d38891eb9252c06ba85dc27ea03feef123d9e65d1524236f5ea859a184bdfab053c216c04aec456ea598478e8c07856a13c7d6ec391a141b627bade13 SHA512 f7db201027c4cee0ae682b6142be2f98b6d68286a6e4f3b96edc2c550a0f6330b10248e2fda5cddffc5160c1961f7873b3eea056a964dd9c8dd379b9344807bc
diff --git a/kde-apps/kate/kate-25.04.0.ebuild b/kde-apps/kate/kate-25.04.0.ebuild
deleted file mode 100644
index cf7d538719d..00000000000
--- a/kde-apps/kate/kate-25.04.0.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.9.0
-QTMIN=6.7.2
-inherit ecm flag-o-matic gear.kde.org xdg
-
-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="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-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
-}