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 AFE1558973 for ; Sat, 30 Jan 2016 15:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2206C21C002; Sat, 30 Jan 2016 15:07:55 +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 ABB9021C002 for ; Sat, 30 Jan 2016 15:07:54 +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 62BE4340B27 for ; Sat, 30 Jan 2016 15:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28C208ED for ; Sat, 30 Jan 2016 15:07:51 +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: <1454166467.cf462d592ab1eed64c00a0c743e653c277cdda1d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/commander/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/commander/Manifest dev-ruby/commander/commander-4.3.7.ebuild X-VCS-Directories: dev-ruby/commander/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cf462d592ab1eed64c00a0c743e653c277cdda1d X-VCS-Branch: master Date: Sat, 30 Jan 2016 15:07:51 +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: 5f9df380-85b4-4da8-82bb-099aaa8c3ed2 X-Archives-Hash: 48fb345557b717b44ec2e52c3b51734a commit: cf462d592ab1eed64c00a0c743e653c277cdda1d Author: Hans de Graaff gentoo org> AuthorDate: Sat Jan 30 15:07:12 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jan 30 15:07:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf462d59 dev-ruby/commander: add 4.3.7 Package-Manager: portage-2.2.26 dev-ruby/commander/Manifest | 1 + dev-ruby/commander/commander-4.3.7.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-ruby/commander/Manifest b/dev-ruby/commander/Manifest index 6a01fb1..ad7c588 100644 --- a/dev-ruby/commander/Manifest +++ b/dev-ruby/commander/Manifest @@ -1 +1,2 @@ DIST commander-4.3.5.gem 35328 SHA256 23234d4a975c9b5356c9795a46ca2b7786999720321ba3c4a3ec417fea15965f SHA512 a6bdf476c60636883bde58f5915cc08cd858093ad19143617d7cd72a523adb6bf2c72539ce2de469520624bc1d387c5ba44de4577d174f00b03eaf684ffa3966 WHIRLPOOL d4e28dea3108a20195a097a94af3894b6f8c50b16d32bc5ca7f92c8446a13fb9de253c7270c463e93523e43e9a0fa9578a9a54b6ffdb7564a3a16c95d7688892 +DIST commander-4.3.7.gem 35328 SHA256 c5caa7882a27a793b720e8c071218cc26d112d85a73d4dda1f93be08bfa09f3a SHA512 adfb4483fe3b74bb40d2e6e3101b990eee82aea1c6593ea2ce76213740ab4e3e39eb25cd1d22ec23d406d20c5d6f8bb930c1058a808abd01b7fdb20463209cb8 WHIRLPOOL 27e65562d7cd90d268683321a829ffcf364dd326a008872640b6f8107c2107940fec50ce1cec3a13732fa922b60443114da74e5e85f3ff8841cc85a1cc9c76da diff --git a/dev-ruby/commander/commander-4.3.7.ebuild b/dev-ruby/commander/commander-4.3.7.ebuild new file mode 100644 index 0000000..02c51ae --- /dev/null +++ b/dev-ruby/commander/commander-4.3.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="The complete solution for Ruby command-line executables" +HOMEPAGE="https://visionmedia.github.com/commander/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/highline-1.7.2" + +all_ruby_prepare() { + sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die +}