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 302AC158CBB for ; Sun, 7 May 2023 23:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30561E0863; Sun, 7 May 2023 23:09:46 +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 0D3E9E0863 for ; Sun, 7 May 2023 23:09:45 +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 BFDBA340E06 for ; Sun, 7 May 2023 23:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C598B7 for ; Sun, 7 May 2023 23:09:43 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1683500981.7ecd4d38b953fda0ea6d963b1aae5ffdb10adb8f.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-AuthorizedKeysFile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-SSH-AuthorizedKeysFile/Manifest dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild X-VCS-Directories: dev-perl/Net-SSH-AuthorizedKeysFile/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7ecd4d38b953fda0ea6d963b1aae5ffdb10adb8f X-VCS-Branch: master Date: Sun, 7 May 2023 23:09:43 +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: 8ee41ce0-d623-4ed5-83f9-6359e2188be6 X-Archives-Hash: 674c0b58a0d20ff2dbf6cb32a476c9ee commit: 7ecd4d38b953fda0ea6d963b1aae5ffdb10adb8f Author: Robin H. Johnson gentoo org> AuthorDate: Sun May 7 23:08:57 2023 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun May 7 23:09:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecd4d38 dev-perl/Net-SSH-AuthorizedKeysFile: revbump with improved patch for more keytypes Signed-off-by: Robin H. Johnson gentoo.org> dev-perl/Net-SSH-AuthorizedKeysFile/Manifest | 1 + .../Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest b/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest index f241875585b2..46316575cf4d 100644 --- a/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest +++ b/dev-perl/Net-SSH-AuthorizedKeysFile/Manifest @@ -1,2 +1,3 @@ DIST Net-SSH-AuthorizedKeysFile-0.18.tar.gz 16413 BLAKE2B ee22c2b456a5b8ad98fb9648d86e106f04266ef132d079d512fe980c08cceecc06c3946ac4fa43ad8dddb47d266debf986db47e6a3b7d72d1d1bc999284a4989 SHA512 1ebb5f2faa9ab414e49b9c8e85c27c81f858bd18669ff5508fe4dd70e8980977348121034d69fb094fd75c3d8d2c686694092bf0c0db2bcecb7ba05d85fa8a4c DIST Net-SSH-AuthorizedKeysFile-0.180.0-r2-extra-keys.patch 35614 BLAKE2B bca23e3265897c3935f3976aaabd4fb084c5fe328d90db6e5fac3c6dfe416815d83ea92dd33f4268359f3d6f2563d4decfe0279ae23ad45b0036777c09e5183a SHA512 b11e706c1b49cc9d0f42758d4815a420ddbf17ff1b5df61def65c9b21e7b3ba3cbbe1f6d2fa868e2cd64bf14ac2670ecabc5f2ab9c7bb02980e640b3aac98694 +DIST Net-SSH-AuthorizedKeysFile-0.180.0-r3-extra-keys-v2.patch 41851 BLAKE2B 0d3679ffbb48c84141ef80f541bf965ab5b007b7c9ddff1d5518458e2fe781114f7269928a00e5f8e7aa40794cf2ef4a4852b11ba374b167366d7ab1b27cf04e SHA512 7b941d2c58c1cee1684742e7d2fff09f3d934679c070894d769261e176f0cc9989915f4cc3f4af535c50afe5dd7aff17bad1418cf4c89496a238a95f88040cf5 diff --git a/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild new file mode 100644 index 000000000000..2ee2dd098c57 --- /dev/null +++ b/dev-perl/Net-SSH-AuthorizedKeysFile/Net-SSH-AuthorizedKeysFile-0.180.0-r3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MSCHILLI +DIST_VERSION=0.18 +inherit perl-module + +DESCRIPTION="Read and modify ssh's authorized_keys files" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SRC_URI+=" https://github.com/mschilli/net-ssh-authorizedkeysfile-perl/pull/4.patch -> ${PF}-extra-keys-v2.patch " +PATCHES=( + "${DISTDIR}"/${PF}-extra-keys-v2.patch +) + +RDEPEND=" + virtual/perl-Digest-MD5 + virtual/perl-File-Spec + >=dev-perl/Log-Log4perl-1.0.0 + virtual/perl-Text-ParseWords +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +"