summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-05-12 07:10:55 +0200
committerHans de Graaff <graaff@gentoo.org>2019-05-12 07:10:55 +0200
commitdd8be840c99bdc4f18a95b601f2401f19e6dc54c (patch)
tree497750e9c09290ab5dfdc15f74a065f75d993c7d /dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
parenteclass/ruby-ng.eclass: make ruby23 a no-op (diff)
downloadgentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.tar.gz
gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.tar.bz2
gentoo-dd8be840c99bdc4f18a95b601f2401f19e6dc54c.zip
dev-ruby/celluloid: remove masked packages
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild')
-rw-r--r--dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild b/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
deleted file mode 100644
index 9a8418d69084..000000000000
--- a/dev-ruby/celluloid-essentials/celluloid-essentials-0.20.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-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-essentials/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-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_add_rdepend "
- >=dev-ruby/timers-4.1.1"
-
-ruby_add_bdepend "test? (
- dev-ruby/celluloid
- dev-ruby/dotenv
- dev-ruby/nenv
- dev-ruby/rspec-retry
-)"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
-
- sed -i -e '1irequire "pathname"' spec/spec_helper.rb || die
- sed -i -e "s:log/test.log:${TMPDIR}/test.log:" .env-dev || die
-}