commit:     b0847edace4f27527890147a9aca7f44d9852530
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 19:06:14 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 19:08:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0847eda

dev-ruby/rspec-expectations: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/rspec-expectations/Manifest               |  2 -
 .../rspec-expectations-3.2.1.ebuild                | 62 ----------------------
 .../rspec-expectations-3.3.0.ebuild                | 62 ----------------------
 3 files changed, 126 deletions(-)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index 18bc45a..c05fbf53 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,6 +1,4 @@
 DIST rspec-expectations-2.14.5-git.tgz 93680 SHA256 
ceba7a62ad87285f1ea01db4798efbbde4020b82a109cc260ec358061367e5b9 SHA512 
237ed56cd185bc5d0d60ed14e20ded1840ef10711693c43ffaa20ec65cdd6b891aba3a6f1f38bb6962c31d51364758d1898e3bcba14a95c4abc73dff4dac1b65
 WHIRLPOOL 
b9860d7bbd7e33143de655d3bcae6925a91ae5992f47b75ae9c61203c9cddcfb5a2ad0d8d3152a725ff4174359bdf56c5d8dbe24b4b1bb56e3aab292ddfc7a5d
 DIST rspec-expectations-2.99.2-git.tgz 106884 SHA256 
4c1b38198d214ab2d4e297fdfbd89d3c3ae20c6b144882e53e935cfbc9878f68 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
 WHIRLPOOL 
4a390f55bac3180a876bd59f58ce7c2ed87611b94c9610c950dc138ef14c8966e62d79aa4f63771c373760d0b9f4f51a9aaa6cbc4fc600573c6cb12ddc0e278d
-DIST rspec-expectations-3.2.1-git.tgz 157533 SHA256 
fd3813bb56818fcea59a71aec649546c33c3d10ad1473deb4b051ab8f2bd1940 SHA512 
144609a9b148daeb95e23e421bdd00ba3571f6e751915ba699089d52567f9cd7a35a51be37772947d7fe59945281bf8c5afea6a68b6d0e87007266333342b773
 WHIRLPOOL 
5046afddb29a42b3456b25077d3f1f2be83e5db6a8e69c02e93711725466ecbe792c4670cd8bbd371e405b0706a1eaadb7c7d7b81df50c7c88732e98d1e32cf4
-DIST rspec-expectations-3.3.0-git.tgz 170643 SHA256 
1bf5062cd45c12cfa048deb73caa572372767513fffe9f12328ffaf8970a0891 SHA512 
edbe9ec9482fb93ba4834b023b3574f6771936a17df7b0f049b090b10077bb2d336a30a2bf734fa2d2f207b04bcb63be9a4e1a33c905d3614c93bec1a23be51c
 WHIRLPOOL 
2a396b888261094efce98cea6d2359ce1b604801de20884b69f2b6f0c6ea16d0546ce9a5c101a10ad19ae225c498e6e80068958aef2ee12e350c31a228fcb0ef
 DIST rspec-expectations-3.3.1-git.tgz 171117 SHA256 
a40feb73c5c54fd6464ca262af4be50ef9d5e4a785b5ae7862946da42837e112 SHA512 
fe0e5fc4e00c8d51866bc9699bc25b1e702c765c5443abbebe2f016833c6f09f9f8f35d86520b59d51ad0a196551f68c39a5ec707658826af838ed274f4986ff
 WHIRLPOOL 
5dc55d62ec1df5add711c07470d2d7020b875bf43a57788ceb84b05807ec9d3b2e395fde16f14c06d265e8c36b44e9a9c9da306c049a019289a1bc3d265e18e1
 DIST rspec-expectations-3.4.0-git.tgz 181527 SHA256 
4cfdedf39382d27335208fc1ce7efbf3babd3212e021ece5593e39feb3e51556 SHA512 
688fcee04517e1354ce7d180c9e8c8e55614261af416b80dfc663293f9d66348fc2c17dc9b31aec7bc12fd9045d6507d9f11017bb5a757e41dbcaea18efa684f
 WHIRLPOOL 
3d9a8f9b7515433b80dc70ba922813f0b2564bd0e1a0f1fe6dd370befef76a8453b1ce59b8fede435a99f8f604a24a56c158bd5c0be5bc3627c0b2181193ca16

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.2.1.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.2.1.ebuild
deleted file mode 100644
index 11bcf83..0000000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.2.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="http://rspec.rubyforge.org/";
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(get_version_component_range 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 <dev-ruby/diff-lcs-2
-       =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-               >=dev-ruby/rspec-mocks-3.2.0:3
-       )"
-
-all_ruby_prepare() {
-       # Don't set up bundler: it doesn't understand our setup.
-       sed -i -e '/[Bb]undler/d' Rakefile || die
-
-       # Remove the Gemfile to avoid running through 'bundle exec'
-       rm Gemfile || die
-
-       # fix up the gemspecs
-       sed -i \
-               -e '/git ls/d' \
-               -e '/add_development_dependency/d' \
-               "${RUBY_FAKEGEM_GEMSPEC}" || die
-
-       #
-       sed -i -e '1irequire "spec_helper"' 
spec/rspec/expectations/configuration_spec.rb || die
-
-       # Avoid a weird, and failing, test testing already installed code.
-       sed -e '/has an up-to-date caller_filter file/,/end/ s:^:#:' -i 
spec/rspec/expectations_spec.rb || die
-}
-
-each_ruby_prepare() {
-       case ${RUBY} in
-               *ruby22)
-                       # The rubygems version bundled with ruby 2.2 causes 
warnings.
-                       sed -i -e '/a library that issues no warnings when 
loaded/,/^  end/ s:^:#:' spec/rspec/expectations_spec.rb || die
-                       ;;
-       esac
-}

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.3.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.3.0.ebuild
deleted file mode 100644
index 80f010b..0000000
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.3.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-expectations";
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SUBVERSION="$(get_version_component_range 1-2)"
-
-ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 <dev-ruby/diff-lcs-2
-       =dev-ruby/rspec-support-${SUBVERSION}*"
-
-ruby_add_bdepend "test? (
-               >=dev-ruby/rspec-mocks-3.2.0:3
-       )"
-
-all_ruby_prepare() {
-       # Don't set up bundler: it doesn't understand our setup.
-       sed -i -e '/[Bb]undler/d' Rakefile || die
-
-       # Remove the Gemfile to avoid running through 'bundle exec'
-       rm Gemfile || die
-
-       # fix up the gemspecs
-       sed -i \
-               -e '/git ls/d' \
-               -e '/add_development_dependency/d' \
-               "${RUBY_FAKEGEM_GEMSPEC}" || die
-
-       #
-       sed -i -e '1irequire "spec_helper"' 
spec/rspec/expectations/configuration_spec.rb || die
-
-       # Avoid a weird, and failing, test testing already installed code.
-       sed -e '/has an up-to-date caller_filter file/,/end/ s:^:#:' -i 
spec/rspec/expectations_spec.rb || die
-}
-
-each_ruby_prepare() {
-       case ${RUBY} in
-               *ruby22)
-                       # The rubygems version bundled with ruby 2.2 causes 
warnings.
-                       sed -i -e '/a library that issues no warnings when 
loaded/,/^  end/ s:^:#:' spec/rspec/expectations_spec.rb || die
-                       ;;
-       esac
-}

Reply via email to