commit:     dc2951a99c25933b5db24049df445d81d66c925a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 00:08:14 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 01:20:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2951a9

net-im/choqok: treeclean

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

 net-im/choqok/Manifest                             |  2 -
 net-im/choqok/choqok-1.7.0-r1.ebuild               | 75 ----------------------
 .../files/choqok-1.7.0-fix-KCModule-warning.patch  | 43 -------------
 net-im/choqok/metadata.xml                         | 16 -----
 profiles/arch/powerpc/package.use.mask             |  4 --
 profiles/package.mask                              |  4 --
 6 files changed, 144 deletions(-)

diff --git a/net-im/choqok/Manifest b/net-im/choqok/Manifest
deleted file mode 100644
index 0b4997cb0391..000000000000
--- a/net-im/choqok/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST choqok-1.7.0-patchset-1.tar.xz 3260 BLAKE2B 
48612da4e92c9ed4a877858940f73075df4142d68da3854c42892bcfb13a59ab5dd45b06597c404badfb55ebaeddf7485bc0970e65ae29898a742742353d6caa
 SHA512 
78e31f4d8de9d5294c8439959d8966b5b966bf6bc8f26d1b9cb1ffd12bf182d167269b26deb2dfa7d7dd8cf09bcaa0c77a560418075105f40a74fa50c96d48d0
-DIST choqok-1.7.0.tar.xz 1202092 BLAKE2B 
62e0c561579c36198f645bb550822d9bec583d8337b37e3336e4352199800b1807b80931f8c7c8141f74dfb91ade9f89b371723a8a3ea3e7bde97854634b82b2
 SHA512 
6f5998078e555f7b4a40270ad0a4defa2d15bb8440b810320fc4cfc38d78cb34bb9b2f6a38eb33eb3217b51a78a7fbc7f79224cd0ddb0fcbf8c9035d8e600e96

diff --git a/net-im/choqok/choqok-1.7.0-r1.ebuild 
b/net-im/choqok/choqok-1.7.0-r1.ebuild
deleted file mode 100644
index 907f34b30bfc..000000000000
--- a/net-im/choqok/choqok-1.7.0-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
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.82.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/choqok/";
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-       SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz
-       https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz";
-       KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE="attica share telepathy"
-
-DEPEND="
-       >=app-crypt/qca-2.3.0:2[qt5(+)]
-       >=dev-qt/qtdbus-${QTMIN}:5
-       >=dev-qt/qtgui-${QTMIN}:5
-       >=dev-qt/qtnetworkauth-${QTMIN}:5
-       >=dev-qt/qtwidgets-${QTMIN}:5
-       >=dev-qt/qtxml-${QTMIN}:5
-       >=kde-frameworks/kcmutils-${KFMIN}:5
-       >=kde-frameworks/kconfig-${KFMIN}:5
-       >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-       >=kde-frameworks/kcoreaddons-${KFMIN}:5
-       >=kde-frameworks/kemoticons-${KFMIN}:5
-       >=kde-frameworks/kglobalaccel-${KFMIN}:5
-       >=kde-frameworks/kguiaddons-${KFMIN}:5
-       >=kde-frameworks/ki18n-${KFMIN}:5
-       >=kde-frameworks/kio-${KFMIN}:5
-       >=kde-frameworks/kjobwidgets-${KFMIN}:5
-       >=kde-frameworks/knotifications-${KFMIN}:5
-       >=kde-frameworks/knotifyconfig-${KFMIN}:5
-       >=kde-frameworks/kservice-${KFMIN}:5
-       >=kde-frameworks/ktextwidgets-${KFMIN}:5
-       >=kde-frameworks/kwallet-${KFMIN}:5
-       >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-       >=kde-frameworks/kxmlgui-${KFMIN}:5
-       >=kde-frameworks/sonnet-${KFMIN}:5
-       attica? ( >=kde-frameworks/attica-${KFMIN}:5 )
-       share? ( >=kde-frameworks/purpose-${KFMIN}:5 )
-       telepathy? ( >=net-libs/telepathy-qt-0.9.8 )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS README changelog )
-
-PATCHES=(
-       "${WORKDIR}/${P}-optional-purpose.patch" # bug 708464, upstream MR #11
-       "${WORKDIR}/${P}-fix-retrieve-twitter.patch" # KDE-bug 417193
-       "${WORKDIR}/${P}-choqokplugin.patch"
-       "${WORKDIR}/${P}-fix-layout-of-tweets.patch" # KDE-bug 424938
-       "${WORKDIR}/${P}-fix-partially-static-signatures.patch" # KDE-bug 417297
-       "${FILESDIR}/${P}-fix-KCModule-warning.patch" # bug 871546, git master
-)
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake_use_find_package attica KF5Attica)
-               -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON
-               $(cmake_use_find_package share KF5Purpose)
-               $(cmake_use_find_package telepathy TelepathyQt5)
-       )
-
-       ecm_src_configure
-}

diff --git a/net-im/choqok/files/choqok-1.7.0-fix-KCModule-warning.patch 
b/net-im/choqok/files/choqok-1.7.0-fix-KCModule-warning.patch
deleted file mode 100644
index 26721514ca04..000000000000
--- a/net-im/choqok/files/choqok-1.7.0-fix-KCModule-warning.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 9c488d8f776b5e7462e8e57dc2b15db5fe28815a Mon Sep 17 00:00:00 2001
-From: Andrea Scarpino <[email protected]>
-Date: Sat, 8 Feb 2020 16:06:18 +0100
-Subject: [PATCH] Fix warning about KCModule::changed
-
----
- choqok/config/behavior/behaviorconfig.cpp    | 4 ++--
- choqok/config/plugins/choqokpluginconfig.cpp | 3 +--
- 2 files changed, 3 insertions(+), 4 deletions(-)
-
-diff --git a/choqok/config/behavior/behaviorconfig.cpp 
b/choqok/config/behavior/behaviorconfig.cpp
-index a25b0196..fb1d16b3 100644
---- a/choqok/config/behavior/behaviorconfig.cpp
-+++ b/choqok/config/behavior/behaviorconfig.cpp
-@@ -95,9 +95,9 @@ BehaviorConfig::BehaviorConfig(QWidget *parent, const 
QVariantList &args)
-     d->mBehaviorTabCtl->addTab(d->proxyModule, proxyInfo.moduleName());
- 
-     connect(d->mPrfsShorten, (void 
(BehaviorConfig_Shorten::*)(bool))&BehaviorConfig_Shorten::changed,
--            this, (void (KCModule::*)())&KCModule::changed);
-+            this, &BehaviorConfig::markAsChanged);
-     connect(d->proxyModule, (void 
(KCModuleProxy::*)(KCModuleProxy*))&KCModuleProxy::changed,
--            this, (void (KCModule::*)())&KCModule::changed);
-+            this, &BehaviorConfig::markAsChanged);
- 
-     load();
- 
-diff --git a/choqok/config/plugins/choqokpluginconfig.cpp 
b/choqok/config/plugins/choqokpluginconfig.cpp
-index 1a5f4fc2..4f36d608 100644
---- a/choqok/config/plugins/choqokpluginconfig.cpp
-+++ b/choqok/config/plugins/choqokpluginconfig.cpp
-@@ -46,8 +46,7 @@ ChoqokPluginConfig::ChoqokPluginConfig(QWidget *parent, 
const QVariantList &args
-     mainLayout->setMargin(0);
-     mainLayout->addWidget(m_pluginSelector);
- 
--    connect(m_pluginSelector, &KPluginSelector::changed, this,
--            (void (KCModule::*)())&KCModule::changed);
-+    connect(m_pluginSelector, &KPluginSelector::changed, this, 
&ChoqokPluginConfig::markAsChanged);
-     connect(m_pluginSelector, &KPluginSelector::configCommitted,
-             this, &ChoqokPluginConfig::reparseConfiguration);
- 
--- 
-GitLab
-

diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
deleted file mode 100644
index 1b71d886242e..000000000000
--- a/net-im/choqok/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-       <upstream>
-               <bugs-to>https://bugs.kde.org/</bugs-to>
-       </upstream>
-       <use>
-               <flag name="attica">Build Open Collaboration Services plugin 
using <pkg>kde-frameworks/attica</pkg></flag>
-               <flag name="share">Enable support for a share menu using 
<pkg>kde-frameworks/purpose</pkg></flag>
-               <flag name="telepathy">Enable support for the real-time 
communication framework telepathy</flag>
-       </use>
-</pkgmetadata>

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 2d1d93dd7177..46e3f5c6c545 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -378,10 +378,6 @@ sci-libs/gdal spatialite
 # remove mask if/when media-gfx/argyllcms is keywored here.
 x11-misc/colord argyllcms extra-print-profiles
 
-# Anthony G. Basile <[email protected]> (2012-11-15)
-# Mask telepathy, no stable net-libs/telepathy-qt, bug #441456
-net-im/choqok telepathy
-
 # Samuli Suominen <[email protected]> (2012-09-27)
 # I don't want to open this can of worms yet. Feel free
 # to do so.

diff --git a/profiles/package.mask b/profiles/package.mask
index da1675d308a5..b7144514810d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -248,10 +248,6 @@ app-i18n/kcm-fcitx
 # Removal on 2024-11-06.
 dev-libs/kpeoplevcard
 
-# Andreas Sturmlechner <[email protected]> (2024-10-07)
-# Unmaintained and archived upstream, removal on 2024-11-06.
-net-im/choqok
-
 # Hans de Graaff <[email protected]> (2024-10-06)
 # Obsolete slot without reverse dependencies. Use the newer slot
 # instead. Removal on 2024-11-08.

Reply via email to