From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C551E13888F for ; Thu, 8 Oct 2015 19:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8239E07F9; Thu, 8 Oct 2015 19:27:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7875FE07F9 for ; Thu, 8 Oct 2015 19:27:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BDB434072E for ; Thu, 8 Oct 2015 19:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C433C59 for ; Thu, 8 Oct 2015 19:27:10 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1444332421.57714cf3356d226c6dced73a5b79c70facadbea5.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/recog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/recog/recog-2.0.12.ebuild dev-ruby/recog/recog-2.0.14.ebuild dev-ruby/recog/recog-2.0.6.ebuild X-VCS-Directories: dev-ruby/recog/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 57714cf3356d226c6dced73a5b79c70facadbea5 X-VCS-Branch: master Date: Thu, 8 Oct 2015 19:27:10 +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-Archives-Salt: 6350339c-9371-4425-bac8-dc89b062e4dc X-Archives-Hash: 33430e5e56fe00ab77e7150d7e5bf296 commit: 57714cf3356d226c6dced73a5b79c70facadbea5 Author: Zero_Chaos gentoo org> AuthorDate: Thu Oct 8 19:19:40 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Thu Oct 8 19:27:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57714cf3 dev-ruby/recog: reslot so metasploit can use different versions dev-ruby/recog/recog-2.0.12.ebuild | 2 +- dev-ruby/recog/recog-2.0.14.ebuild | 2 +- dev-ruby/recog/recog-2.0.6.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/recog/recog-2.0.12.ebuild b/dev-ruby/recog/recog-2.0.12.ebuild index 76db60c..5a93294 100644 --- a/dev-ruby/recog/recog-2.0.12.ebuild +++ b/dev-ruby/recog/recog-2.0.12.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Pattern recognition for hosts, services, and content" HOMEPAGE="https://github.com/rapid7/${PN}" LICENSE="BSD-2" -SLOT="2" +SLOT="${PV}" KEYWORDS="~amd64 ~arm ~x86" IUSE="" diff --git a/dev-ruby/recog/recog-2.0.14.ebuild b/dev-ruby/recog/recog-2.0.14.ebuild index 761c372..0ea65f6 100644 --- a/dev-ruby/recog/recog-2.0.14.ebuild +++ b/dev-ruby/recog/recog-2.0.14.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Pattern recognition for hosts, services, and content" HOMEPAGE="https://github.com/rapid7/${PN}" LICENSE="BSD-2" -SLOT="2" +SLOT="${PV}" KEYWORDS="~amd64 ~arm ~x86" IUSE="" diff --git a/dev-ruby/recog/recog-2.0.6.ebuild b/dev-ruby/recog/recog-2.0.6.ebuild index d8aa63d..600a3ee 100644 --- a/dev-ruby/recog/recog-2.0.6.ebuild +++ b/dev-ruby/recog/recog-2.0.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/rapid7/${PN}" SRC_URI="mirror://rubygems/${P}.gem" LICENSE="BSD" -SLOT="2" +SLOT="${PV}" KEYWORDS="~amd64 ~arm ~x86" IUSE=""