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 6F04C1581E7 for ; Thu, 25 Apr 2024 20:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A78CE29FC; Thu, 25 Apr 2024 20:43:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 04271E29FC for ; Thu, 25 Apr 2024 20:43:51 +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 D9651343165 for ; Thu, 25 Apr 2024 20:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81E241762 for ; Thu, 25 Apr 2024 20:43:47 +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: <1714077760.5bbe16b07cb872057f7647804240dcb21ca0fead.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/signon-kwallet-extension/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/signon-kwallet-extension/signon-kwallet-extension-24.02.2.ebuild X-VCS-Directories: kde-apps/signon-kwallet-extension/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5bbe16b07cb872057f7647804240dcb21ca0fead X-VCS-Branch: master Date: Thu, 25 Apr 2024 20:43:47 +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: 38fd82af-c57a-46f6-91cf-d049885f93fe X-Archives-Hash: 025ae9c9a1a413130f5e734e393e8177 commit: 5bbe16b07cb872057f7647804240dcb21ca0fead Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 23 18:58:02 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 25 20:42:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbe16b0 kde-apps/signon-kwallet-extension: drop 24.02.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../signon-kwallet-extension-24.02.2.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-24.02.2.ebuild b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-24.02.2.ebuild deleted file mode 100644 index 9fa8244ac4d3..000000000000 --- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-24.02.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.115.0 -inherit ecm gear.kde.org - -DESCRIPTION="KWallet extension for signond" -HOMEPAGE="https://accounts-sso.gitlab.io/" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - -DEPEND=" - >=kde-frameworks/kwallet-${KFMIN}:5 - >=net-libs/signond-8.61-r100[qt5(-)] -" -RDEPEND="${DEPEND}"