public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: celluloid-0.15.2-r2.ebuild ChangeLog
@ 2013-11-18  1:52 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-11-18  1:52 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/11/18 01:52:10

  Modified:             ChangeLog
  Added:                celluloid-0.15.2-r2.ebuild
  Log:
  Install also spec folder, as needed by dev-ruby/listen.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.7                  dev-ruby/celluloid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Nov 2013 15:43:09 -0000	1.6
+++ ChangeLog	18 Nov 2013 01:52:10 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/celluloid
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.6 2013/11/11 15:43:09 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.7 2013/11/18 01:52:10 mrueg Exp $
+
+*celluloid-0.15.2-r2 (18 Nov 2013)
+
+  18 Nov 2013; Manuel Rüger <mrueg@gentoo.org> +celluloid-0.15.2-r2.ebuild:
+  Install also spec folder, as needed by dev-ruby/listen.
 
 *celluloid-0.15.2-r1 (11 Nov 2013)
 



1.1                  dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild

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

Index: celluloid-0.15.2-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v 1.1 2013/11/18 01:52:10 mrueg Exp $

EAPI=5
# rbx or jruby recommended, but only in 1.9 mode.
USE_RUBY="ruby19 ruby20"

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"

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"

ruby_add_rdepend ">=dev-ruby/timers-1.0.0"

all_ruby_prepare() {
	rm Gemfile .rspec || die

	sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: celluloid-0.15.2-r2.ebuild ChangeLog
@ 2014-08-12 22:45 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-12 22:45 UTC (permalink / raw
  To: gentoo-commits

blueness    14/08/12 22:45:35

  Modified:             celluloid-0.15.2-r2.ebuild ChangeLog
  Log:
  Keyword ~ppc and ~ppc64, bug #519596
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild

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

Index: celluloid-0.15.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- celluloid-0.15.2-r2.ebuild	18 Nov 2013 01:52:10 -0000	1.1
+++ celluloid-0.15.2-r2.ebuild	12 Aug 2014 22:45:35 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.15.2-r2.ebuild,v 1.1 2013/11/18 01:52:10 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v 1.2 2014/08/12 22:45:35 blueness Exp $
 
 EAPI=5
 # rbx or jruby recommended, but only in 1.9 mode.
@@ -21,7 +21,7 @@
 SLOT="0"
 
 LICENSE="MIT"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 
 ruby_add_rdepend ">=dev-ruby/timers-1.0.0"
 



1.9                  dev-ruby/celluloid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	31 Mar 2014 01:28:54 -0000	1.8
+++ ChangeLog	12 Aug 2014 22:45:35 -0000	1.9
@@ -1,6 +1,10 @@
 # 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.8 2014/03/31 01:28:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.9 2014/08/12 22:45:35 blueness Exp $
+
+  12 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
+  celluloid-0.15.2-r2.ebuild:
+  Keyword ~ppc and ~ppc64, bug #519596
 
   31 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -celluloid-0.15.2-r1.ebuild:
   Cleanup old.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: celluloid-0.15.2-r2.ebuild ChangeLog
@ 2014-08-27 23:06 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-27 23:06 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/27 23:06:40

  Modified:             celluloid-0.15.2-r2.ebuild ChangeLog
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild

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

Index: celluloid-0.15.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- celluloid-0.15.2-r2.ebuild	12 Aug 2014 22:45:35 -0000	1.2
+++ celluloid-0.15.2-r2.ebuild	27 Aug 2014 23:06:40 -0000	1.3
@@ -1,10 +1,10 @@
 # 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.15.2-r2.ebuild,v 1.2 2014/08/12 22:45:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v 1.3 2014/08/27 23:06:40 mrueg Exp $
 
 EAPI=5
 # rbx or jruby recommended, but only in 1.9 mode.
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 #Needed by dev-ruby/listen
@@ -28,5 +28,5 @@
 all_ruby_prepare() {
 	rm Gemfile .rspec || die
 
-	sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
+	sed -i -e '/[Bb]undler/d' -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
 }



1.10                 dev-ruby/celluloid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	12 Aug 2014 22:45:35 -0000	1.9
+++ ChangeLog	27 Aug 2014 23:06:40 -0000	1.10
@@ -1,6 +1,9 @@
 # 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.9 2014/08/12 22:45:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.10 2014/08/27 23:06:40 mrueg Exp $
+
+  27 Aug 2014; Manuel Rüger <mrueg@gentoo.org> celluloid-0.15.2-r2.ebuild:
+  Add ruby21 target.
 
   12 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
   celluloid-0.15.2-r2.ebuild:





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: celluloid-0.15.2-r2.ebuild ChangeLog
@ 2014-10-08 23:18 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-08 23:18 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/10/08 23:18:55

  Modified:             celluloid-0.15.2-r2.ebuild ChangeLog
  Log:
  Fix dependency on dev-ruby/timers. Fixes bug #524782.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild

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

Index: celluloid-0.15.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- celluloid-0.15.2-r2.ebuild	27 Aug 2014 23:06:40 -0000	1.3
+++ celluloid-0.15.2-r2.ebuild	8 Oct 2014 23:18:55 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.15.2-r2.ebuild,v 1.3 2014/08/27 23:06:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r2.ebuild,v 1.4 2014/10/08 23:18:55 mrueg Exp $
 
 EAPI=5
 # rbx or jruby recommended, but only in 1.9 mode.
@@ -23,7 +23,8 @@
 LICENSE="MIT"
 KEYWORDS="~amd64 ~ppc ~ppc64"
 
-ruby_add_rdepend ">=dev-ruby/timers-1.0.0"
+ruby_add_rdepend ">=dev-ruby/timers-1.0.0
+	<dev-ruby/timers-3"
 
 all_ruby_prepare() {
 	rm Gemfile .rspec || die



1.11                 dev-ruby/celluloid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	27 Aug 2014 23:06:40 -0000	1.10
+++ ChangeLog	8 Oct 2014 23:18:55 -0000	1.11
@@ -1,6 +1,9 @@
 # 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.10 2014/08/27 23:06:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.11 2014/10/08 23:18:55 mrueg Exp $
+
+  08 Oct 2014; Manuel Rüger <mrueg@gentoo.org> celluloid-0.15.2-r2.ebuild:
+  Fix dependency on dev-ruby/timers. Fixes bug #524782.
 
   27 Aug 2014; Manuel Rüger <mrueg@gentoo.org> celluloid-0.15.2-r2.ebuild:
   Add ruby21 target.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-08 23:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 22:45 [gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: celluloid-0.15.2-r2.ebuild ChangeLog Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-08 23:18 Manuel Rueger (mrueg)
2014-08-27 23:06 Manuel Rueger (mrueg)
2013-11-18  1:52 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox