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 79DBE158064 for ; Wed, 8 May 2024 09:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ED5A2BC111; Wed, 8 May 2024 09:35:55 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D4992BC111 for ; Wed, 8 May 2024 09:35:54 +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 1C45034319E for ; Wed, 8 May 2024 09:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E5AF1A49 for ; Wed, 8 May 2024 09:35:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1715160673.033f1f791258232eafa1295c5038722eb83f995c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktp-contact-runner/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ktp-contact-runner/Manifest kde-apps/ktp-contact-runner/ktp-contact-runner-22.08.3.ebuild kde-apps/ktp-contact-runner/metadata.xml profiles/package.mask X-VCS-Directories: kde-apps/ktp-contact-runner/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 033f1f791258232eafa1295c5038722eb83f995c X-VCS-Branch: master Date: Wed, 8 May 2024 09:35:50 +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: 8c38b28c-d83b-4091-abbe-d4fed1570faf X-Archives-Hash: d818972aff4fcc703e9c176549abea8e commit: 033f1f791258232eafa1295c5038722eb83f995c Author: Michał Górny gentoo org> AuthorDate: Wed May 8 09:31:13 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 8 09:31:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033f1f79 kde-apps/ktp-contact-runner: Remove last-rited pkg Bug: https://bugs.gentoo.org/926679 Signed-off-by: Michał Górny gentoo.org> kde-apps/ktp-contact-runner/Manifest | 1 - .../ktp-contact-runner-22.08.3.ebuild | 31 ---------------------- kde-apps/ktp-contact-runner/metadata.xml | 11 -------- profiles/package.mask | 1 - 4 files changed, 44 deletions(-) diff --git a/kde-apps/ktp-contact-runner/Manifest b/kde-apps/ktp-contact-runner/Manifest deleted file mode 100644 index e0826fd3e060..000000000000 --- a/kde-apps/ktp-contact-runner/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ktp-contact-runner-22.08.3.tar.xz 44264 BLAKE2B ea460fa8832f8a57b397cb29f58aef2e18310d5fce2b2e5e4e1f353b650a7948ad9defe0c9b27da48fd5998cad057ba219bf09e92ee60eb2dfb3ccb89d4f7eac SHA512 e42b3e0ff967e091d002ff340b9f5b7f26c58e1974ad0880ee78be83b669dceda47049a0e498c007e0838aa3758a5178a130a608e2bce3f40bb3807ef548dfbb diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-22.08.3.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-22.08.3.ebuild deleted file mode 100644 index ca81eb9dfa6b..000000000000 --- a/kde-apps/ktp-contact-runner/ktp-contact-runner-22.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-3) -KFMIN=5.96.0 -QTMIN=5.15.5 -inherit ecm gear.kde.org - -DESCRIPTION="KDE Telepathy krunner plugin" -HOMEPAGE="https://community.kde.org/KTp" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" - -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/ktp-common-internals-${PVCUT}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/krunner-${KFMIN}:5 - >=net-libs/telepathy-qt-0.9.8 -" -DEPEND="${RDEPEND} - >=kde-frameworks/kservice-${KFMIN}:5 -" diff --git a/kde-apps/ktp-contact-runner/metadata.xml b/kde-apps/ktp-contact-runner/metadata.xml deleted file mode 100644 index d925f2439758..000000000000 --- a/kde-apps/ktp-contact-runner/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - https://bugs.kde.org/ - - diff --git a/profiles/package.mask b/profiles/package.mask index 05599dc1dac1..e2b8d36ebc92 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -352,7 +352,6 @@ kde-apps/ktp-approver kde-apps/ktp-auth-handler kde-apps/ktp-common-internals kde-apps/ktp-contact-list -kde-apps/ktp-contact-runner net-libs/telepathy-logger-qt # Sam James (2024-03-28)