diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-02-12 06:59:14 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-02-12 06:59:14 +0000 |
commit | 82825760d01af0cf8735c9a4f46c2079f4cb5738 (patch) | |
tree | 402b0fc2db9e665c3fa025c65fb4c65674581e3d /dev-ruby/commander | |
parent | x86 stable wrt security bug #500320 (diff) | |
download | gentoo-2-82825760d01af0cf8735c9a4f46c2079f4cb5738.tar.gz gentoo-2-82825760d01af0cf8735c9a4f46c2079f4cb5738.tar.bz2 gentoo-2-82825760d01af0cf8735c9a4f46c2079f4cb5738.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/commander')
-rw-r--r-- | dev-ruby/commander/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/commander/commander-4.1.6.ebuild | 26 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-ruby/commander/ChangeLog b/dev-ruby/commander/ChangeLog index 6d36a28310dd..d0e580198f08 100644 --- a/dev-ruby/commander/ChangeLog +++ b/dev-ruby/commander/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/commander -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/commander/ChangeLog,v 1.3 2013/11/17 20:46:53 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/commander/ChangeLog,v 1.4 2014/02/12 06:59:14 graaff Exp $ + +*commander-4.1.6 (12 Feb 2014) + + 12 Feb 2014; Hans de Graaff <graaff@gentoo.org> +commander-4.1.6.ebuild: + Version bump. 17 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -commander-4.1.5.ebuild: Cleanup old. diff --git a/dev-ruby/commander/commander-4.1.6.ebuild b/dev-ruby/commander/commander-4.1.6.ebuild new file mode 100644 index 000000000000..523286e0ef2d --- /dev/null +++ b/dev-ruby/commander/commander-4.1.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/commander/commander-4.1.6.ebuild,v 1.1 2014/02/12 06:59:14 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20" + +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="The complete solution for Ruby command-line executables" +HOMEPAGE="http://visionmedia.github.com/commander/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/highline-1.6.11" + +all_ruby_prepare() { + sed -i -e "/[Ss]imple[Cc]ov/d" spec/spec_helper.rb || die +} |