From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5A20A15820A for ; Tue, 08 Jul 2025 16:04:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4778F3410AC for ; Tue, 08 Jul 2025 16:04:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 83CB81102F2; Tue, 08 Jul 2025 16:03:59 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7E1951102F2 for ; Tue, 08 Jul 2025 16:03:59 +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 3E397340F79 for ; Tue, 08 Jul 2025 16:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A644B29F0 for ; Tue, 08 Jul 2025 16:03:57 +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: <1751990586.d340a6ab7567cf38a74e8d62adf652820d7d4d0c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/plasma-pass/plasma-pass-1.2.90.ebuild X-VCS-Directories: kde-misc/plasma-pass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d340a6ab7567cf38a74e8d62adf652820d7d4d0c X-VCS-Branch: master Date: Tue, 08 Jul 2025 16:03:57 +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: 09127cbf-8fa7-4084-997f-548bbb608a51 X-Archives-Hash: 66737c213165ed92c641dd74aab479c3 commit: d340a6ab7567cf38a74e8d62adf652820d7d4d0c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 7 08:03:28 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 8 16:03:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d340a6ab kde-misc/plasma-pass: drop 1.2.90 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/plasma-pass/plasma-pass-1.2.90.ebuild | 38 -------------------------- 1 file changed, 38 deletions(-) diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.90.ebuild b/kde-misc/plasma-pass/plasma-pass-1.2.90.ebuild deleted file mode 100644 index a7b3ea99c8db..000000000000 --- a/kde-misc/plasma-pass/plasma-pass-1.2.90.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.9.0 -QTMIN=6.8.1 -inherit ecm kde.org - -DESCRIPTION="Plasma applet to access password from pass" -HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://invent.kde.org/plasma/plasma-pass" - -if [[ ${KDE_BUILD_TYPE} != live ]] ; then - SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc64 ~riscv" -fi - -LICENSE="LGPL-2.1+" -SLOT="6" -IUSE="" - -DEPEND=" - >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] - >=dev-qt/qt5compat-${QTMIN}:6[qml] - >=dev-qt/qtbase-${QTMIN}:6[concurrent,dbus,gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kitemmodels-${KFMIN}:6 - kde-plasma/libplasma:6 - kde-plasma/plasma5support:6 - sys-auth/oath-toolkit -" -RDEPEND="${DEPEND} - !${CATEGORY}/${PN}:5 - >=kde-frameworks/kirigami-${KFMIN}:6 -"