From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1667912-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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 269E1158083
	for <garchives@archives.gentoo.org>; Thu,  5 Sep 2024 19:54:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2AAB0E2A64;
	Thu,  5 Sep 2024 19:54:47 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 09CBBE2A5D
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Sep 2024 19:54:47 +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 46F3B341DD0
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Sep 2024 19:54:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ABD831F3B
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Sep 2024 19:54:44 +0000 (UTC)
From: "Petr Vaněk" <arkamar@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, "Petr Vaněk" <arkamar@gentoo.org>
Message-ID: <1725566039.b0ad188420aa705cdf9a97c9ca931bbbd558acdd.arkamar@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.3.ebuild
X-VCS-Directories: app-eselect/eselect-pinentry/
X-VCS-Committer: arkamar
X-VCS-Committer-Name: Petr Vaněk
X-VCS-Revision: b0ad188420aa705cdf9a97c9ca931bbbd558acdd
X-VCS-Branch: master
Date: Thu,  5 Sep 2024 19:54:44 +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: e382e26b-03e8-4f33-b1e0-b2b4214ae487
X-Archives-Hash: a94108b49a8423eaef2fc3f155f50f78

commit:     b0ad188420aa705cdf9a97c9ca931bbbd558acdd
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 19:40:52 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 19:53:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ad1884

app-eselect/eselect-pinentry: drop 0.7.3

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 .../eselect-pinentry/eselect-pinentry-0.7.3.ebuild    | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild
deleted file mode 100644
index 3d65df2747d5..000000000000
--- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild
+++ /dev/null
@@ -1,19 +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://wiki.gentoo.org/wiki/Project:Eselect"
-S="${WORKDIR}"
-
-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"
-
-src_install() {
-	insinto /usr/share/eselect/modules
-	newins "${FILESDIR}"/pinentry.eselect-${PV} pinentry.eselect
-}