summaryrefslogtreecommitdiff
path: root/kde-apps/kpimtextedit
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-10-09 18:46:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-10-09 18:46:50 +0200
commit97cf17397a72d07eb465911fbd03c82fd4a33adc (patch)
treee74a311477bb98673b77cc1c6cfbb40708c02048 /kde-apps/kpimtextedit
parente6c7d36801030b115a3a01f4f2dd6d16fd3679f6 (diff)
downloadkde-97cf17397a72d07eb465911fbd03c82fd4a33adc.tar.gz
kde-97cf17397a72d07eb465911fbd03c82fd4a33adc.tar.bz2
kde-97cf17397a72d07eb465911fbd03c82fd4a33adc.zip
kde-apps/kpimtextedit: drop 25.08.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kpimtextedit')
-rw-r--r--kde-apps/kpimtextedit/Manifest1
-rw-r--r--kde-apps/kpimtextedit/kpimtextedit-25.08.2.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-apps/kpimtextedit/Manifest b/kde-apps/kpimtextedit/Manifest
deleted file mode 100644
index 3decdc2d72f..00000000000
--- a/kde-apps/kpimtextedit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpimtextedit-25.08.2.tar.xz 183544 BLAKE2B bd57c655cf7b36e4669ca8462f32b84e58f984baa4d19d396bb85b9f802a045093f936d155bc43b6d25c652b39e5ec37be1b90612bd024b71ada7f40844770f3 SHA512 8a8fa8391dca10d6c148ba54175015d85772bda4f0c2c5b1a208e47381c46727b78ed05f4e5742db55be65ff41b3a7a92cdeee28e48aca6e1a528241000e24bb
diff --git a/kde-apps/kpimtextedit/kpimtextedit-25.08.2.ebuild b/kde-apps/kpimtextedit/kpimtextedit-25.08.2.ebuild
deleted file mode 100644
index 9c18753df68..00000000000
--- a/kde-apps/kpimtextedit/kpimtextedit-25.08.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=6.16.0
-QTMIN=6.9.1
-inherit ecm gear.kde.org
-
-DESCRIPTION="Extended text editor for PIM applications"
-
-LICENSE="LGPL-2.1+"
-SLOT="6/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm64"
-IUSE="speech"
-
-RESTRICT="test"
-
-RDEPEND="
- >=dev-libs/ktextaddons-1.6.0:6[speech?]
- >=dev-qt/qtbase-${QTMIN}:6[widgets]
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/sonnet-${KFMIN}:6
- >=kde-frameworks/syntax-highlighting-${KFMIN}:6
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package speech KF6TextEditTextToSpeech)
- )
- ecm_src_configure
-}