public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid/
Date: Sat, 24 Oct 2015 07:08:58 +0000 (UTC)	[thread overview]
Message-ID: <1445670516.fccfe881c97dd8279384cb636f9f8b8a046c86ed.graaff@gentoo> (raw)

commit:     fccfe881c97dd8279384cb636f9f8b8a046c86ed
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 07:08:36 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 07:08:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccfe881

dev-ruby/celluloid: fix timers dependency for slotting, bug 563018

Package-Manager: portage-2.2.20.1

 dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild | 42 +++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild
new file mode 100644
index 0000000..065037b
--- /dev/null
+++ b/dev-ruby/celluloid/celluloid-0.16.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+# rbx or jruby recommended, but only in 1.9 mode.
+USE_RUBY="ruby19 ruby20 ruby21"
+
+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="Celluloid provides a simple and natural way to build fault-tolerant concurrent programs in Ruby"
+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 ~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
+}


             reply	other threads:[~2015-10-24  7:09 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-24  7:08 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-05 12:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/celluloid/ Markus Meier
2015-12-06  7:05 Hans de Graaff
2015-12-29  9:03 Hans de Graaff
2016-01-09 19:26 Markus Meier
2016-01-17 20:03 Fabian Groffen
2016-02-05  7:39 Hans de Graaff
2016-03-06 19:57 Manuel Rüger
2016-03-21 22:05 Manuel Rüger
2016-06-02 19:48 Richard Farina
2017-06-25  6:54 Hans de Graaff
2018-01-24 15:56 Hans de Graaff
2018-02-07  5:52 Thomas Deutschmann
2018-03-18 19:43 Sergei Trofimovich
2018-03-25 19:58 Sergei Trofimovich
2018-05-05  8:54 Hans de Graaff
2019-01-10  9:57 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445670516.fccfe881c97dd8279384cb636f9f8b8a046c86ed.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox