public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-im/kaidan/files/, net-im/kaidan/
@ 2023-05-22  5:17 Viorel Munteanu
  0 siblings, 0 replies; only message in thread
From: Viorel Munteanu @ 2023-05-22  5:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ad79c06389e733fe1b5f7d7a3c728883c05c02b1
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun May 21 08:07:53 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun May 21 08:07:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad79c063

net-im/kaidan: drop 0.8.0-r1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-im/kaidan/Manifest                             |  1 -
 .../files/kaidan-0.8.0-no-knotifications.patch     | 15 ------
 net-im/kaidan/kaidan-0.8.0-r1.ebuild               | 56 ----------------------
 3 files changed, 72 deletions(-)

diff --git a/net-im/kaidan/Manifest b/net-im/kaidan/Manifest
index 5bd8bc55d..b0b162e05 100644
--- a/net-im/kaidan/Manifest
+++ b/net-im/kaidan/Manifest
@@ -1,2 +1 @@
-DIST kaidan-0.8.0.tar.xz 532028 BLAKE2B 75607bec35606bb87b820277c9d94af02f110c4b56d78cb7e3261555f89eecaa823b9cdbfe53a7561f145d0d94eef3fbd6acb76b4d975746706aa796e565cd3f SHA512 2084693dd2ae0f1410e6df57f77f1c2c080e9b48c771e632b4cc9bf0351e435fd9d6937209f50d0f41a7235317fe42578cc8c983163f61e0d6c541d148a202bf
 DIST kaidan-0.9.1.tar.xz 692464 BLAKE2B e99906afb03a27404ca456abda6d4b61e9b8010544f6ec267c8891d747386ecbe42c0642b48c7029fdee4923039292e224e0e3f09b23c8905ffe25681c4639f4 SHA512 256daeb94f4275377e1ef0919eb43660dd76064c414f1ac5570fac33632f853977997c52a504d5dace188f560feac93ea88ae1bb796e2bf6a96bafa4be387cbb

diff --git a/net-im/kaidan/files/kaidan-0.8.0-no-knotifications.patch b/net-im/kaidan/files/kaidan-0.8.0-no-knotifications.patch
deleted file mode 100644
index 4ba0aa573..000000000
--- a/net-im/kaidan/files/kaidan-0.8.0-no-knotifications.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Melvin Keskin <melvo@olomono.de>
-https://invent.kde.org/network/kaidan/-/merge_requests/784
-https://bugs.gentoo.org/817251
-
---- a/src/Notifications.cpp
-+++ b/src/Notifications.cpp
-@@ -82,7 +82,7 @@ void Notifications::sendMessageNotification(const QString &accountJid, const QSt
- 	notification->sendEvent();
- }
- #else
--void Notifications::sendMessageNotification(const QString&, const QString&, const QString&)
-+void Notifications::sendMessageNotification(const QString&, const QString&, const QString&, const QString&)
- {
- }
- #endif // HAVE_KNOTIFICATIONS

diff --git a/net-im/kaidan/kaidan-0.8.0-r1.ebuild b/net-im/kaidan/kaidan-0.8.0-r1.ebuild
deleted file mode 100644
index d803c5707..000000000
--- a/net-im/kaidan/kaidan-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,56 +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.14.0
-inherit ecm
-
-DESCRIPTION="A simple, user-friendly Jabber/XMPP client for every device!"
-HOMEPAGE="https://www.kaidan.im"
-SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="Apache-2.0 CC-BY-SA-4.0 GPL-3+ GPL-3-with-openssl-exception MIT"
-SLOT="5"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde nls"
-
-BDEPEND="
-	nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-	>=dev-qt/qtconcurrent-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${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/qtxml-${QTMIN}:5
-	>=kde-frameworks/kirigami-${KFMIN}:5
-	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-	>=media-libs/zxing-cpp-1.0.8:=
-	<media-libs/zxing-cpp-2.0:=
-	>=net-libs/qxmpp-1.3.0
-	kde? ( >=kde-frameworks/knotifications-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-no-knotifications.patch )
-
-src_configure() {
-	local mycmakeargs=(
-		-DI18N=$(usex nls)
-		-DBUILD_TESTS=$(usex test)
-		-DUSE_KNOTIFICATIONS=$(usex kde)
-
-		# compile QML at build time
-		-DQUICK_COMPILER=ON
-	)
-	ecm_src_configure
-}


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

only message in thread, other threads:[~2023-05-22  5:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-22  5:17 [gentoo-commits] repo/proj/guru:master commit in: net-im/kaidan/files/, net-im/kaidan/ Viorel Munteanu

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