From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1629236-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 1262A1581D3 for <garchives@archives.gentoo.org>; Thu, 9 May 2024 11:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D155E2A80; Thu, 9 May 2024 11:33:17 +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 7F01AE2A81 for <gentoo-commits@lists.gentoo.org>; Thu, 9 May 2024 11:33:17 +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 4C9BE3430BC for <gentoo-commits@lists.gentoo.org>; Thu, 9 May 2024 11:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6F881A4B for <gentoo-commits@lists.gentoo.org>; Thu, 9 May 2024 11:33:14 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1715254356.f7c3c025f35122e45a5a59daa4393e30da2f0a5c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/ssh-import-id/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild X-VCS-Directories: sys-auth/ssh-import-id/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f7c3c025f35122e45a5a59daa4393e30da2f0a5c X-VCS-Branch: master Date: Thu, 9 May 2024 11:33:14 +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: 77224b6d-022b-499a-bf7c-6e7a7206e0ff X-Archives-Hash: eecd8139d2cb6229ae29d9e4241ce2f6 commit: f7c3c025f35122e45a5a59daa4393e30da2f0a5c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 9 11:18:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 9 11:32:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c3c025 sys-auth/ssh-import-id: drop 5.11 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild | 27 ------------------------ 1 file changed, 27 deletions(-) diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild deleted file mode 100644 index 66f383c14cac..000000000000 --- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Utility to securely retrieve an SSH public key and install it locally" -HOMEPAGE="https://launchpad.net/ssh-import-id" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" -RDEPEND=" - dev-python/distro[${PYTHON_USEDEP}] -" - -src_install() { - distutils-r1_src_install - doman usr/share/man/man1/ssh-import-id.1 -}