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 26AAB138335 for ; Sat, 13 Apr 2019 06:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B124E0825; Sat, 13 Apr 2019 06:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 02D1AE0825 for ; Sat, 13 Apr 2019 06:34:08 +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 0EDB4340F12 for ; Sat, 13 Apr 2019 06:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2D535A6 for ; Sat, 13 Apr 2019 06:34:05 +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: <1555137213.3cff69012f32038654c8a6fb359f8cb087d89b9a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/recog/Manifest dev-ruby/recog/recog-2.1.6-r1.ebuild X-VCS-Directories: dev-ruby/recog/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3cff69012f32038654c8a6fb359f8cb087d89b9a X-VCS-Branch: master Date: Sat, 13 Apr 2019 06:34:05 +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: 1b757fba-150f-4bec-a34f-9de2f60b76d2 X-Archives-Hash: 20dba381dfb2ed17f612ce8ad66e7d01 commit: 3cff69012f32038654c8a6fb359f8cb087d89b9a Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 13 05:46:37 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 13 06:33:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cff6901 dev-ruby/recog: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/recog/Manifest | 1 - dev-ruby/recog/recog-2.1.6-r1.ebuild | 39 ------------------------------------ 2 files changed, 40 deletions(-) diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest index f35162cad08..de0a043dee3 100644 --- a/dev-ruby/recog/Manifest +++ b/dev-ruby/recog/Manifest @@ -1,2 +1 @@ DIST recog-2.1.31.gem 236032 BLAKE2B 5e6b4ffe163985ff437c2fbaf203e1d07796ead0c20b233703fcb66bfed45930463dc1b7b2bc0c6c9ec1089730589cf996b59382ad4fd63d4913b118035fc852 SHA512 eeabae2684d4fb616d7ea272dd9c4fda0b1a2ea7776cd664fa237989b68e277943642267359a2671ee180e1a5f0cda8f0be24bfa2b4d7729b469664700955ada -DIST recog-2.1.6.gem 214016 BLAKE2B cfc29bc2dfe887383d321143db00dfeb1f72106c118c9848b8fdfe871047f465b59b04afa7de13b8269686d328856de26497f89ba9bd79b9198c480340872520 SHA512 21e6f3116252e8d6cfa6abe14adb100b2d2637e8f61852c86266467465056f06bf25e4eb17ac874c772963b2b13e31f84bd157bcb058fe0f58d6609b2b2d0c15 diff --git a/dev-ruby/recog/recog-2.1.6-r1.ebuild b/dev-ruby/recog/recog-2.1.6-r1.ebuild deleted file mode 100644 index b7b66e81258..00000000000 --- a/dev-ruby/recog/recog-2.1.6-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24" -RUBY_FAKEGEM_BINWRAP="" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="xml" - -inherit ruby-fakegem - -DESCRIPTION="Pattern recognition for hosts, services, and content" -HOMEPAGE="https://github.com/rapid7/recog" - -LICENSE="BSD-2" -SLOT="${PV}" -KEYWORDS="~amd64 ~arm" -IUSE="" - -ruby_add_rdepend "dev-ruby/nokogiri - !