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 521191395E2 for ; Sun, 27 Nov 2016 08:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F521E0944; Sun, 27 Nov 2016 08:33:48 +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 72652E0944 for ; Sun, 27 Nov 2016 08:33:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 17922341130 for ; Sun, 27 Nov 2016 08:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79F7B49C for ; Sun, 27 Nov 2016 08:33:44 +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: <1480235592.4eeb0fab888181b5fbd84a5dab1cdf21fa4c8b67.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/capistrano/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild X-VCS-Directories: dev-ruby/capistrano/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 4eeb0fab888181b5fbd84a5dab1cdf21fa4c8b67 X-VCS-Branch: master Date: Sun, 27 Nov 2016 08:33:44 +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: 58526231-855d-446e-b1c4-b15b957df6c2 X-Archives-Hash: 33a3783294ff9a4bf37d917d7e2ae251 commit: 4eeb0fab888181b5fbd84a5dab1cdf21fa4c8b67 Author: Hans de Graaff gentoo org> AuthorDate: Sun Nov 27 08:33:12 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Nov 27 08:33:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eeb0fab dev-ruby/capistrano: mark ruby21 revision stable; drop stable ppc, ppc64, x86 keywords for bug 589432 Package-Manager: portage-2.3.0 dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild | 41 ------------------------- dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild | 2 +- 2 files changed, 1 insertion(+), 42 deletions(-) diff --git a/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild b/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild deleted file mode 100644 index 0787af3..00000000 --- a/dev-ruby/capistrano/capistrano-2.15.5-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://capistranorb.com/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/net-ssh-2.0.14 - >=dev-ruby/net-sftp-2.0.2 - >=dev-ruby/net-scp-1.0.2 - >=dev-ruby/net-ssh-gateway-1.1.0 - >=dev-ruby/highline-1.2.7" -ruby_add_bdepend " - test? ( dev-ruby/mocha:0.12 )" - -RUBY_PATCHES=( ${P}-sudo-cleanup.patch ) - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile test/utils.rb || die - sed -i -e '/pry/ s:^:#:' -e '4igem "mocha", "~>0.12.0"' test/utils.rb || die - - # Avoid copy strategy tests since these fail in some cases due to - # complicated (aka unknown) interactions with other parts of the - # test suite. - rm test/deploy/strategy/copy_test.rb || die -} diff --git a/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild b/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild index bcd6126..660a785 100644 --- a/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild +++ b/dev-ruby/capistrano/capistrano-2.15.5-r2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://capistranorb.com/" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "