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 43763158041 for ; Thu, 7 Mar 2024 12:15:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80A76E29C7; Thu, 7 Mar 2024 12:15:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5D7E2E29C7 for ; Thu, 7 Mar 2024 12:15:26 +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 2B0EA342FF7 for ; Thu, 7 Mar 2024 12:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C1C41049 for ; Thu, 7 Mar 2024 12:15:23 +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: <1709813648.0128b1b154f9a9d42fe94b25211c588c7f5ccaed.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-logger-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-logger-qt/metadata.xml net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-logger-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0128b1b154f9a9d42fe94b25211c588c7f5ccaed X-VCS-Branch: master Date: Thu, 7 Mar 2024 12:15:23 +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: 375e2127-19e2-4df6-80f5-06b0a2ef01dd X-Archives-Hash: 3c693f15b34e897cee6942cc5bea0961 commit: 0128b1b154f9a9d42fe94b25211c588c7f5ccaed Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 12:13:32 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 7 12:14:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0128b1b1 net-libs/telepathy-logger-qt: treeclean, no more live revdeps Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/telepathy-logger-qt/metadata.xml | 12 -------- .../telepathy-logger-qt-9999.ebuild | 34 ---------------------- 2 files changed, 46 deletions(-) diff --git a/net-libs/telepathy-logger-qt/metadata.xml b/net-libs/telepathy-logger-qt/metadata.xml deleted file mode 100644 index d16002b1e4..0000000000 --- a/net-libs/telepathy-logger-qt/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - https://bugs.kde.org/ - network/telepathy-logger-qt - - diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild deleted file mode 100644 index 6236a06de4..0000000000 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -KDE_ORG_CATEGORY="network" -QTMIN=5.15.12 -inherit ecm kde.org python-any-r1 - -DESCRIPTION="Qt bindings for the Telepathy logger" -HOMEPAGE="https://invent.kde.org/network/telepathy-logger-qt" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/telepathy-logger-qt/${PV%.*}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -fi - -LICENSE="LGPL-2.1" -SLOT="5" -IUSE="" - -DEPEND=" - dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libxml2 - >=dev-qt/qtdbus-${QTMIN}:5 - net-im/telepathy-logger - net-libs/telepathy-glib - >=net-libs/telepathy-qt-0.9.8 - sys-apps/dbus -" -RDEPEND="${DEPEND}" -BDEPEND="${PYTHON_DEPS}"