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

commit:     78ee2cb9ca141b7713ff61d6fb03b9d8b3e9bef4
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 21 14:21:52 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Oct 21 14:24:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78ee2cb9

net-im/kaidan: treeclean

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 net-im/kaidan/Manifest            |  1 -
 net-im/kaidan/kaidan-0.9.1.ebuild | 65 ---------------------------------------
 net-im/kaidan/metadata.xml        | 10 ------
 profiles/package.mask             |  7 -----
 profiles/updates/2Q-2021          |  1 -
 5 files changed, 84 deletions(-)

diff --git a/net-im/kaidan/Manifest b/net-im/kaidan/Manifest
deleted file mode 100644
index b0b162e05..000000000
--- a/net-im/kaidan/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kaidan-0.9.1.tar.xz 692464 BLAKE2B e99906afb03a27404ca456abda6d4b61e9b8010544f6ec267c8891d747386ecbe42c0642b48c7029fdee4923039292e224e0e3f09b23c8905ffe25681c4639f4 SHA512 256daeb94f4275377e1ef0919eb43660dd76064c414f1ac5570fac33632f853977997c52a504d5dace188f560feac93ea88ae1bb796e2bf6a96bafa4be387cbb

diff --git a/net-im/kaidan/kaidan-0.9.1.ebuild b/net-im/kaidan/kaidan-0.9.1.ebuild
deleted file mode 100644
index 70f10e542..000000000
--- a/net-im/kaidan/kaidan-0.9.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.67.0
-QTMIN=5.15.0
-inherit ecm
-
-DESCRIPTION="User-friendly and modern chat app for every device"
-HOMEPAGE="https://www.kaidan.im"
-SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
-
-LICENSE="Apache-2.0 CC-BY-SA-4.0 GPL-3+ GPL-3-with-openssl-exception MIT"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="kde nls"
-
-DEPEND="
-	>=dev-libs/kirigami-addons-0.7:5
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtlocation-${QTMIN}:5
-	>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
-	>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-	>=dev-qt/qtpositioning-${QTMIN}:5[qml]
-	>=dev-qt/qtquickcontrols-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsvg-${QTMIN}:5
-	>=dev-qt/qtsql-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/kio-${KFMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-	media-libs/kquickimageeditor:5
-	media-libs/zxing-cpp:=
-	>=net-libs/qxmpp-1.5.0[omemo]
-	kde? ( >=kde-frameworks/knotifications-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-		-DUSE_KNOTIFICATIONS=$(usex kde)
-
-		# compile QML at build time
-		-DQUICK_COMPILER=ON
-	)
-	ecm_src_configure
-}
-
-src_test() {
-	local myctestargs=(
-		# needs network
-		-E PublicGroupChatTest
-	)
-	ecm_src_test
-}

diff --git a/net-im/kaidan/metadata.xml b/net-im/kaidan/metadata.xml
deleted file mode 100644
index a91bef8ae..000000000
--- a/net-im/kaidan/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<upstream>
-		<remote-id type="github">KDE/kaidan</remote-id>
-		<changelog>https://invent.kde.org/network/kaidan/-/raw/master/NEWS</changelog>
-		<bugs-to>https://invent.kde.org/network/kaidan/issues</bugs-to>
-	</upstream>
-	<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 8dd8d2e43..35a9ab2eb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -129,13 +129,6 @@ app-misc/tai
 app-admin/customrescuecd-x86
 sys-boot/customrescuecd-x86-grub
 
-# Takuya Wakazono <pastalian46@gmail.com> (2024-09-21)
-# Depends on media-libs/kquickimageeditor:5, which has been dropped
-# from ::gentoo. Upstream has an open issue for Qt6, but it won't be
-# ported anytime soon.
-# Removal on 2024-10-21.
-net-im/kaidan
-
 # Julien Roy <julien@jroy.ca> (2024-03-21)
 # sys-libs/libucontext is masked in ::gentoo
 sys-libs/gcompat

diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021
index 99ad03057..ed1ec88fe 100644
--- a/profiles/updates/2Q-2021
+++ b/profiles/updates/2Q-2021
@@ -5,6 +5,5 @@ slotmove games-action/minecraft-launcher 2 0
 slotmove games-action/minecraft-launcher 1 legacy
 move net-im/catgirl net-irc/catgirl
 move net-im/srain net-irc/srain
-move kde-apps/kaidan net-im/kaidan
 move dev-python/geographiclib sci-geosciences/GeographicLib
 move x11-terms/terminus-bin x11-terms/tabby-bin


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

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

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

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