From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1571930-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6B8D1580D3 for <garchives@archives.gentoo.org>; Tue, 21 Nov 2023 12:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA2B92BC034; Tue, 21 Nov 2023 12:56:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD9952BC034 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2023 12:56:06 +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 89FDB335D77 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2023 12:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1FA713A7 for <gentoo-commits@lists.gentoo.org>; Tue, 21 Nov 2023 12:56:03 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1700571300.45b60d48679df164fcc79aef1e6650359c0ad4bc.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild X-VCS-Directories: app-eselect/eselect-pinentry/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 45b60d48679df164fcc79aef1e6650359c0ad4bc X-VCS-Branch: master Date: Tue, 21 Nov 2023 12:56:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b4d7361-fc15-4c41-a24b-eaaccb7f4237 X-Archives-Hash: 0ef30b682b4b469c8129cee3ca1a5803 commit: 45b60d48679df164fcc79aef1e6650359c0ad4bc Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 21 12:55:00 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Nov 21 12:55:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b60d48 app-eselect/eselect-pinentry: drop 0.7.2 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> .../eselect-pinentry/eselect-pinentry-0.7.2.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild deleted file mode 100644 index ef0690f070c3..000000000000 --- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Manage /usr/bin/pinentry symlink" -HOMEPAGE="https://www.gentoo.org/proj/en/eselect/" -SRC_URI="" - -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" -IUSE="" - -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 -}