graaff      14/11/02 11:05:58

  Modified:             ChangeLog
  Added:                celluloid-0.16.0.ebuild
  Log:
  Version bump. Backport upstream patch to let specs pass, fixing bug 527500.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.14                 dev-ruby/celluloid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   2 Nov 2014 10:26:57 -0000       1.13
+++ ChangeLog   2 Nov 2014 11:05:58 -0000       1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/celluloid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.13 
2014/11/02 10:26:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.14 
2014/11/02 11:05:58 graaff Exp $
+
+*celluloid-0.16.0 (02 Nov 2014)
+
+  02 Nov 2014; Hans de Graaff <gra...@gentoo.org> +celluloid-0.16.0.ebuild,
+  +files/celluloid-0.16.0-call-private-methods.patch:
+  Version bump. Backport upstream patch to let specs pass, fixing bug 527500.
 
   02 Nov 2014; Hans de Graaff <gra...@gentoo.org> celluloid-0.15.2-r3.ebuild:
   Install proper gemspec file and match dependencies to the gemspec, bug



1.1                  dev-ruby/celluloid/celluloid-0.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild?rev=1.1&content-type=text/plain

Index: celluloid-0.16.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild,v 
1.1 2014/11/02 11:05:58 graaff Exp $

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"

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.0"' spec/spec_helper.rb || die
}




Reply via email to