graaff 15/04/13 18:33:46 Modified: ChangeLog rspec-1.3.2-r1.ebuild Added: rspec-1.3.2-r2.ebuild Log: Create stable candidate. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.185 dev-ruby/rspec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.185&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.185&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?r1=1.184&r2=1.185 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v retrieving revision 1.184 retrieving revision 1.185 diff -u -r1.184 -r1.185 --- ChangeLog 21 Feb 2015 09:38:49 -0000 1.184 +++ ChangeLog 13 Apr 2015 18:33:46 -0000 1.185 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.184 2015/02/21 09:38:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.185 2015/04/13 18:33:46 graaff Exp $ + +*rspec-1.3.2-r2 (13 Apr 2015) + + 13 Apr 2015; Hans de Graaff <[email protected]> rspec-1.3.2-r1.ebuild, + +rspec-1.3.2-r2.ebuild: + Create stable candidate. 21 Feb 2015; Hans de Graaff <[email protected]> rspec-2.99.0.ebuild, rspec-3.2.0.ebuild: 1.5 dev-ruby/rspec/rspec-1.3.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?r1=1.4&r2=1.5 Index: rspec-1.3.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rspec-1.3.2-r1.ebuild 7 Dec 2014 15:22:57 -0000 1.4 +++ rspec-1.3.2-r1.ebuild 13 Apr 2015 18:33:46 -0000 1.5 @@ -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/rspec/rspec-1.3.2-r1.ebuild,v 1.4 2014/12/07 15:22:57 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.5 2015/04/13 18:33:46 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="spec" 1.1 dev-ruby/rspec/rspec-1.3.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r2.ebuild?rev=1.1&content-type=text/plain Index: rspec-1.3.2-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r2.ebuild,v 1.1 2015/04/13 18:33:46 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="spec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc TODO.txt Ruby1.9.rdoc Upgrade.rdoc" RUBY_FAKEGEM_BINWRAP="spec" RUBY_FAKEGEM_GEMSPEC="rspec.gemspec" inherit ruby-fakegem DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" HOMEPAGE="http://rspec.rubyforge.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" # it's actually optional, but tests fail if it's not installed and # some other package might fail tests, so require it anyway. ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.2" RDEPEND="!<dev-ruby/rspec-rails-${PV}" # We should add nokogiri here to make sure that we test as much as # possible, but since it's yet unported to 1.9 and the nokogiri-due # tests fail for sure, we'll be waiting on it. ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.0.0 dev-ruby/zentest >=dev-ruby/syntax-1.0 >=dev-ruby/fakefs-0.2.1 )" ruby_add_bdepend "test? ( ~dev-ruby/test-unit-1.2.3 )" all_ruby_prepare() { # Avoid dependency on git. sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die # Replace reference to /tmp to our temporary directory to avoid # sandbox-related failure. sed -i \ -e "s:/tmp:${T}:" \ spec/spec/runner/command_line_spec.rb || die # Avoid unneeded dependency on bundler sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die # Avoid the formatter specs since they require output files for each # ruby version and these are not present for any current ruby # version. rm spec/spec/runner/formatter/{html,text_mate}_formatter_spec.rb || die # Drop heckle dependency. rm spec/spec/runner/heckler_spec.rb spec/spec/runner/heckle_runner_spec.rb || die sed -i -e '381,398 s:^:#:' spec/spec/runner/option_parser_spec.rb || die # Avoid a spec that may fail on unimportant whitespace differences. sed -e '/Diff in context format/,/^end/ s:^:#:' \ -i spec/spec/expectations/differs/default_spec.rb || die # Remove broken spec.opts related tests. These were always broken # because they don't set up state properly, but only with # >=fakefs-0.4.2 this started throwing exceptions, bug 340385. sed -i -e '/implicitly loading spec/,/^ end/ s:^:#:' spec/spec/runner/option_parser_spec.rb || die } src_test() { chmod 0755 "${HOME}" || die "Failed to fix permissions on home" ruby-ng_src_test }
