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 A0E5715803E for ; Mon, 1 Jan 2024 14:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5FC92BC017; Mon, 1 Jan 2024 14:53:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9B092BC017 for ; Mon, 1 Jan 2024 14:53:28 +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 DA75B335D64 for ; Mon, 1 Jan 2024 14:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 438421300 for ; Mon, 1 Jan 2024 14:53:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1704120792.faa4e2901cb020decd195544b15ed6c2a2cc3669.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/, app-eselect/eselect-pinentry/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 X-VCS-Directories: app-eselect/eselect-pinentry/files/ app-eselect/eselect-pinentry/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: faa4e2901cb020decd195544b15ed6c2a2cc3669 X-VCS-Branch: master Date: Mon, 1 Jan 2024 14:53:26 +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: 9a5e8643-922e-4f48-a6ed-1497395c1c6d X-Archives-Hash: 44e6255f58e50c2dfb32bd5d1e9cdbec commit: faa4e2901cb020decd195544b15ed6c2a2cc3669 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jan 1 14:52:39 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jan 1 14:53:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa4e290 app-eselect/eselect-pinentry: drop 0.7.2-r1 Signed-off-by: Ulrich Müller gentoo.org> .../eselect-pinentry-0.7.2-r1.ebuild | 21 --------------------- .../eselect-pinentry/files/pinentry.eselect-0.7.2 | 12 ------------ 2 files changed, 33 deletions(-) diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild deleted file mode 100644 index b8769496303c..000000000000 --- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Manage /usr/bin/pinentry symlink" -HOMEPAGE="https://www.gentoo.org/proj/en/eselect/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" - -RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1" - -S="${FILESDIR}" - -src_install() { - default - insinto /usr/share/eselect/modules - newins pinentry.eselect-${PV} pinentry.eselect -} diff --git a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 b/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 deleted file mode 100644 index 7734fe870b22..000000000000 --- a/app-eselect/eselect-pinentry/files/pinentry.eselect-0.7.2 +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Manage /usr/bin/pinentry implementation" -MAINTAINER="maintainer-needed@gentoo.org" -VERSION="0.7.2" - -SYMLINK_PATH=/usr/bin/pinentry -SYMLINK_TARGETS=( pinentry-efl pinentry-gnome3 pinentry-qt5 pinentry-curses pinentry-tty ) -SYMLINK_DESCRIPTION='pinentry binary' - -inherit bin-symlink