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 A91921395E3 for ; Sun, 30 Oct 2016 19:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B93E4E0C69; Sun, 30 Oct 2016 19:51:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2CDFE0C69 for ; Sun, 30 Oct 2016 19:51:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64CFA3412C1 for ; Sun, 30 Oct 2016 19:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5FE224A8 for ; Sun, 30 Oct 2016 19:51: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: <1477856613.98a5388af97eb8467aa75ec433d0b2d76d3caa34.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/metasploit-concern/Manifest dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild X-VCS-Directories: dev-ruby/metasploit-concern/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 98a5388af97eb8467aa75ec433d0b2d76d3caa34 X-VCS-Branch: master Date: Sun, 30 Oct 2016 19:51: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-Archives-Salt: e86e43a9-6a55-4177-8543-240ffc92aec7 X-Archives-Hash: 831b541a08db46a05fb883201c644c46 commit: 98a5388af97eb8467aa75ec433d0b2d76d3caa34 Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 30 19:43:33 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 30 19:43:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a5388a dev-ruby/metasploit-concern: remove masked version Package-Manager: portage-2.3.0 dev-ruby/metasploit-concern/Manifest | 1 - .../metasploit-concern-1.0.0.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest index c705d01..b4cd3d4 100644 --- a/dev-ruby/metasploit-concern/Manifest +++ b/dev-ruby/metasploit-concern/Manifest @@ -1,2 +1 @@ -DIST metasploit-concern-1.0.0.gem 13312 SHA256 0479a6766d4754720d8eb6ac6b9c108c68095b7e3068d4cca62dd5838173ecfe SHA512 2fc2e511503b4efcc10fec9e0027936333a16de14acd53155942bde1d77e5e208510ec2b563e9ffb81d49d320b6f62bf0fd04f40bc2d2703778943d4730d5bc9 WHIRLPOOL 748be7d2f09af22d9767a0b41321182637058ceefbff8dd1a41ba336a5c31c9c59589b80a012402e7fd33e6892f6ca233d7b0d3cc4d863a955a3fc617f3eaeb2 DIST metasploit-concern-2.0.1.gem 19456 SHA256 ef42d34726f294712710c9efbd6229733877051eab77bfd1369e83df39a0c2a9 SHA512 759b1d96a3339f2396fe98ae979e0d3188fc75ff7374069b90e8cd98145d18c5d77d863d580aa1481aef91f8b8eb3d12e6fc1dc67354e1b52be33fad28741003 WHIRLPOOL 31243cd6b167c1766785e918515234e17f6ac47d764e00eb5e6e0782bd14ab8c053cf2c9b03ebd25e7a5dc35e9b439ab4bf03d1a4be6af6507bb91c266382491 diff --git a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild deleted file mode 100644 index c9a8661..00000000 --- a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_EXTRAINSTALL="app spec" - -inherit ruby-fakegem versionator - -DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. " -HOMEPAGE="https://github.com/rapid7/metasploit-concern" -SRC_URI="mirror://rubygems/${P}.gem" - -LICENSE="BSD" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86" -#IUSE="development test" -RESTRICT=test -IUSE="" - -RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0" - -ruby_add_rdepend ">=dev-ruby/railties-4.0.9:4.0 - >=dev-ruby/activesupport-4.0.9:4.0"