public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/files/, profiles/, kde-apps/konsolepart/
@ 2025-01-30 22:13 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-01-30 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     55f71057567ae8b5c3d861d8a5183263e6aff917
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 22:08:41 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 22:08:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f71057

kde-apps/konsolepart: treeclean

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

 kde-apps/konsolepart/Manifest                      |  1 -
 .../konsole-23.08.1-drop-unused-X11-dep.patch      | 30 ---------
 kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild | 75 ----------------------
 kde-apps/konsolepart/metadata.xml                  | 12 ----
 profiles/package.mask                              |  4 --
 5 files changed, 122 deletions(-)

diff --git a/kde-apps/konsolepart/Manifest b/kde-apps/konsolepart/Manifest
deleted file mode 100644
index c1df7bd4ca08..000000000000
--- a/kde-apps/konsolepart/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST konsole-23.08.5.tar.xz 1839952 BLAKE2B 6e8c373a346903b741b3a16953b80590fe87f286613783dc99e96d815920240ce53a4774b27c920d842d8b189fe53d7bb7da95995c058102853ee9dc151d45d8 SHA512 dd227f0446b623839f984cfa2f00b94e16c929f35b4714e791a11baf90907ac87ed469f50980a07e6528fbcc1654192d2504676b73d7856b6389077a4ef01f88

diff --git a/kde-apps/konsolepart/files/konsole-23.08.1-drop-unused-X11-dep.patch b/kde-apps/konsolepart/files/konsole-23.08.1-drop-unused-X11-dep.patch
deleted file mode 100644
index 6719fbfac0fb..000000000000
--- a/kde-apps/konsolepart/files/konsole-23.08.1-drop-unused-X11-dep.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 68f6ef2ea203e047743a97fc17be23a4a964a05a Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Fri, 15 Sep 2023 09:47:42 +0200
-Subject: [PATCH] Drop unused X11 dependency
-
-It seems it is (no longer) needed and was only a leftover for feature selection.
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9fd6f4f01..47c234498 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -105,9 +105,7 @@ find_package(ICU 61.0 COMPONENTS uc i18n REQUIRED)
- if(NOT APPLE)
-     option(WITHOUT_X11 "Build without X11 integration (skips finding X11)" OFF)
-     if (NOT WITHOUT_X11)
--        find_package(X11)
--        set_package_properties(X11 PROPERTIES TYPE OPTIONAL)
--        set(HAVE_X11 ${X11_FOUND})
-+        set(HAVE_X11 1)
-     endif()
- endif()
- 
--- 
-2.42.0
-

diff --git a/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild b/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild
deleted file mode 100644
index 766a978bb823..000000000000
--- a/kde-apps/konsolepart/konsolepart-23.08.5-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="konsole"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE's terminal emulator kpart for use by konsole and other applications"
-HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
-	dev-libs/icu:=
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtprintsupport-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kbookmarks-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/kdbusaddons-${KFMIN}:5
-	>=kde-frameworks/kglobalaccel-${KFMIN}:5
-	>=kde-frameworks/kguiaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kjobwidgets-${KFMIN}:5
-	>=kde-frameworks/knewstuff-${KFMIN}:5
-	>=kde-frameworks/knotifications-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/kparts-${KFMIN}:5
-	>=kde-frameworks/kpty-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-	!kde-apps/konsole:5
-"
-
-PATCHES=( "${FILESDIR}/konsole-23.08.1-drop-unused-X11-dep.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTING=OFF
-		-DENABLE_PLUGIN_SSHMANAGER=OFF
-		-DENABLE_PLUGIN_QUICKCOMMANDS=OFF
-		-DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=ON
-	)
-
-	ecm_src_configure
-}
-
-src_install() {
-	ecm_src_install
-
-	rm -r "${ED}"/{etc,usr/bin} \
-		"${ED}"/usr/share/{applications,doc,kconf_update,kglobalaccel,kio} \
-		"${ED}"/usr/share/{knsrcfiles,knotifications5,konsole,locale,qlogging-categories5,zsh} \
-		"${ED}"/usr/$(get_libdir)/kconf_update_bin || die
-}

diff --git a/kde-apps/konsolepart/metadata.xml b/kde-apps/konsolepart/metadata.xml
deleted file mode 100644
index de9bedebe0d2..000000000000
--- a/kde-apps/konsolepart/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<upstream>
-		<bugs-to>https://bugs.kde.org/</bugs-to>
-		<remote-id type="kde-invent">utilities/konsole</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 9020963bfb15..9b3351b9a6f6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -302,10 +302,6 @@ www-servers/xsp
 # No more revdeps, depends on Qt5, bug #942178. Removal on 2025-01-29.
 dev-libs/libqt5pas
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-01)
-# Transitional package without any revdeps left. Removal on 2025-01-31
-kde-apps/konsolepart
-
 # Nowa Ammerlaan <nowa@gentoo.org> (2025-01-01)
 # Broken with Qt6 and in wayland sessions. Archived upstream. Has been on life
 # support for several years already.


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

only message in thread, other threads:[~2025-01-30 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 22:13 [gentoo-commits] repo/gentoo:master commit in: kde-apps/konsolepart/files/, profiles/, kde-apps/konsolepart/ Andreas Sturmlechner

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