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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A69C3138359 for ; Sat, 25 Jul 2020 08:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAA3CE0876; Sat, 25 Jul 2020 08:53:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C70A9E0876 for ; Sat, 25 Jul 2020 08:53:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D102C34F22F for ; Sat, 25 Jul 2020 08:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E3A2ED for ; Sat, 25 Jul 2020 08:53:24 +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: <1595667196.066c7e076527c20aa75847357973a99bafe44495.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sshkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sshkey/Manifest dev-ruby/sshkey/sshkey-1.9.0.ebuild X-VCS-Directories: dev-ruby/sshkey/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 066c7e076527c20aa75847357973a99bafe44495 X-VCS-Branch: master Date: Sat, 25 Jul 2020 08:53:24 +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: ccd0fcb2-f213-45c0-823e-4eccb76b13a4 X-Archives-Hash: dd13ba7fec8125460d36f961081d500a commit: 066c7e076527c20aa75847357973a99bafe44495 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 25 06:03:16 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 25 08:53:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066c7e07 dev-ruby/sshkey: cleanup Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sshkey/Manifest | 1 - dev-ruby/sshkey/sshkey-1.9.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-ruby/sshkey/Manifest b/dev-ruby/sshkey/Manifest index 8d7d6fcd68a..d96f1c51344 100644 --- a/dev-ruby/sshkey/Manifest +++ b/dev-ruby/sshkey/Manifest @@ -1,2 +1 @@ -DIST sshkey-1.9.0.gem 25600 BLAKE2B 8d20f10c7bbb243ed6a0eb41ddf07b06af803fb71ad7fe49c5b0a90fffe0db167e0b527513401400d12486fcf3fa445db1934b2eee08a5954cd2347dbaa03506 SHA512 d8cebd1341ee70886f868e4f7b4a524b1781a229e80261172b8c9a14ae665cc5e84b98f7b476cd62e57af430247c172a08dcd219956adc95a42caf88aab1b0b7 DIST sshkey-2.0.0.gem 26112 BLAKE2B 19fb790d4eba7f57e96b57d838fb6736857b9394f678d37f4577a1794b6d7f901fe35165616c317add04d470a301ab79b55e39d64ef93b566d4c1f628a74fe22 SHA512 dfd56a8b3b4f6abe785f37b5e1a4a61799c704a864821c35beaa6ddcec51b2f9f0111ef945fdacac685cbe6141e7ce2ad0c9bae8fa4cf8a8d48354701a0e5d05 diff --git a/dev-ruby/sshkey/sshkey-1.9.0.ebuild b/dev-ruby/sshkey/sshkey-1.9.0.ebuild deleted file mode 100644 index 15739cd2b47..00000000000 --- a/dev-ruby/sshkey/sshkey-1.9.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -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=""