diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-24 16:55:39 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-24 16:55:39 +0100 |
commit | e099945439b13a7c08419ad7a6f6f08441d3665d (patch) | |
tree | a972ed4b4bc8286773970105b89a26341fc90fda /dev-ruby/celluloid | |
parent | dev-ruby/celluloid-io: cleanup (diff) | |
download | gentoo-e099945439b13a7c08419ad7a6f6f08441d3665d.tar.gz gentoo-e099945439b13a7c08419ad7a6f6f08441d3665d.tar.bz2 gentoo-e099945439b13a7c08419ad7a6f6f08441d3665d.zip |
dev-ruby/celluloid: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/celluloid')
-rw-r--r-- | dev-ruby/celluloid/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/celluloid/Manifest b/dev-ruby/celluloid/Manifest index 5128de98867b..76df61c527a2 100644 --- a/dev-ruby/celluloid/Manifest +++ b/dev-ruby/celluloid/Manifest @@ -1,2 +1 @@ -DIST celluloid-0.16.0-git.tgz 63859 BLAKE2B 701347cf2ab55d4855722805209f5336cd3ffeb16561227781b4d696f417711be231d8eeec084f965b872f1c364a3d7dc5a3d75906eb15d235d2809529bb3203 SHA512 b1acc0daf35b16c086d720fccec93519de609e6c9e8f411ed70c48f3cfcb0c88f5ee665ac41e4a535e00eef112cae26ca2e8ab6b6de4738e13ed50579098d8ed DIST celluloid-0.17.3.gem 61952 BLAKE2B 5b64b67dea84261706acaf2612c23cb0b82d6af7fe0eece9d9e17e5d948d83a81b0de7598a1709fb5e1073f3632c7df6d6730c4797e0a4da593795b85c3bf9e1 SHA512 bb5005452ef7a2da1fb6b6515a6ad9df992dfd043caa605d1282a24b874c1f0798da0d19ee00f434486f9ef2c9467b1d6d2cadaa7883db98b885eeb842f1b94c diff --git a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild deleted file mode 100644 index 30755bd02299..000000000000 --- a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# rbx or jruby recommended, but only in 1.9 mode. -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -#Needed by dev-ruby/listen -RUBY_FAKEGEM_EXTRAINSTALL="spec" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Provides a simple and natural way to build fault-tolerant concurrent programs" -HOMEPAGE="https://github.com/celluloid/celluloid" -SRC_URI="https://github.com/celluloid/celluloid/archive/v${PV}.tar.gz -> ${P}-git.tgz" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RUBY_PATCHES=( "${P}-call-private-methods.patch" ) - -ruby_add_rdepend ">=dev-ruby/timers-4.0.0:4" - -all_ruby_prepare() { - rm Gemfile .rspec || die - - sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die - - # Force loading of the correct timers slot to avoid a bundler dependency. - sed -i -e '3igem "timers", "~>4.0"' spec/spec_helper.rb || die - - # Adjust timers dependency to match our slots, bug 563018 - sed -i -e '/timers/ s/4.0.0/4.0/' ${RUBY_FAKEGEM_GEMSPEC} || die -} |