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 366F8158041 for ; Thu, 7 Mar 2024 11:29:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D730BE29DA; Thu, 7 Mar 2024 11:29:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB5AEE29DA for ; Thu, 7 Mar 2024 11:29:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04B2634302D for ; Thu, 7 Mar 2024 11:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60ED514F7 for ; Thu, 7 Mar 2024 11:29:01 +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: <1709810836.4794e259d25a1743b174da9948fa83e25f8c336c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/plasma-telepathy-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/plasma-telepathy-meta/metadata.xml kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild X-VCS-Directories: kde-apps/plasma-telepathy-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4794e259d25a1743b174da9948fa83e25f8c336c X-VCS-Branch: master Date: Thu, 7 Mar 2024 11:29:01 +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: 6f0d40d7-15df-4751-b6d8-cee3cdac7436 X-Archives-Hash: 70fcdbaaa638732ff3a27afa53707351 commit: 4794e259d25a1743b174da9948fa83e25f8c336c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 11:27:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 7 11:27:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4794e259 kde-apps/plasma-telepathy-meta: treeclean Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/plasma-telepathy-meta/metadata.xml | 11 -------- .../plasma-telepathy-meta-9999.ebuild | 31 ---------------------- 2 files changed, 42 deletions(-) diff --git a/kde-apps/plasma-telepathy-meta/metadata.xml b/kde-apps/plasma-telepathy-meta/metadata.xml deleted file mode 100644 index d925f24397..0000000000 --- a/kde-apps/plasma-telepathy-meta/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - https://bugs.kde.org/ - - diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild deleted file mode 100644 index 55b1b49769..0000000000 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Plasma Telepathy client" -HOMEPAGE="https://community.kde.org/KTp" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS="" -IUSE="" - -RDEPEND=" - >=kde-apps/ktp-accounts-kcm-${PV}:${SLOT} - >=kde-apps/ktp-approver-${PV}:${SLOT} - >=kde-apps/ktp-auth-handler-${PV}:${SLOT} - >=kde-apps/ktp-common-internals-${PV}:${SLOT} - >=kde-apps/ktp-contact-list-${PV}:${SLOT} - >=kde-apps/ktp-contact-runner-${PV}:${SLOT} - >=kde-apps/ktp-desktop-applets-${PV}:${SLOT} - >=kde-apps/ktp-filetransfer-handler-${PV}:${SLOT} - >=kde-apps/ktp-kded-module-${PV}:${SLOT} - >=kde-apps/ktp-send-file-${PV}:${SLOT} - >=kde-apps/ktp-text-ui-${PV}:${SLOT} -" - -pkg_postinst() { - elog "You can configure the accounts in Plasma System Settings" - elog "and then add the Instant Messaging plasma applet to access the contact list." -}