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 72BC6138334 for ; Tue, 9 Apr 2019 05:53:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C555CE09D5; Tue, 9 Apr 2019 05:53:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 998D8E09CC for ; Tue, 9 Apr 2019 05:53:53 +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 5979E335D04 for ; Tue, 9 Apr 2019 05:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEAF35A9 for ; Tue, 9 Apr 2019 05:53:48 +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: <1554789179.fb013be153e8d1fe346f22fbd6ba657acb16715b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-credential/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/metasploit-credential/Manifest dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild X-VCS-Directories: dev-ruby/metasploit-credential/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fb013be153e8d1fe346f22fbd6ba657acb16715b X-VCS-Branch: master Date: Tue, 9 Apr 2019 05:53:48 +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: d1d6b971-72af-4038-8e35-9861ae5c9d7b X-Archives-Hash: 23c65bf2bef0159c678a3d0bef88f5e7 commit: fb013be153e8d1fe346f22fbd6ba657acb16715b Author: Hans de Graaff gentoo org> AuthorDate: Wed Jan 16 18:49:10 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Apr 9 05:52:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb013be1 dev-ruby/metasploit-credential: cleanup ruby23-only version Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/metasploit-credential/Manifest | 1 - .../metasploit-credential-2.0.8.ebuild | 28 ---------------------- 2 files changed, 29 deletions(-) diff --git a/dev-ruby/metasploit-credential/Manifest b/dev-ruby/metasploit-credential/Manifest index 0b2f5ac8d41..5aaeab0850d 100644 --- a/dev-ruby/metasploit-credential/Manifest +++ b/dev-ruby/metasploit-credential/Manifest @@ -1,2 +1 @@ DIST metasploit-credential-2.0.14.gem 110592 BLAKE2B 09f3eee0f288ab26695177b014b98dc871f6f009f34aaad4fbd7dfcda8acc63f75524fe7d181b1dccca863cc83eb50f249e0c07cbb0f07e9c79856a4389cdcd9 SHA512 66670fc89dc61d6d32577c9b46dc6ddfab15b9c0118ba15cc7398e10ec8de63cd7150fbfaddbd01a573ead6d98619dd9c19a5835be58baaa1fc4a9c777839b00 -DIST metasploit-credential-2.0.8.gem 110080 BLAKE2B 3963d4beb8ad12b42e8e79ae51016a74e8a0de6a1446817da16301ccc9756564dfba2847ebe9944cd563e4f113a6be3c9e96ee4240dc38c855fd47e81b145d74 SHA512 dac081be5347edd9f96e2e4956824e5982a1ab1ef13dd3113a1a5faf70e4dde570bb42ec404ab503b72ababbdae291d4b929946288452f712bf6a795177e1357 diff --git a/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild deleted file mode 100644 index 0488094fc92..00000000000 --- a/dev-ruby/metasploit-credential/metasploit-credential-2.0.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby21 ruby23" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -inherit ruby-fakegem - -RUBY_FAKEGEM_EXTRAINSTALL="app config db spec" - -DESCRIPTION="Code for modeling and managing credentials in Metasploit" -HOMEPAGE="https://github.com/rapid7/metasploit-credential" - -LICENSE="BSD" -SLOT="${PV}" -KEYWORDS="~amd64 ~arm" -IUSE="" -RESTRICT=test - -ruby_add_rdepend "dev-ruby/metasploit-concern:2.0 - >=dev-ruby/metasploit_data_models-1.2.0:* - >=dev-ruby/metasploit-model-1.0.0 - dev-ruby/rubyzip:1 - dev-ruby/rubyntlm - >=dev-ruby/railties-4.2.6:4.2 - dev-ruby/pg:*"