graaff 15/04/11 08:16:40 Modified: ChangeLog hitimes-1.2.2.ebuild Log: Add ruby22. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.6 dev-ruby/hitimes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 28 Dec 2014 00:55:22 -0000 1.5 +++ ChangeLog 11 Apr 2015 08:16:39 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hitimes -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.5 2014/12/28 00:55:22 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/ChangeLog,v 1.6 2015/04/11 08:16:39 graaff Exp $ + + 11 Apr 2015; Hans de Graaff <[email protected]> hitimes-1.2.2.ebuild: + Add ruby22. 28 Dec 2014; Manuel RĂ¼ger <[email protected]> -hitimes-1.2.1.ebuild: Remove old. 1.3 dev-ruby/hitimes/hitimes-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild?r1=1.2&r2=1.3 Index: hitimes-1.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hitimes-1.2.2.ebuild 12 Aug 2014 22:44:13 -0000 1.2 +++ hitimes-1.2.2.ebuild 11 Apr 2015 08:16:39 -0000 1.3 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.2 2014/08/12 22:44:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.3 2015/04/11 08:16:39 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md" @@ -32,5 +32,5 @@ } each_ruby_test() { - ${RUBY} -S testrb -Ilib:spec spec/*_spec.rb || die + ${RUBY} -Ilib:spec:. -e 'Dir["spec/*_spec.rb"].each{|f| require f}' || die }
