public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/ktextaddons/files/, dev-libs/ktextaddons/
@ 2024-01-09 21:18 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2024-01-09 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c6e04cee3bbf414b6c419cfdefb95ce86bc2cbcc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 18:44:14 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 21:18:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e04cee

dev-libs/ktextaddons: drop 1.3.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/ktextaddons/Manifest                      |  1 -
 .../files/ktextaddons-1.3.0-fix-qch.patch          | 27 ------------
 dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild      | 50 ----------------------
 profiles/package.mask                              |  4 --
 4 files changed, 82 deletions(-)

diff --git a/dev-libs/ktextaddons/Manifest b/dev-libs/ktextaddons/Manifest
index 60b8c853af43..1bf5657f3673 100644
--- a/dev-libs/ktextaddons/Manifest
+++ b/dev-libs/ktextaddons/Manifest
@@ -1,3 +1,2 @@
 DIST ktextaddons-1.2.1.tar.xz 392132 BLAKE2B 63a3dcbca0e49fab246f6a76266529e90ec73209e5dd2464884b9b0071867d10ff017b91faa321a8738e63c90c6bd6c4c8ad708a4a944595eba4a7f0aa4934d2 SHA512 44a0aa56a92594031576d2e37e7bc526444f64cebd9b5add8bd382e72fc30b222075bee4d61cc358da61f4db266cd0a339717bd9d90b21e38993371cb1408db9
-DIST ktextaddons-1.3.0.tar.xz 393324 BLAKE2B 446cebcc278a60e3697893afee2bff91fbe6ef15413e4bbaf17aa8466a344437bb48d667cf4e6709de56339deeefb3969ae4a5d55ab73d7085feedb67bfae072 SHA512 0fb2c523547087a8732e40158318a5984729d56faf25318878f059c1dfb7b12fdb45e165e61fe259ee5379d40c24cd79464aac8af39802e25390d22a3a77eca4
 DIST ktextaddons-1.5.2_p20240108-8291d343.tar.gz 764013 BLAKE2B 6e23c88e3dd2ce3e5976df4656aa56178a9e6e59a23030e7aaaeb7f3185a1cd6b0d4ef58b44dc97cf82a2451bb237f4eac07d9c17f078c198f211fbc8e6cb000 SHA512 7dbfc81d7257f155749b50d712db2b0dc1f54652bffd13b3b6b760e7ec1026f1bc53aee76ad45a0923505a81df6620360f7a97d859bf6761333ca0261cb2436f

diff --git a/dev-libs/ktextaddons/files/ktextaddons-1.3.0-fix-qch.patch b/dev-libs/ktextaddons/files/ktextaddons-1.3.0-fix-qch.patch
deleted file mode 100644
index 7cf1a1ecea98..000000000000
--- a/dev-libs/ktextaddons/files/ktextaddons-1.3.0-fix-qch.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From d87f5f136a7af6bbeb033cacbd97136d89a76b51 Mon Sep 17 00:00:00 2001
-From: Laurent Montel <montel@kde.org>
-Date: Thu, 27 Apr 2023 07:48:40 +0200
-Subject: [PATCH] Fix Bug 469020: Building with QCH=ON fails
-
-FIXED-IN: 1.3.1
-BUG: 469020
----
- textautocorrection/core/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/textautocorrection/core/CMakeLists.txt b/textautocorrection/core/CMakeLists.txt
-index 4c562d7..68d28fa 100644
---- a/textautocorrection/core/CMakeLists.txt
-+++ b/textautocorrection/core/CMakeLists.txt
-@@ -163,7 +163,7 @@ if (BUILD_QCH)
-         KF${KF_MAJOR_VERSION}TextAutoCorrectionCore_QCH
-         NAME KF${KF_MAJOR_VERSION}TextAutoCorrectionCore
-         BASE_NAME KF${KF_MAJOR_VERSION}TextAutoCorrectionCore
--        VERSION ${TEXTAUTOCORRECTION_VERSION}
-+	VERSION ${TEXTAUTOCORRECTIONCORE_VERSION}
-         ORG_DOMAIN org.kde
-         SOURCES # using only public headers, to cover only public API
-         ${TextAutoCorrectionCore_autocorrection_HEADERS}
--- 
-GitLab
-

diff --git a/dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild b/dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild
deleted file mode 100644
index 691becce3bfc..000000000000
--- a/dev-libs/ktextaddons/ktextaddons-1.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.103.0
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Various text handling addons"
-HOMEPAGE="https://invent.kde.org/libraries/ktextaddons"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2+"
-SLOT="5"
-IUSE="speech"
-
-RESTRICT="test"
-
-RDEPEND="
-	dev-libs/qtkeychain:=[qt5(+)]
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-fix-qch.patch" ) # bug 905361
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package speech Qt5TextToSpeech)
-	)
-	ecm_src_configure
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 17716390ca33..fab7df24937b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -613,10 +613,6 @@ net-misc/openr2
 # reverse dependencies are fixed. Tracker bug is bug #906077.
 =dev-libs/libfmt-10*
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2023-04-30)
-# Breaking even latest ~arch version of KDE PIM, bug #905352.
-=dev-libs/ktextaddons-1.3*
-
 # Sam James <sam@gentoo.org> (2023-04-13)
 # Leads to broken terminal output in e.g. vim and openrc and other applications
 # like joe crashing.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-09 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 21:18 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/ktextaddons/files/, dev-libs/ktextaddons/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox