public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-AuthorizedKeysFile/
Date: Sun,  7 May 2023 23:09:43 +0000 (UTC)	[thread overview]
Message-ID: <1683500981.7ecd4d38b953fda0ea6d963b1aae5ffdb10adb8f.robbat2@gentoo> (raw)

commit:     7ecd4d38b953fda0ea6d963b1aae5ffdb10adb8f
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 23:08:57 2023 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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
+	)
+"


             reply	other threads:[~2023-05-07 23:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-07 23:09 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-10  4:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-AuthorizedKeysFile/ Sam James
2023-06-09 16:43 Arthur Zamarin
2023-06-01  6:31 Sam James
2023-04-30  6:20 Robin H. Johnson
2021-07-17 16:35 Andreas K. Hüttel
2020-04-15 12:29 Kent Fredric
2018-09-08  5:30 Mikle Kolyada
2018-07-22 14:51 Thomas Deutschmann
2017-12-11 19:27 Kent Fredric
2016-04-02  0:55 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1683500981.7ecd4d38b953fda0ea6d963b1aae5ffdb10adb8f.robbat2@gentoo \
    --to=robbat2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox