From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/ruqola/, profiles/
Date: Wed, 23 Oct 2024 14:15:43 +0000 (UTC)	[thread overview]
Message-ID: <1729692591.2ea9ae46f44c06d958b0c27c94d6d3f4c5a3feda.pastalian46@gentoo> (raw)
commit:     2ea9ae46f44c06d958b0c27c94d6d3f4c5a3feda
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 23 14:09:51 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Oct 23 14:09:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ea9ae46
net-im/ruqola: treeclean
Closes: https://bugs.gentoo.org/784953 (pkgremoved)
Closes: https://bugs.gentoo.org/884907 (pkgremoved)
Closes: https://bugs.gentoo.org/887861 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
 net-im/ruqola/Manifest            |  1 -
 net-im/ruqola/metadata.xml        | 14 -----------
 net-im/ruqola/ruqola-1.3.1.ebuild | 53 ---------------------------------------
 profiles/package.mask             |  6 -----
 4 files changed, 74 deletions(-)
diff --git a/net-im/ruqola/Manifest b/net-im/ruqola/Manifest
deleted file mode 100644
index 8974de1fa..000000000
--- a/net-im/ruqola/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruqola-1.3.1.tar.gz 747083 BLAKE2B 2faa13bec72a57ce6caa9cc7e1e434de3cc171dc536de7fc6dbd0fc64e0d35737c7dbe597d2d10df9b3b14dc87be50a4489e61994c2a8bfedc1ff649f843879d SHA512 771e259039c1b83e0f39406409b165eba3162bd63edb3e02529e40aa8b4d3d992711a638b1718e0adfa69b88e7d0ca78b89595ba250d2649e6e282799da6cf88
diff --git a/net-im/ruqola/metadata.xml b/net-im/ruqola/metadata.xml
deleted file mode 100644
index b6aaabc51..000000000
--- a/net-im/ruqola/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="github">KDE/ruqola</remote-id>
-		<bugs-to>https://bugs.kde.org</bugs-to>
-		<remote-id type="kde-invent">network/ruqola</remote-id>
-	</upstream>
-
-	<use>
-		<flag name="speech">Enable text-to-speech support</flag>
-	</use>
-</pkgmetadata>
diff --git a/net-im/ruqola/ruqola-1.3.1.ebuild b/net-im/ruqola/ruqola-1.3.1.ebuild
deleted file mode 100644
index c6ee64c76..000000000
--- a/net-im/ruqola/ruqola-1.3.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VIRTUALX_REQUIRED=test
-ECM_TEST=forceoptional
-ECM_HANDBOOK=forceoptional
-KFMIN=5.80.0
-QTMIN=5.15.2
-inherit ecm
-
-DESCRIPTION="Rocket.Chat client for the KDE desktop"
-HOMEPAGE="https://invent.kde.org/network/ruqola"
-SRC_URI="https://invent.kde.org/network/ruqola/-/archive/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="speech telemetry"
-
-DEPEND="
-	dev-libs/qtkeychain
-	>=dev-qt/qtmultimedia-${QTMIN}:5[widgets]
-	>=dev-qt/qtnetwork-${QTMIN}:5
-	>=dev-qt/qtnetworkauth-${QTMIN}:5
-	>=dev-qt/qtwebsockets-${QTMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kcrash-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/knotifyconfig-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	>=kde-frameworks/sonnet-${KFMIN}:5
-	>=kde-frameworks/syntax-highlighting-${KFMIN}:5
-	speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-	telemetry? ( kde-frameworks/kuserfeedback:5 )
-"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package speech Qt5TextToSpeech)
-		$(cmake_use_find_package telemetry KUserFeedback)
-	)
-
-	ecm_src_configure
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 0ea08a6a9..606fc6381 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -107,12 +107,6 @@ sys-cluster/booth
 # Removal on 2024-10-23. Bug #840701.
 sys-firmware/pinephone-firmware
 
-# Takuya Wakazono <pastalian46@gmail.com> (2024-09-22)
-# Unmaintained in guru. Upstream has Qt6 version, but no one has updated
-# the ebuild.
-# Removal on 2024-10-22.
-net-im/ruqola
-
 # Julien Roy <julien@jroy.ca> (2024-03-21)
 # sys-libs/libucontext is masked in ::gentoo
 sys-libs/gcompat
                 reply	other threads:[~2024-10-23 14:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1729692591.2ea9ae46f44c06d958b0c27c94d6d3f4c5a3feda.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox