From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1DB4158083 for ; Mon, 9 Sep 2024 16:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A36D0E29B6; Mon, 9 Sep 2024 16:29:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A1D2E29B6 for ; Mon, 9 Sep 2024 16:29:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B61CA340C43 for ; Mon, 9 Sep 2024 16:29:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16CB71CC8 for ; Mon, 9 Sep 2024 16:29:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1725899103.d138d002fa3f7ae7dea5c105375f5121ee6a0ac5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/choqok/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/choqok/choqok-9999.ebuild net-im/choqok/metadata.xml X-VCS-Directories: net-im/choqok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d138d002fa3f7ae7dea5c105375f5121ee6a0ac5 X-VCS-Branch: master Date: Mon, 9 Sep 2024 16:29:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 335deac8-3f86-47f1-8170-64424f41199f X-Archives-Hash: 29f6b9e19e758e0f824e0dd9701d4323 commit: d138d002fa3f7ae7dea5c105375f5121ee6a0ac5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 9 16:24:54 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 9 16:25:03 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d138d002 net-im/choqok: treeclean, archived upstream See also: https://invent.kde.org/sysadmin/repo-metadata/-/commit/b95942476c4281ea501961e6ccb44afc145c02f3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/choqok/choqok-9999.ebuild | 64 ---------------------------------------- net-im/choqok/metadata.xml | 15 ---------- 2 files changed, 79 deletions(-) diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild deleted file mode 100644 index 412cb7b238..0000000000 --- a/net-im/choqok/choqok-9999.ebuild +++ /dev/null @@ -1,64 +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.115.0 -QTMIN=5.15.12 -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" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2+" -SLOT="5" -IUSE="attica share" - -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 ) -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS README changelog ) - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON - -DCMAKE_DISABLE_FIND_PACKAGE_TelepathyQt5=ON - $(cmake_use_find_package attica KF5Attica) - $(cmake_use_find_package share KF5Purpose) - ) - - ecm_src_configure -} diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml deleted file mode 100644 index 402be5793e..0000000000 --- a/net-im/choqok/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - https://bugs.kde.org/ - - - Build Open Collaboration Services plugin using kde-frameworks/attica - Enable support for a share menu using kde-frameworks/purpose - -