mrueg       15/02/14 02:28:51

  Modified:             ChangeLog
  Added:                commander-4.3.0.ebuild
  Removed:              commander-4.2.0.ebuild commander-4.1.6.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.8                  dev-ruby/commander/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/commander/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/commander/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/commander/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/commander/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Oct 2014 20:41:11 -0000       1.7
+++ ChangeLog   14 Feb 2015 02:28:51 -0000      1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/commander
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/commander/ChangeLog,v 1.7 
2014/10/05 20:41:11 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/commander/ChangeLog,v 1.8 
2015/02/14 02:28:51 mrueg Exp $
+
+*commander-4.3.0 (14 Feb 2015)
+
+  14 Feb 2015; Manuel RĂ¼ger <[email protected]> +commander-4.3.0.ebuild,
+  -commander-4.1.6.ebuild, -commander-4.2.0.ebuild:
+  Version bump. Remove old.
 
 *commander-4.2.1 (05 Oct 2014)
 



1.1                  dev-ruby/commander/commander-4.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/commander/commander-4.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/commander/commander-4.3.0.ebuild?rev=1.1&content-type=text/plain

Index: commander-4.3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/commander/commander-4.3.0.ebuild,v 
1.1 2015/02/14 02:28:51 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

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 "/simplecov/,/end/ s:^:#:" spec/spec_helper.rb || die
}




Reply via email to