public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/ruqola/, profiles/
@ 2024-10-23 14:15 Takuya Wakazono
  0 siblings, 0 replies; only message in thread
From: Takuya Wakazono @ 2024-10-23 14:15 UTC (permalink / raw
  To: gentoo-commits

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


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

only message in thread, other threads:[~2024-10-23 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 14:15 [gentoo-commits] repo/proj/guru:dev commit in: net-im/ruqola/, profiles/ Takuya Wakazono

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