graaff      15/05/03 06:09:08

  Modified:             ChangeLog
  Added:                cri-2.7.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.17                 dev-ruby/cri/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   4 Nov 2014 17:26:48 -0000       1.16
+++ ChangeLog   3 May 2015 06:09:08 -0000       1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/cri
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.16 2014/11/04 
17:26:48 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cri/ChangeLog,v 1.17 2015/05/03 
06:09:08 graaff Exp $
+
+*cri-2.7.0 (03 May 2015)
+
+  03 May 2015; Hans de Graaff <[email protected]> +cri-2.7.0.ebuild:
+  Version bump.
 
 *cri-2.4.1 (04 Nov 2014)
 



1.1                  dev-ruby/cri/cri-2.7.0.ebuild

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

Index: cri-2.7.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/cri/cri-2.7.0.ebuild,v 1.1 
2015/05/03 06:09:08 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"

RUBY_FAKEGEM_TASK_DOC="doc"

inherit ruby-fakegem

DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
HOMEPAGE="http://rubygems.org/gems/cri";
LICENSE="MIT"

KEYWORDS="~amd64 ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""

ruby_add_rdepend ">=dev-ruby/colored-1.2"

ruby_add_bdepend "doc? ( dev-ruby/yard )
        test? ( dev-ruby/yard dev-ruby/minitest )"

all_ruby_prepare() {
        sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
        sed -i -e '/rubocop/I s:^:#:' Rakefile || die
}

each_ruby_test() {
        ${RUBY} -Ilib -S rake test_unit || die
}




Reply via email to