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 3C8D115808E for ; Fri, 22 Apr 2022 06:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA07E0946; Fri, 22 Apr 2022 06:56:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DCD94E0959 for ; Fri, 22 Apr 2022 06:56:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AA1AF341E51 for ; Fri, 22 Apr 2022 06:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 201A943D for ; Fri, 22 Apr 2022 06:56:00 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1650610553.11a6b78add2ea1ee30214288667dfb5fa2019be0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sshkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sshkey/sshkey-2.0.0-r1.ebuild X-VCS-Directories: dev-ruby/sshkey/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 11a6b78add2ea1ee30214288667dfb5fa2019be0 X-VCS-Branch: master Date: Fri, 22 Apr 2022 06:56:00 +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: c0168683-6e72-4d96-8bee-20968395abd9 X-Archives-Hash: bb2826fb64b78e5cab912af6603da7cd commit: 11a6b78add2ea1ee30214288667dfb5fa2019be0 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 22 06:40:22 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 22 06:55:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a6b78a dev-ruby/sshkey: update EAPI 6 -> 8 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sshkey/sshkey-2.0.0-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-ruby/sshkey/sshkey-2.0.0-r1.ebuild b/dev-ruby/sshkey/sshkey-2.0.0-r1.ebuild new file mode 100644 index 000000000000..b72dbc2932e6 --- /dev/null +++ b/dev-ruby/sshkey/sshkey-2.0.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby26 ruby27 ruby30 ruby31" + +inherit ruby-fakegem + +DESCRIPTION="SSH private and public key generator in pure Ruby" +HOMEPAGE="https://rubygems.org/gems/sshkey" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE=""