From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-869726-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DFD4259CA3 for <garchives@archives.gentoo.org>; Mon, 14 Mar 2016 19:48:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C97721C075; Mon, 14 Mar 2016 19:47:58 +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 9C6B421C075 for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 19:47:57 +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 B9D12340CAB for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 19:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7420B85F for <gentoo-commits@lists.gentoo.org>; Mon, 14 Mar 2016 19:47:52 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1457984841.60317195cc4a000f47b4e180f288872fec0e8b51.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/metasploit-credential-1.0.1.ebuild X-VCS-Directories: dev-ruby/metasploit-credential/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 60317195cc4a000f47b4e180f288872fec0e8b51 X-VCS-Branch: master Date: Mon, 14 Mar 2016 19:47:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: efcda2ec-a6f6-45e1-9921-0ed2ad74dd3b X-Archives-Hash: 2681053c71b18ee6fe58d91c414c73d0 commit: 60317195cc4a000f47b4e180f288872fec0e8b51 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Mar 14 19:40:58 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Mar 14 19:47:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60317195 dev-ruby/metasploit-credential: drop ruby19, fix USE=doc Package-Manager: portage-2.2.26 dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild index ed79c6f..f61c570 100644 --- a/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild +++ b/dev-ruby/metasploit-credential/metasploit-credential-1.0.1.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" inherit ruby-fakegem @@ -11,7 +13,6 @@ RUBY_FAKEGEM_EXTRAINSTALL="app config db spec" DESCRIPTION="Code for modeling and managing credentials in Metasploit" HOMEPAGE="https://github.com/rapid7/metasploit-credential" -SRC_URI="mirror://rubygems/${P}.gem" LICENSE="BSD" SLOT="${PV}"