mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-ruby/commander: add 4.4.2
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST commander-4.4.0.gem 35840 SHA256 358ae12110faed47683633bdf0e71d6782a0f3eccdbaea4e76b375d260490a56 SHA512 e417c68c83041a088ec8d7e5202ac733b2a80699d1e15ca1612a904327833dce9ad788a9523ebe2c83f4e509001e93283745378ab5ca5aee15072690ca51d530 WHIRLPOOL 95f05cae077bbbd6091658ede341894d53e9a4c8dca52b0039daad443507ff999727e042000e349b7098c9012daa4f1d715ea6cb6f359b54b67c655ff8779a8d
|
||||
DIST commander-4.4.1.gem 35840 SHA256 306be67f96793359bca344e470d759e138d8a86db01ba82f1b18ed73e5a2cd70 SHA512 e5a3dcebc1fd28ae1ba5a61c99de3cfd5039e1562f8266a5ad96387a87009ea3ecfc17f0bb536caac95d262ec20fcbddc97203ba3176b55ed5d3c10cea280f19 WHIRLPOOL cfa3230cb248025e2d8921b0520a6d673b3affde5a2c870bbb12f6bd7d208699c4be558141e40834f5e02a35bb59425854f4f2e3a468428fa3835404ab9ee307
|
||||
DIST commander-4.4.2.gem 36352 SHA256 67e98c1121e3d3ceabed4817c2e83b3571535442d00fe9d21e7fec353baee564 SHA512 b6063173cd4bc0c6381916369e7575e7d8ade637d326c924dd700c03dc2bd08f5d1872fbc2466a53efeb4de58011d733d0903267745aad709dbf9fa9b7571862 WHIRLPOOL d60137607c48141575a7c765b07a1f007fb5f96d00960ed5341256952fe76cb7d1b936d290482db7f63d3c12fbba97a0b336c5fadbea783bc6d901a748b1d25d
|
||||
|
||||
26
dev-ruby/commander/commander-4.4.2.ebuild
Normal file
26
dev-ruby/commander/commander-4.4.2.ebuild
Normal file
@@ -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 ruby23"
|
||||
|
||||
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 =dev-ruby/highline-1.7*"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
|
||||
}
|
||||
Reference in New Issue
Block a user