diff options
author | 2012-11-13 19:19:23 +0000 | |
---|---|---|
committer | 2012-11-13 19:19:23 +0000 | |
commit | b59b304fd2d53108848f27a62011318293a47b36 (patch) | |
tree | 80be25b924adb5520030d10c8959af2529b434be /dev-ruby | |
parent | [bump] dev-perl/strictures-1.4.4 (diff) | |
download | gentoo-2-b59b304fd2d53108848f27a62011318293a47b36.tar.gz gentoo-2-b59b304fd2d53108848f27a62011318293a47b36.tar.bz2 gentoo-2-b59b304fd2d53108848f27a62011318293a47b36.zip |
Cleanup.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rspec/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-1.3.1.ebuild | 72 | ||||
-rw-r--r-- | dev-ruby/rspec/rspec-2.6.0.ebuild | 28 |
3 files changed, 5 insertions, 101 deletions
diff --git a/dev-ruby/rspec/ChangeLog b/dev-ruby/rspec/ChangeLog index dd852fcaf002..55852a61f94d 100644 --- a/dev-ruby/rspec/ChangeLog +++ b/dev-ruby/rspec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.127 2012/11/06 17:18:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.128 2012/11/13 19:19:23 graaff Exp $ + + 13 Nov 2012; Hans de Graaff <graaff@gentoo.org> -rspec-1.3.1.ebuild, + -rspec-2.6.0.ebuild: + Cleanup. 06 Nov 2012; Jeroen Roovers <jer@gentoo.org> rspec-2.6.0-r1.ebuild: Stable for HPPA (bug #426668). diff --git a/dev-ruby/rspec/rspec-1.3.1.ebuild b/dev-ruby/rspec/rspec-1.3.1.ebuild deleted file mode 100644 index 5d5f4d783cb0..000000000000 --- a/dev-ruby/rspec/rspec-1.3.1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.1.ebuild,v 1.11 2012/10/28 17:20:12 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 jruby" - -RUBY_FAKEGEM_TASK_TEST="spec" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc TODO.txt Ruby1.9.rdoc Upgrade.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" -HOMEPAGE="http://rspec.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~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" - -ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.0.0 )" - -RDEPEND="!<dev-ruby/rspec-rails-${PV}" - -# don't require test dependencies for jruby since we cannot run them -# for now (fakefs doesn't work). -# -# 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. -USE_RUBY="ruby18 ree18" \ - ruby_add_bdepend "test? ( - >=dev-ruby/hoe-2.0.0 - dev-ruby/zentest - >=dev-ruby/syntax-1.0 - >=dev-ruby/fakefs-0.2.1 )" - -# the testsuite skips over heckle for Ruby 1.9 so we only request it for 1.8 -USE_RUBY="ruby18 ree18" \ - ruby_add_bdepend "test? ( >=dev-ruby/heckle-1.4.3 )" - -all_ruby_prepare() { - # 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 -} - -src_test() { - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - ruby-ng_src_test -} - -each_ruby_test() { - case ${RUBY} in - *jruby) - ewarn "Tests for JRuby are disabled because dev-ruby/fakefs does not currently support" - ewarn "JRuby properly and it's needed to run the tests." - ;; - *) - each_fakegem_test - ;; - esac -} diff --git a/dev-ruby/rspec/rspec-2.6.0.ebuild b/dev-ruby/rspec/rspec-2.6.0.ebuild deleted file mode 100644 index beb021adc5f0..000000000000 --- a/dev-ruby/rspec/rspec-2.6.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.6.0.ebuild,v 1.13 2012/10/28 17:20:12 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 jruby" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit ruby-fakegem versionator - -DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" -HOMEPAGE="http://rspec.rubyforge.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -SUBVERSION="$(get_version_component_range 1-2)" - -ruby_add_rdepend " - =dev-ruby/rspec-core-${SUBVERSION}* - =dev-ruby/rspec-expectations-${SUBVERSION}* - =dev-ruby/rspec-mocks-${SUBVERSION}*" |