[gentoo-commits] gentoo-x86 commit in dev-ruby/equalizer: equalizer-0.0.9.ebuild ChangeLog

2014-11-02 Thread Hans de Graaff (graaff)
graaff  14/11/02 08:01:35

  Modified: equalizer-0.0.9.ebuild ChangeLog
  Log:
  Avoid spec failing due to memoizable 0.4.2.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/equalizer/equalizer-0.0.9.ebuild

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

Index: equalizer-0.0.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/equalizer/equalizer-0.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- equalizer-0.0.9.ebuild  30 Oct 2014 13:43:23 -  1.3
+++ equalizer-0.0.9.ebuild  2 Nov 2014 08:01:35 -   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/equalizer/equalizer-0.0.9.ebuild,v 
1.3 2014/10/30 13:43:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/equalizer/equalizer-0.0.9.ebuild,v 
1.4 2014/11/02 08:01:35 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -21,4 +21,8 @@
 
 all_ruby_prepare() {
sed -i -e /devtools/d spec/spec_helper.rb || die
+
+   # Avoid a failing spec caused by memoizable 0.4.2, and we ignore it
+   # there as well.
+   rm spec/unit/equalizer/included_spec.rb || die
 }



1.6  dev-ruby/equalizer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/equalizer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   30 Oct 2014 13:43:23 -  1.5
+++ ChangeLog   2 Nov 2014 08:01:35 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/equalizer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/equalizer/ChangeLog,v 1.5 
2014/10/30 13:43:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/equalizer/ChangeLog,v 1.6 
2014/11/02 08:01:35 graaff Exp $
+
+  02 Nov 2014; Hans de Graaff gra...@gentoo.org equalizer-0.0.9.ebuild:
+  Avoid spec failing due to memoizable 0.4.2.
 
   30 Oct 2014; Manuel Rüger mr...@gentoo.org equalizer-0.0.9.ebuild:
   Drop jruby target.






[gentoo-commits] gentoo-x86 commit in dev-ruby/twitter: twitter-5.12.0.ebuild ChangeLog

2014-11-02 Thread Hans de Graaff (graaff)
graaff  14/11/02 08:04:37

  Modified: ChangeLog
  Added:twitter-5.12.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.46 dev-ruby/twitter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/twitter/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   10 Oct 2014 22:12:50 -  1.45
+++ ChangeLog   2 Nov 2014 08:04:37 -   1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/twitter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.45 
2014/10/10 22:12:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/ChangeLog,v 1.46 
2014/11/02 08:04:37 graaff Exp $
+
+*twitter-5.12.0 (02 Nov 2014)
+
+  02 Nov 2014; Hans de Graaff gra...@gentoo.org +twitter-5.12.0.ebuild:
+  Version bump.
 
   10 Oct 2014; Manuel Rüger mr...@gentoo.org twitter-5.11.0.ebuild:
   Add ruby21 support.



1.1  dev-ruby/twitter/twitter-5.12.0.ebuild

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

Index: twitter-5.12.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/twitter/twitter-5.12.0.ebuild,v 1.1 
2014/11/02 08:04:37 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=yard
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

inherit ruby-fakegem

DESCRIPTION=Ruby wrapper around the Twitter API
HOMEPAGE=http://sferik.github.com/twitter/;
SRC_URI=https://github.com/sferik/twitter/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=5
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend 
=dev-ruby/addressable-2.3
=dev-ruby/buftok-0.2.0
=dev-ruby/equalizer-0.0.9
=dev-ruby/faraday-0*
=dev-ruby/faraday-0.9.0
=dev-ruby/http-0.6.0:0.6
=dev-ruby/http_parser_rb-0.6.0
=dev-ruby/json-1.8
=dev-ruby/memoizable-0.4.0
=dev-ruby/naught-1.0
=dev-ruby/simple_oauth-0.3*
=dev-ruby/simple_oauth-0.3.0

ruby_add_bdepend test? (
dev-ruby/rspec:2
dev-ruby/webmock
)
doc? ( dev-ruby/yard )

all_ruby_prepare() {
#   rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die Unable to remove bundler 
code.

sed -i -e '/simplecov/,/end/ s:^:#:' spec/helper.rb || die
}

each_ruby_test() {
CI=true ${RUBY} -S rspec spec || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: ChangeLog celluloid-0.15.2-r3.ebuild celluloid-0.15.2-r2.ebuild

2014-11-02 Thread Hans de Graaff (graaff)
graaff  14/11/02 10:08:05

  Modified: ChangeLog
  Added:celluloid-0.15.2-r3.ebuild
  Removed:  celluloid-0.15.2-r2.ebuild
  Log:
  Fix timers slot to match the gemspec file and make sure we use this slot 
during testing.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.12 dev-ruby/celluloid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   8 Oct 2014 23:18:55 -   1.11
+++ ChangeLog   2 Nov 2014 10:08:05 -   1.12
@@ -1,6 +1,13 @@
 # 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.11 
2014/10/08 23:18:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.12 
2014/11/02 10:08:05 graaff Exp $
+
+*celluloid-0.15.2-r3 (02 Nov 2014)
+
+  02 Nov 2014; Hans de Graaff gra...@gentoo.org -celluloid-0.15.2-r2.ebuild,
+  +celluloid-0.15.2-r3.ebuild:
+  Fix timers slot to match the gemspec file and make sure we use this slot
+  during testing.
 
   08 Oct 2014; Manuel Rüger mr...@gentoo.org celluloid-0.15.2-r2.ebuild:
   Fix dependency on dev-ruby/timers. Fixes bug #524782.



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

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

Index: celluloid-0.15.2-r3.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.15.2-r3.ebuild,v 1.1 
2014/11/02 10:08:05 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

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_add_rdepend =dev-ruby/timers-1.1.0:0

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, ~1.1.0' spec/spec_helper.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: celluloid-0.15.2-r3.ebuild ChangeLog

2014-11-02 Thread Hans de Graaff (graaff)
graaff  14/11/02 10:26:57

  Modified: celluloid-0.15.2-r3.ebuild ChangeLog
  Log:
  Install proper gemspec file and match dependencies to the gemspec, bug 524782.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/celluloid/celluloid-0.15.2-r3.ebuild

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

Index: celluloid-0.15.2-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- celluloid-0.15.2-r3.ebuild  2 Nov 2014 10:08:05 -   1.1
+++ celluloid-0.15.2-r3.ebuild  2 Nov 2014 10:26:57 -   1.2
@@ -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-r3.ebuild,v 1.1 
2014/11/02 10:08:05 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.15.2-r3.ebuild,v 1.2 
2014/11/02 10:26:57 graaff Exp $
 
 EAPI=5
 # rbx or jruby recommended, but only in 1.9 mode.
@@ -12,6 +12,8 @@
 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



1.13 dev-ruby/celluloid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   2 Nov 2014 10:08:05 -   1.12
+++ ChangeLog   2 Nov 2014 10:26:57 -   1.13
@@ -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.12 
2014/11/02 10:08:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/ChangeLog,v 1.13 
2014/11/02 10:26:57 graaff Exp $
+
+  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
+  524782.
 
 *celluloid-0.15.2-r3 (02 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid/files: - New directory

2014-11-02 Thread Hans de Graaff (graaff)
graaff  14/11/02 11:05:42

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/celluloid/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid/files: celluloid-0.16.0-call-private-methods.patch

2014-11-02 Thread Hans de Graaff (graaff)
graaff  14/11/02 11:05:58

  Added:celluloid-0.16.0-call-private-methods.patch
  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  ChangesPath
1.1  
dev-ruby/celluloid/files/celluloid-0.16.0-call-private-methods.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/files/celluloid-0.16.0-call-private-methods.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/files/celluloid-0.16.0-call-private-methods.patch?rev=1.1content-type=text/plain

Index: celluloid-0.16.0-call-private-methods.patch
===
commit 092ce58aa8713f387ae3d0467b6d8029cf2765cd
Author: Jonathan chapm...@gmail.com
Date:   Sun Oct 19 22:05:26 2014 -0400

Allowing calls to private_methods

diff --git a/lib/celluloid/proxies/abstract_proxy.rb 
b/lib/celluloid/proxies/abstract_proxy.rb
index 6a79acb..2db7a8e 100644
--- a/lib/celluloid/proxies/abstract_proxy.rb
+++ b/lib/celluloid/proxies/abstract_proxy.rb
@@ -5,7 +5,7 @@ module Celluloid
 def __class__; AbstractProxy; end
 
 # Needed for storing proxies in data structures
-needed = [:object_id, :__id__, :hash] - instance_methods
+needed = [:object_id, :__id__, :hash, :private_methods] - instance_methods
 if needed.any?
   include ::Kernel.dup.module_eval {
 undef_method(*(instance_methods - needed))






[gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid: ChangeLog celluloid-0.16.0.ebuild

2014-11-02 Thread Hans de Graaff (graaff)
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  ChangesPath
1.14 dev-ruby/celluloid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/ChangeLog?r1=1.13r2=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 -   1.13
+++ ChangeLog   2 Nov 2014 11:05:58 -   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.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild?rev=1.1content-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
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/celluloid-io: celluloid-io-0.16.1.ebuild ChangeLog

2014-11-02 Thread Hans de Graaff (graaff)
graaff  14/11/03 06:48:02

  Modified: ChangeLog
  Added:celluloid-io-0.16.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/celluloid-io/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   28 Aug 2014 01:44:14 -  1.3
+++ ChangeLog   3 Nov 2014 06:48:02 -   1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/celluloid-io
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.3 
2014/08/28 01:44:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.4 
2014/11/03 06:48:02 graaff Exp $
+
+*celluloid-io-0.16.1 (03 Nov 2014)
+
+  03 Nov 2014; Hans de Graaff gra...@gentoo.org +celluloid-io-0.16.1.ebuild:
+  Version bump.
 
   28 Aug 2014; Manuel Rüger mr...@gentoo.org celluloid-io-0.15.0.ebuild:
   Add ruby21 target.



1.1  dev-ruby/celluloid-io/celluloid-io-0.16.1.ebuild

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

Index: celluloid-io-0.16.1.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-io/celluloid-io-0.16.1.ebuild,v 1.1 
2014/11/03 06:48:02 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGES.md README.md

inherit ruby-fakegem

DESCRIPTION=Evented IO for Celluloid actors
HOMEPAGE=https://github.com/celluloid/celluloid-io;
IUSE=
SLOT=0

LICENSE=MIT
KEYWORDS=~amd64 ~ppc ~ppc64

ruby_add_rdepend =dev-ruby/celluloid-0.16.0
=dev-ruby/nio4r-1.0.0

all_ruby_prepare() {
sed -i -e '/[Bb]undler/d' -e '/[Cc]overalls/d' spec/spec_helper.rb || 
die

# Avoid DNS tests. They either assume localhost is 127.0.0.1 or
# require network access.
rm spec/celluloid/io/dns_resolver_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/coffee-rails: ChangeLog coffee-rails-4.1.0.ebuild

2014-11-03 Thread Hans de Graaff (graaff)
graaff  14/11/04 06:07:47

  Modified: ChangeLog
  Added:coffee-rails-4.1.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 dev-ruby/coffee-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   5 Aug 2014 16:00:47 -   1.14
+++ ChangeLog   4 Nov 2014 06:07:47 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/coffee-rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.14 
2014/08/05 16:00:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.15 
2014/11/04 06:07:47 graaff Exp $
+
+*coffee-rails-4.1.0 (04 Nov 2014)
+
+  04 Nov 2014; Hans de Graaff gra...@gentoo.org +coffee-rails-4.1.0.ebuild:
+  Version bump.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org coffee-rails-3.2.2.ebuild,
   coffee-rails-4.0.0.ebuild, coffee-rails-4.0.1.ebuild:



1.1  dev-ruby/coffee-rails/coffee-rails-4.1.0.ebuild

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

Index: coffee-rails-4.1.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/coffee-rails/coffee-rails-4.1.0.ebuild,v 1.1 
2014/11/04 06:07:47 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

inherit ruby-fakegem versionator

DESCRIPTION=Coffee Script adapter for the Rails asset pipeline
HOMEPAGE=https://github.com/rails/coffee-rails;

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~x86

IUSE=

ruby_add_rdepend =dev-ruby/coffee-script-2.2.0
=dev-ruby/railties-4*

all_ruby_prepare() {
# Avoid dependency on git.
sed -i -e 's/git ls-files/echo/' Rakefile || die

# Make sure a consistent rails version is loaded.
sed -i -e '4igem rails' -e '/bundler/ s:^:#:' test/test_helper.rb || 
die
}






[gentoo-commits] gentoo-x86 commit in www-servers/thin: ChangeLog thin-1.6.3.ebuild

2014-11-04 Thread Hans de Graaff (graaff)
graaff  14/11/04 18:51:01

  Modified: ChangeLog thin-1.6.3.ebuild
  Log:
  Avoid a dependency on rdoc with USE=-doc, fixing 528046.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.33 www-servers/thin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   6 Oct 2014 15:33:01 -   1.32
+++ ChangeLog   4 Nov 2014 18:51:01 -   1.33
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/thin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.32 
2014/10/06 15:33:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.33 
2014/11/04 18:51:01 graaff Exp $
+
+  04 Nov 2014; Hans de Graaff gra...@gentoo.org thin-1.6.3.ebuild:
+  Avoid a dependency on rdoc with USE=-doc, fixing 528046.
 
 *thin-1.6.3 (06 Oct 2014)
 



1.2  www-servers/thin/thin-1.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/thin-1.6.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/thin-1.6.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/thin-1.6.3.ebuild?r1=1.1r2=1.2

Index: thin-1.6.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thin-1.6.3.ebuild   6 Oct 2014 15:33:01 -   1.1
+++ thin-1.6.3.ebuild   4 Nov 2014 18:51:01 -   1.2
@@ -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/www-servers/thin/thin-1.6.3.ebuild,v 1.1 
2014/10/06 15:33:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.6.3.ebuild,v 1.2 
2014/11/04 18:51:01 graaff Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 LICENSE=Ruby
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
-IUSE=
+IUSE=doc test
 
 DEPEND=${DEPEND}
dev-util/ragel
@@ -59,6 +59,7 @@
spec/daemonizing_spec.rb || die
 
# nasty but too complex to fix up for now :(
+   use doc || rm tasks/rdoc.rake
use test || rm tasks/spec.rake
 }
 






[gentoo-commits] gentoo-x86 commit in dev-lang/rubinius: ChangeLog rubinius-2.3.0.ebuild

2014-11-04 Thread Hans de Graaff (graaff)
graaff  14/11/04 19:09:15

  Modified: ChangeLog
  Added:rubinius-2.3.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.17 dev-lang/rubinius/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   8 Sep 2014 17:41:52 -   1.16
+++ ChangeLog   4 Nov 2014 19:09:15 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/rubinius
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.16 
2014/09/08 17:41:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.17 
2014/11/04 19:09:15 graaff Exp $
+
+*rubinius-2.3.0 (04 Nov 2014)
+
+  04 Nov 2014; Hans de Graaff gra...@gentoo.org +rubinius-2.3.0.ebuild:
+  Version bump.
 
   08 Sep 2014; Hans de Graaff gra...@gentoo.org -rubinius-2.2.7.ebuild,
   -rubinius-2.2.7-r1.ebuild:



1.1  dev-lang/rubinius/rubinius-2.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/rubinius-2.3.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/rubinius-2.3.0.ebuild?rev=1.1content-type=text/plain

Index: rubinius-2.3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-2.3.0.ebuild,v 
1.1 2014/11/04 19:09:15 graaff Exp $

EAPI=5
inherit eutils flag-o-matic multilib versionator

DESCRIPTION=A re-implementation of the Ruby VM designed for speed
HOMEPAGE=http://rubini.us;
SRC_URI=http://releases.rubini.us/${P}.tar.bz2;

LICENSE=BSD
KEYWORDS=~amd64
SLOT=0
IUSE=+llvm

RDEPEND=
llvm? ( =sys-devel/llvm-3.2 )
dev-libs/openssl
sys-libs/ncurses
sys-libs/readline
dev-libs/libyaml
virtual/libffi
sys-libs/zlib


DEPEND=${RDEPEND}
=dev-ruby/rake-10*
dev-ruby/bundler


pkg_setup() {
unset RUBYOPT
}

src_prepare() {
# src_test will wait until all processes are reaped, so tune down
# the long sleep process a bit.
sed -i -e 's/sleep 1000/sleep 300/' spec/ruby/core/io/popen_spec.rb || 
die

# Drop error CFLAGS per Gentoo policy.
sed -i -e '/Werror/ s:^:#:' rakelib/blueprint.rb || die

bundle --local || die
}

src_configure() {
conf=
if ! use llvm ; then
conf+=--disable-llvm 
fi

#Rubinius uses a non-autoconf ./configure script which balks at econf
INSTALL=${EPREFIX}/usr/bin/install -c ./configure \
--prefix /usr/$(get_libdir) \
--mandir /usr/share/man \
--without-rpath \
--with-vendor-zlib \
${conf} \
|| die Configure failed
}

src_compile() {
rake build || die Compilation failed
}

src_test() {
rake spec || die Tests failed
einfo Waiting for forked processes to die
}

src_install() {
# The install phase tries to determine if there are relevant
addpredict /usr/local/lib64/ruby

local minor_version=$(get_version_component_range 1-2)
local librbx=usr/$(get_libdir)/rubinius

DESTDIR=${D} rake install || die Installation failed

dosym /${librbx}/${minor_version}/bin/rbx /usr/bin/rbx || die Couldn't 
make rbx symlink

insinto /${librbx}/${minor_version}/site
doins ${FILESDIR}/auto_gem.rb || die Couldn't install rbx 
auto_gem.rb
RBX_RUNTIME=${S}/runtime RBX_LIB=${S}/lib bin/rbx compile 
${D}/${librbx}/${minor_version}/site/auto_gem.rb || die Couldn't bytecompile 
auto_gem.rb
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-net-ldap: ChangeLog ruby-net-ldap-0.6.1.ebuild ruby-net-ldap-0.6.1-r1.ebuild

2014-11-04 Thread Hans de Graaff (graaff)
graaff  14/11/05 07:00:16

  Modified: ChangeLog
  Removed:  ruby-net-ldap-0.6.1.ebuild
ruby-net-ldap-0.6.1-r1.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.19 dev-ruby/ruby-net-ldap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   11 Sep 2014 23:47:06 -  1.18
+++ ChangeLog   5 Nov 2014 07:00:16 -   1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-net-ldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog,v 1.18 
2014/09/11 23:47:06 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-net-ldap/ChangeLog,v 1.19 
2014/11/05 07:00:16 graaff Exp $
+
+  05 Nov 2014; Hans de Graaff gra...@gentoo.org -ruby-net-ldap-0.6.1.ebuild,
+  -ruby-net-ldap-0.6.1-r1.ebuild:
+  Cleanup.
 
 *ruby-net-ldap-0.8.0 (11 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: nokogiri-1.6.4.ebuild ChangeLog

2014-11-04 Thread Hans de Graaff (graaff)
graaff  14/11/05 07:27:20

  Modified: ChangeLog
  Added:nokogiri-1.6.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.105dev-ruby/nokogiri/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.105view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.105content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.104r2=1.105

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   28 Aug 2014 02:53:26 -  1.104
+++ ChangeLog   5 Nov 2014 07:27:20 -   1.105
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.104 
2014/08/28 02:53:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.105 
2014/11/05 07:27:20 graaff Exp $
+
+*nokogiri-1.6.4 (05 Nov 2014)
+
+  05 Nov 2014; Hans de Graaff gra...@gentoo.org +nokogiri-1.6.4.ebuild:
+  Version bump.
 
   28 Aug 2014; Manuel Rüger mr...@gentoo.org nokogiri-1.5.10.ebuild,
   nokogiri-1.5.5.ebuild, nokogiri-1.6.0.ebuild, nokogiri-1.6.3.1.ebuild:



1.1  dev-ruby/nokogiri/nokogiri-1.6.4.ebuild

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

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

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc 
README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md

inherit ruby-fakegem eutils multilib

DESCRIPTION=Nokogiri is an HTML, XML, SAX, and Reader parser
HOMEPAGE=http://nokogiri.org/;
LICENSE=MIT
SRC_URI=https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz - 
${P}-git.tgz

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
SLOT=0
IUSE=

RDEPEND=${RDEPEND}
=dev-libs/libxml2-2.9.2:=
dev-libs/libxslt
virtual/libiconv
DEPEND=${DEPEND}
=dev-libs/libxml2-2.9.2
dev-libs/libxslt
virtual/libiconv

# The tests require _minitest_, not the virtual; what is shipped with
# Ruby 1.9 is *not* enough, unfortunately
ruby_add_bdepend 
dev-ruby/hoe
dev-ruby/rake-compiler
dev-ruby/rexical
dev-ruby/rdoc
dev-ruby/racc
test? ( dev-ruby/minitest )

all_ruby_prepare() {
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.
sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
sed -i -e '/cross_config_options/d' Rakefile || die
}

each_ruby_configure() {
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include=${EPREFIX}/usr/include \
--with-zlib-lib=${EPREFIX}/$(get_libdir) \
--with-iconv-include=${EPREFIX}/usr/include \
--with-iconv-lib=${EPREFIX}/$(get_libdir) \
--with-xml2-include=${EPREFIX}/usr/include/libxml2 \
--with-xml2-lib=${EPREFIX}/usr/$(get_libdir) \
--with-xslt-dir=${EPREFIX}/usr \
--with-iconvlib=iconv \
|| die extconf.rb failed
}

each_ruby_compile() {
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die rexical 
failed
fi

if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die racc failed
fi

emake -Cext/${PN} \
V=1 \
CFLAGS=${CFLAGS} -fPIC \
archflag=${LDFLAGS} || die make extension failed
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/mail: mail-2.6.2.ebuild ChangeLog

2014-11-05 Thread Hans de Graaff (graaff)
graaff  14/11/06 07:02:28

  Modified: ChangeLog
  Added:mail-2.6.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.39 dev-ruby/mail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   26 Aug 2014 05:50:35 -  1.38
+++ ChangeLog   6 Nov 2014 07:02:28 -   1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.38 2014/08/26 
05:50:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.39 2014/11/06 
07:02:28 graaff Exp $
+
+*mail-2.6.2 (06 Nov 2014)
+
+  06 Nov 2014; Hans de Graaff gra...@gentoo.org +mail-2.6.2.ebuild:
+  Version bump.
 
   26 Aug 2014; Hans de Graaff gra...@gentoo.org -mail-2.4.4.ebuild:
   Cleanup.



1.1  dev-ruby/mail/mail-2.6.2.ebuild

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

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

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.md ROADMAP TODO.rdoc

RUBY_FAKEGEM_EXTRAINSTALL=VERSION

RUBY_FAKEGEM_GEMSPEC=mail.gemspec

inherit ruby-fakegem versionator

GITHUB_USER=mikel

DESCRIPTION=An email handling library
HOMEPAGE=https://github.com/mikel/mail;
SRC_URI=https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz - 
${P}-git.tar.gz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend 
=dev-ruby/mime-types-1.16 dev-ruby/mime-types-3

all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die Unable to remove 
Bundler code.
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/capybara: capybara-2.4.4.ebuild ChangeLog

2014-11-06 Thread Hans de Graaff (graaff)
graaff  14/11/07 07:51:59

  Modified: ChangeLog
  Added:capybara-2.4.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.23 dev-ruby/capybara/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   25 Sep 2014 07:00:27 -  1.22
+++ ChangeLog   7 Nov 2014 07:51:59 -   1.23
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/capybara
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.22 
2014/09/25 07:00:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.23 
2014/11/07 07:51:59 graaff Exp $
+
+*capybara-2.4.4 (07 Nov 2014)
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org +capybara-2.4.4.ebuild:
+  Version bump.
 
   25 Sep 2014; Hans de Graaff gra...@gentoo.org capybara-2.2.1.ebuild:
   Add ruby21, fixing bug 523664.



1.1  dev-ruby/capybara/capybara-2.4.4.ebuild

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

Index: capybara-2.4.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-2.4.4.ebuild,v 
1.1 2014/11/07 07:51:59 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=History.md README.md

# Rake tasks are not distributed in the gem.
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_TASK_TEST=

inherit virtualx ruby-fakegem

DESCRIPTION=Capybara aims to simplify the process of integration testing Rack 
applications
HOMEPAGE=http://github.com/jnicklas/capybara;
LICENSE=MIT

KEYWORDS=~amd64
SLOT=2
IUSE=test

DEPEND=${DEPEND} test? ( www-client/firefox )

ruby_add_bdepend test? ( dev-ruby/rspec:2 dev-ruby/launchy 
=dev-ruby/selenium-webdriver-2.0 )

ruby_add_rdepend 
=dev-ruby/mime-types-1.16
=dev-ruby/nokogiri-1.3.3
=dev-ruby/rack-1.0.0
=dev-ruby/rack-test-0.5.4
=dev-ruby/xpath-2.0.0:2

all_ruby_prepare() {
sed -i -e '/bundler/d' -e '/pry/d' spec/spec_helper.rb || die

# Avoid window-manager specific tests (sizes are specific for fluxbox)
sed -i -e '/#maximize/,/^  end/ s:^:#:' 
lib/capybara/spec/session/window/window_spec.rb || die
}

each_ruby_test() {
VIRTUALX_COMMAND=${RUBY} -Ilib -S rspec spec
virtualmake || die Tests failed.
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/facter: ChangeLog facter-2.3.0.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 09:27:32

  Modified: ChangeLog
  Added:facter-2.3.0.ebuild
  Log:
  Version bump. Add ruby21.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.106dev-ruby/facter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   30 Aug 2014 02:09:59 -  1.105
+++ ChangeLog   7 Nov 2014 09:27:32 -   1.106
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.105 
2014/08/30 02:09:59 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.106 
2014/11/07 09:27:32 graaff Exp $
+
+*facter-2.3.0 (07 Nov 2014)
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org +facter-2.3.0.ebuild:
+  Version bump. Add ruby21.
 
 *facter-2.2.0 (30 Aug 2014)
 



1.1  dev-ruby/facter/facter-2.3.0.ebuild

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

Index: facter-2.3.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/facter/facter-2.3.0.ebuild,v 1.1 
2014/11/07 09:27:32 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_EXTRADOC=README.md
RUBY_FAKEGEM_BINWRAP=facter

inherit ruby-fakegem

DESCRIPTION=A cross-platform Ruby library for retrieving facts from operating 
systems
HOMEPAGE=http://www.puppetlabs.com/puppet/related-projects/facter/;

LICENSE=Apache-2.0
SLOT=0
IUSE=+dmi +pciutils +virt
#KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86
KEYWORDS=~amd64 ~hppa ~sparc ~x86

CDEPEND=
app-emulation/virt-what
sys-apps/net-tools
sys-apps/lsb-release
dmi? ( sys-apps/dmidecode )
pciutils? ( sys-apps/pciutils )

RDEPEND+= ${CDEPEND}
DEPEND+= test? ( ${CDEPEND} )

#RUBY_PATCHES=( ${P}-fix-proc-self-status.patch )

ruby_add_bdepend test? ( =dev-ruby/mocha-0.10.5:0.10 )

all_ruby_prepare() {
# Provide explicit path since /sbin is not in the default PATH on
# Gentoo.
sed -i -e 's:arp -an:/sbin/arp -an:' lib/facter/util/ec2.rb 
spec/unit/util/ec2_spec.rb || die

# Ensure the correct version of mocha is used without using bundler.
sed -i -e '1igem mocha, ~0.10.5' spec/spec_helper.rb || die

# Avoid because tests try to access outside stuff, e.g. /sys/block
sed -i -e '/should load facts on the facter search path only once/,/^  
end/ s:^:#:' spec/unit/util/loader_spec.rb || die

# Allow specs to work with newer rspec 2.x versions.
sed -i -e '1irequire rspec-expectations' 
spec/puppetlabs_spec/matchers.rb || die

# Avoid specs specific to macosx requiring cfpropertylist which is
# not available anymore.
rm spec/unit/util/macosx_spec.rb || die
sed -i -e '/macosx/ s:^:#:' \
-e '/on Darwin/,/^  end/ s:^:#:' spec/unit/virtual_spec.rb || 
die
sed -i -e '/Facter::Processors::Darwin/,/^end/ s:^:#:' 
spec/unit/processors/os_spec.rb || die
}

all_ruby_install() {
all_fakegem_install

# Create the directory for custom facts.
keepdir /etc/facter/facts.d
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/sprockets: ChangeLog sprockets-2.11.0.ebuild sprockets-2.1.3.ebuild sprockets-2.12.2.ebuild sprockets-2.2.2-r1.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:11:55

  Modified: ChangeLog
  Removed:  sprockets-2.11.0.ebuild sprockets-2.1.3.ebuild
sprockets-2.12.2.ebuild sprockets-2.2.2-r1.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.29 dev-ruby/sprockets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sprockets/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sprockets/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sprockets/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   31 Oct 2014 07:08:13 -  1.28
+++ ChangeLog   7 Nov 2014 10:11:55 -   1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/sprockets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/ChangeLog,v 1.28 
2014/10/31 07:08:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/ChangeLog,v 1.29 
2014/11/07 10:11:55 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -sprockets-2.1.3.ebuild,
+  -sprockets-2.2.2-r1.ebuild, -sprockets-2.11.0.ebuild,
+  -sprockets-2.12.2.ebuild:
+  Remove vulnerable versions.
 
 *sprockets-2.12.3 (31 Oct 2014)
 *sprockets-2.2.3 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-4.0.10.ebuild rails-4.1.6.ebuild rails-3.2.19.ebuild rails-4.0.9.ebuild rails-4.1.5.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:12:56

  Modified: ChangeLog
  Removed:  rails-4.0.10.ebuild rails-4.1.6.ebuild
rails-3.2.19.ebuild rails-4.0.9.ebuild
rails-4.1.5.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.306dev-ruby/rails/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.306view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.306content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.305r2=1.306

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- ChangeLog   31 Oct 2014 08:58:52 -  1.305
+++ ChangeLog   7 Nov 2014 10:12:56 -   1.306
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.305 2014/10/31 
08:58:52 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.306 2014/11/07 
10:12:56 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -rails-3.2.19.ebuild,
+  -rails-4.0.9.ebuild, -rails-4.0.10.ebuild, -rails-4.1.5.ebuild,
+  -rails-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *rails-4.1.7 (31 Oct 2014)
 *rails-4.0.11 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/railties: ChangeLog railties-4.1.6.ebuild railties-4.0.9.ebuild railties-4.0.10.ebuild railties-4.1.5.ebuild railties-3.2.19.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:13:15

  Modified: ChangeLog
  Removed:  railties-4.1.6.ebuild railties-4.0.9.ebuild
railties-4.0.10.ebuild railties-4.1.5.ebuild
railties-3.2.19.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.92 dev-ruby/railties/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/railties/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   31 Oct 2014 08:58:38 -  1.91
+++ ChangeLog   7 Nov 2014 10:13:15 -   1.92
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/railties
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.91 
2014/10/31 08:58:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.92 
2014/11/07 10:13:15 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -railties-3.2.19.ebuild,
+  -railties-4.0.9.ebuild, -railties-4.0.10.ebuild, -railties-4.1.5.ebuild,
+  -railties-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *railties-4.1.7 (31 Oct 2014)
 *railties-4.0.11 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-3.2.19.ebuild activerecord-4.0.10.ebuild activerecord-4.1.6.ebuild activerecord-4.1.5.ebuild activerecord-4.0.9.ebui

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:14:03

  Modified: ChangeLog
  Removed:  activerecord-3.2.19.ebuild
activerecord-4.0.10.ebuild
activerecord-4.1.6.ebuild activerecord-4.1.5.ebuild
activerecord-4.0.9.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.281dev-ruby/activerecord/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.281view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.281content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.280r2=1.281

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog   31 Oct 2014 08:58:14 -  1.280
+++ ChangeLog   7 Nov 2014 10:14:03 -   1.281
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.280 
2014/10/31 08:58:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.281 
2014/11/07 10:14:03 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -activerecord-3.2.19.ebuild,
+  -activerecord-4.0.9.ebuild, -activerecord-4.0.10.ebuild,
+  -activerecord-4.1.5.ebuild, -activerecord-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *activerecord-4.1.7 (31 Oct 2014)
 *activerecord-4.0.11 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-4.1.6.ebuild actionpack-4.0.9.ebuild actionpack-4.1.5.ebuild actionpack-3.2.19.ebuild actionpack-4.0.10.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:14:40

  Modified: ChangeLog
  Removed:  actionpack-4.1.6.ebuild actionpack-4.0.9.ebuild
actionpack-4.1.5.ebuild actionpack-3.2.19.ebuild
actionpack-4.0.10.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.294dev-ruby/actionpack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.294view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?rev=1.294content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/ChangeLog?r1=1.293r2=1.294

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.293
retrieving revision 1.294
diff -u -r1.293 -r1.294
--- ChangeLog   31 Oct 2014 08:57:35 -  1.293
+++ ChangeLog   7 Nov 2014 10:14:40 -   1.294
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.293 
2014/10/31 08:57:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.294 
2014/11/07 10:14:40 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -actionpack-3.2.19.ebuild,
+  -actionpack-4.0.9.ebuild, -actionpack-4.0.10.ebuild,
+  -actionpack-4.1.5.ebuild, -actionpack-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *actionpack-4.1.7 (31 Oct 2014)
 *actionpack-4.0.11 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/actionview: ChangeLog actionview-4.1.6.ebuild actionview-4.1.5.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:14:54

  Modified: ChangeLog
  Removed:  actionview-4.1.6.ebuild actionview-4.1.5.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.12 dev-ruby/actionview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   31 Oct 2014 08:57:14 -  1.11
+++ ChangeLog   7 Nov 2014 10:14:54 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionview
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.11 
2014/10/31 08:57:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionview/ChangeLog,v 1.12 
2014/11/07 10:14:54 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -actionview-4.1.5.ebuild,
+  -actionview-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *actionview-4.1.7 (31 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/actionmailer: ChangeLog actionmailer-3.2.19.ebuild actionmailer-4.0.10.ebuild actionmailer-4.0.9.ebuild actionmailer-4.1.5.ebuild actionmailer-4.1.6.ebui

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:14:20

  Modified: ChangeLog
  Removed:  actionmailer-3.2.19.ebuild
actionmailer-4.0.10.ebuild
actionmailer-4.0.9.ebuild actionmailer-4.1.5.ebuild
actionmailer-4.1.6.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.275dev-ruby/actionmailer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.275view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?rev=1.275content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionmailer/ChangeLog?r1=1.274r2=1.275

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- ChangeLog   31 Oct 2014 08:57:53 -  1.274
+++ ChangeLog   7 Nov 2014 10:14:20 -   1.275
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.274 
2014/10/31 08:57:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.275 
2014/11/07 10:14:20 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -actionmailer-3.2.19.ebuild,
+  -actionmailer-4.0.9.ebuild, -actionmailer-4.0.10.ebuild,
+  -actionmailer-4.1.5.ebuild, -actionmailer-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *actionmailer-4.1.7 (31 Oct 2014)
 *actionmailer-4.0.11 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: ChangeLog activesupport-4.0.10.ebuild activesupport-3.2.19.ebuild activesupport-4.0.9.ebuild activesupport-4.1.5.ebuild activesupport-4.1.

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:15:46

  Modified: ChangeLog
  Removed:  activesupport-4.0.10.ebuild
activesupport-3.2.19.ebuild
activesupport-4.0.9.ebuild
activesupport-4.1.5.ebuild
activesupport-4.1.6.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.272dev-ruby/activesupport/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.272view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?rev=1.272content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activesupport/ChangeLog?r1=1.271r2=1.272

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- ChangeLog   31 Oct 2014 08:55:50 -  1.271
+++ ChangeLog   7 Nov 2014 10:15:46 -   1.272
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.271 
2014/10/31 08:55:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.272 
2014/11/07 10:15:46 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -activesupport-3.2.19.ebuild,
+  -activesupport-4.0.9.ebuild, -activesupport-4.0.10.ebuild,
+  -activesupport-4.1.5.ebuild, -activesupport-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *activesupport-4.1.7 (31 Oct 2014)
 *activesupport-4.0.11 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-4.1.6.ebuild activemodel-4.0.10.ebuild activemodel-4.0.9.ebuild activemodel-3.2.19.ebuild activemodel-4.1.5.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:15:27

  Modified: ChangeLog
  Removed:  activemodel-4.1.6.ebuild activemodel-4.0.10.ebuild
activemodel-4.0.9.ebuild activemodel-3.2.19.ebuild
activemodel-4.1.5.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.94 dev-ruby/activemodel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activemodel/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   31 Oct 2014 08:56:19 -  1.93
+++ ChangeLog   7 Nov 2014 10:15:27 -   1.94
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.93 
2014/10/31 08:56:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.94 
2014/11/07 10:15:27 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org -activemodel-3.2.19.ebuild,
+  -activemodel-4.0.9.ebuild, -activemodel-4.0.10.ebuild,
+  -activemodel-4.1.5.ebuild, -activemodel-4.1.6.ebuild:
+  Remove vulnerable versions.
 
 *activemodel-4.1.7 (31 Oct 2014)
 *activemodel-4.0.11 (31 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.2.19.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/07 10:15:12

  Modified: ChangeLog
  Removed:  activeresource-3.2.19.ebuild
  Log:
  Remove vulnerable versions.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.178dev-ruby/activeresource/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.178view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.178content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.177r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   31 Oct 2014 08:56:55 -  1.177
+++ ChangeLog   7 Nov 2014 10:15:12 -   1.178
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.177 
2014/10/31 08:56:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.178 
2014/11/07 10:15:12 graaff Exp $
+
+  07 Nov 2014; Hans de Graaff gra...@gentoo.org
+  -activeresource-3.2.19.ebuild:
+  Remove vulnerable versions.
 
 *activeresource-3.2.20 (31 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: ChangeLog nokogiri-1.6.4.1.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/08 07:39:30

  Modified: ChangeLog
  Added:nokogiri-1.6.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.106dev-ruby/nokogiri/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.106view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.106content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.105r2=1.106

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   5 Nov 2014 07:27:20 -   1.105
+++ ChangeLog   8 Nov 2014 07:39:30 -   1.106
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.105 
2014/11/05 07:27:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.106 
2014/11/08 07:39:30 graaff Exp $
+
+*nokogiri-1.6.4.1 (08 Nov 2014)
+
+  08 Nov 2014; Hans de Graaff gra...@gentoo.org +nokogiri-1.6.4.1.ebuild:
+  Version bump.
 
 *nokogiri-1.6.4 (05 Nov 2014)
 



1.1  dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild

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

Index: nokogiri-1.6.4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v 
1.1 2014/11/08 07:39:30 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc 
README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md

inherit ruby-fakegem eutils multilib

DESCRIPTION=Nokogiri is an HTML, XML, SAX, and Reader parser
HOMEPAGE=http://nokogiri.org/;
LICENSE=MIT
SRC_URI=https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz - 
${P}-git.tgz

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
SLOT=0
IUSE=

RDEPEND=${RDEPEND}
=dev-libs/libxml2-2.9.2:=
dev-libs/libxslt
virtual/libiconv
DEPEND=${DEPEND}
=dev-libs/libxml2-2.9.2
dev-libs/libxslt
virtual/libiconv

# The tests require _minitest_, not the virtual; what is shipped with
# Ruby 1.9 is *not* enough, unfortunately
ruby_add_bdepend 
dev-ruby/hoe
dev-ruby/rake-compiler
dev-ruby/rexical
dev-ruby/rdoc
dev-ruby/racc
test? ( dev-ruby/minitest )

all_ruby_prepare() {
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.
sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
sed -i -e '/cross_config_options/d' Rakefile || die
}

each_ruby_configure() {
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include=${EPREFIX}/usr/include \
--with-zlib-lib=${EPREFIX}/$(get_libdir) \
--with-iconv-include=${EPREFIX}/usr/include \
--with-iconv-lib=${EPREFIX}/$(get_libdir) \
--with-xml2-include=${EPREFIX}/usr/include/libxml2 \
--with-xml2-lib=${EPREFIX}/usr/$(get_libdir) \
--with-xslt-dir=${EPREFIX}/usr \
--with-iconvlib=iconv \
|| die extconf.rb failed
}

each_ruby_compile() {
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die rexical 
failed
fi

if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die racc failed
fi

emake -Cext/${PN} \
V=1 \
CFLAGS=${CFLAGS} -fPIC \
archflag=${LDFLAGS} || die make extension failed
cp -l ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: ChangeLog rubygems-2.2.2.ebuild

2014-11-07 Thread Hans de Graaff (graaff)
graaff  14/11/08 07:50:48

  Modified: ChangeLog rubygems-2.2.2.ebuild
  Log:
  Avoid a test that requires a network connection.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.242dev-ruby/rubygems/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.242view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.242content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?r1=1.241r2=1.242

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog   30 Oct 2014 14:31:14 -  1.241
+++ ChangeLog   8 Nov 2014 07:50:48 -   1.242
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rubygems
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.241 
2014/10/30 14:31:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.242 
2014/11/08 07:50:48 graaff Exp $
+
+  08 Nov 2014; Hans de Graaff gra...@gentoo.org rubygems-2.2.2.ebuild:
+  Avoid a test that requires a network connection.
 
   30 Oct 2014; Manuel Rüger mr...@gentoo.org -rubygems-2.0.3.ebuild:
   Cleanup old.



1.2  dev-ruby/rubygems/rubygems-2.2.2.ebuild

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

Index: rubygems-2.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubygems-2.2.2.ebuild   9 Sep 2014 05:18:49 -   1.1
+++ rubygems-2.2.2.ebuild   8 Nov 2014 07:50:48 -   1.2
@@ -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/rubygems/rubygems-2.2.2.ebuild,v 
1.1 2014/09/09 05:18:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v 
1.2 2014/11/08 07:50:48 graaff Exp $
 
 EAPI=5
 
@@ -51,6 +51,9 @@
# Avoid tests playing tricks with ruby engine that don't seem to
# work for us.
rm test/rubygems/test_gem_request_set_gem_dependency_api.rb || die
+
+   # Avoid test requiring network access
+   sed -i -e '/test_download_to_cache/askip requires network access' 
test/rubygems/test_gem_remote_fetcher.rb || die
 }
 
 each_ruby_compile() {






[gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: rubygems-2.4.2.ebuild ChangeLog

2014-11-08 Thread Hans de Graaff (graaff)
graaff  14/11/08 08:38:55

  Modified: ChangeLog
  Added:rubygems-2.4.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.243dev-ruby/rubygems/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.243view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.243content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?r1=1.242r2=1.243

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog   8 Nov 2014 07:50:48 -   1.242
+++ ChangeLog   8 Nov 2014 08:38:55 -   1.243
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rubygems
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.242 
2014/11/08 07:50:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.243 
2014/11/08 08:38:55 graaff Exp $
+
+*rubygems-2.4.2 (08 Nov 2014)
+
+  08 Nov 2014; Hans de Graaff gra...@gentoo.org +rubygems-2.4.2.ebuild:
+  Version bump.
 
   08 Nov 2014; Hans de Graaff gra...@gentoo.org rubygems-2.2.2.ebuild:
   Avoid a test that requires a network connection.



1.1  dev-ruby/rubygems/rubygems-2.4.2.ebuild

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

Index: rubygems-2.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.4.2.ebuild,v 
1.1 2014/11/08 08:38:55 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

inherit ruby-ng prefix

DESCRIPTION=Centralized Ruby extension management system
HOMEPAGE=http://rubyforge.org/projects/rubygems/;
LICENSE=|| ( Ruby MIT )

SRC_URI=http://production.cf.rubygems.org/rubygems/${P}.tgz;

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
SLOT=0
IUSE=server test

PDEPEND=server? ( =dev-ruby/builder-2.1 )

ruby_add_bdepend 
test? (
=dev-ruby/minitest-4:0
virtual/ruby-rdoc
)

all_ruby_prepare() {

mkdir -p lib/rubygems/defaults || die
cp ${FILESDIR}/gentoo-defaults.rb 
lib/rubygems/defaults/operating_system.rb || die

eprefixify lib/rubygems/defaults/operating_system.rb

# Disable broken tests when changing default values:
sed -i -e '/test_check_executable_overwrite_default_bin_dir/,/^  end/ 
s:^:#:' test/rubygems/test_gem_installer.rb || die
sed -i -e '/test_default_path/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die

# Remove a test that fails when yard is installed.
sed -i -e '/test_self_attribute_names/,/^  end/ s:^:#:' 
test/rubygems/test_gem_specification.rb || die

# Skip tests for default gems that all fail
sed -i -e '/test_default_gems_use_full_paths/,/^  end/ s:^:#:' 
test/rubygems/test_gem.rb || die
sed -i -e '/test_execute_ignore_default_gem_verbose/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_cleanup_command.rb || die
sed -i -e '/test_execute_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_contents_command.rb 
test/rubygems/test_gem_commands_pristine_command.rb || die
sed -i -e '/test_execute_default_details/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_query_command.rb || die
sed -i -e '/test_execute_all/,/^  end/ s:^:#:' 
test/rubygems/test_gem_commands_uninstall_command.rb || die
sed -i -e '/test_load_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_specification.rb || die
sed -i -e '/test_uninstall_default_gem/,/^  end/ s:^:#:' 
test/rubygems/test_gem_uninstaller.rb || die
sed -i -e '/test_alien_default/,/^  end/ s:^:#:' 
test/rubygems/test_gem_validator.rb || die

# Avoid tests playing tricks with ruby engine that don't seem to
# work for us.
rm test/rubygems/test_gem_request_set_gem_dependency_api.rb || die

# Avoid test requiring network access
sed -i -e '/test_download_to_cache/askip requires network access' 
test/rubygems/test_gem_remote_fetcher.rb || die
}

each_ruby_compile() {
# Not really a build but...
sed -i -e 

[gentoo-commits] gentoo-x86 commit in dev-ruby/mini_magick: ChangeLog mini_magick-3.8.1-r1.ebuild mini_magick-3.8.1.ebuild

2014-11-08 Thread Hans de Graaff (graaff)
graaff  14/11/08 16:20:14

  Modified: ChangeLog
  Added:mini_magick-3.8.1-r1.ebuild
  Removed:  mini_magick-3.8.1.ebuild
  Log:
  Don't install the rspec bin stub, fixing bug 528644.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.26 dev-ruby/mini_magick/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mini_magick/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   30 Oct 2014 13:46:15 -  1.25
+++ ChangeLog   8 Nov 2014 16:20:14 -   1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/mini_magick
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.25 
2014/10/30 13:46:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mini_magick/ChangeLog,v 1.26 
2014/11/08 16:20:14 graaff Exp $
+
+*mini_magick-3.8.1-r1 (08 Nov 2014)
+
+  08 Nov 2014; Hans de Graaff gra...@gentoo.org -mini_magick-3.8.1.ebuild,
+  +mini_magick-3.8.1-r1.ebuild:
+  Don't install the rspec bin stub, fixing bug 528644.
 
   30 Oct 2014; Manuel Rüger mr...@gentoo.org -mini_magick-3.7.0-r1.ebuild,
   -mini_magick-3.8.0.ebuild, mini_magick-3.8.1.ebuild:



1.1  dev-ruby/mini_magick/mini_magick-3.8.1-r1.ebuild

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

Index: mini_magick-3.8.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mini_magick/mini_magick-3.8.1-r1.ebuild,v 1.1 
2014/11/08 16:20:14 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

RUBY_FAKEGEM_BINWRAP=

inherit ruby-fakegem eutils

DESCRIPTION=Manipulate images with minimal use of memory
HOMEPAGE=http://github.com/minimagick/minimagick;
SRC_URI=https://github.com/minimagick/minimagick/archive/v${PV}.tar.gz - 
${P}.tar.gz
RUBY_S=minimagick-${PV}

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

# It's only used at runtime in this case because this extension only
# _calls_ the commands. But when we run tests we're going to need tiff
# and jpeg support at a minimum.
RDEPEND=media-gfx/imagemagick
DEPEND=test? ( media-gfx/imagemagick[tiff,jpeg] )

ruby_add_rdepend =dev-ruby/subexec-0.2.1 =dev-ruby/subexec-0.2*

ruby_add_bdepend test? ( dev-ruby/mocha )

all_ruby_prepare() {
# remove executable bit from all files
find ${S} -type f -exec chmod -x {} +

sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die

# Don't force a specific formatter but use overall Gentoo defaults.
sed -i -e '/config.formatter/d' spec/spec_helper.rb || die

# Avoid test depending on graphicsmagick
sed -e '/identifies when gm exists/,/^end/ s:^:#:' \
-i spec/lib/mini_magick_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-prof: ChangeLog ruby-prof-0.12.2.ebuild

2014-11-08 Thread Hans de Graaff (graaff)
graaff  14/11/09 07:34:02

  Modified: ChangeLog
  Removed:  ruby-prof-0.12.2.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.39 dev-ruby/ruby-prof/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   10 May 2014 06:38:42 -  1.38
+++ ChangeLog   9 Nov 2014 07:34:02 -   1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-prof
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.38 
2014/05/10 06:38:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.39 
2014/11/09 07:34:02 graaff Exp $
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org -ruby-prof-0.12.2.ebuild:
+  Cleanup.
 
 *ruby-prof-0.15.1 (10 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/turbolinks: turbolinks-2.5.1.ebuild ChangeLog

2014-11-08 Thread Hans de Graaff (graaff)
graaff  14/11/09 07:38:16

  Modified: ChangeLog
  Added:turbolinks-2.5.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/turbolinks/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/turbolinks/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   20 Aug 2014 13:07:13 -  1.4
+++ ChangeLog   9 Nov 2014 07:38:16 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/turbolinks
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v 1.4 
2014/08/20 13:07:13 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v 1.5 
2014/11/09 07:38:16 graaff Exp $
+
+*turbolinks-2.5.1 (09 Nov 2014)
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org +turbolinks-2.5.1.ebuild:
+  Version bump.
 
 *turbolinks-2.2.3 (20 Aug 2014)
 



1.1  dev-ruby/turbolinks/turbolinks-2.5.1.ebuild

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

Index: turbolinks-2.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/turbolinks/turbolinks-2.5.1.ebuild,v 1.1 
2014/11/09 07:38:16 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

# The gem does not contain runnable tests.
RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_EXTRADOC=README.md
RUBY_FAKEGEM_RECIPE_DOC=rdoc

inherit ruby-fakegem

DESCRIPTION=Makes following links in your web application faster
HOMEPAGE=https://github.com/dkubb/equalizer;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=test

ruby_add_rdepend dev-ruby/coffee-rails






[gentoo-commits] gentoo-x86 commit in dev-ruby/term-ansicolor: ChangeLog term-ansicolor-1.0.7.ebuild

2014-11-08 Thread Hans de Graaff (graaff)
graaff  14/11/09 07:45:49

  Modified: ChangeLog
  Removed:  term-ansicolor-1.0.7.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.47 dev-ruby/term-ansicolor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   8 Nov 2014 11:46:55 -   1.46
+++ ChangeLog   9 Nov 2014 07:45:49 -   1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/term-ansicolor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.46 
2014/11/08 11:46:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.47 
2014/11/09 07:45:49 graaff Exp $
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org -term-ansicolor-1.0.7.ebuild:
+  Cleanup.
 
   08 Nov 2014; Agostino Sarubbo a...@gentoo.org 
term-ansicolor-1.2.2-r1.ebuild:
   Stable for alpha/amd64/ia64/ppc/ppc64/sparc/x86, wrt bug #522292






[gentoo-commits] gentoo-x86 commit in dev-ruby/turbolinks: turbolinks-2.5.1.ebuild ChangeLog

2014-11-08 Thread Hans de Graaff (graaff)
graaff  14/11/09 07:46:59

  Modified: turbolinks-2.5.1.ebuild ChangeLog
  Log:
  Fix HOMEPAGE.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/turbolinks/turbolinks-2.5.1.ebuild

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

Index: turbolinks-2.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/turbolinks-2.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- turbolinks-2.5.1.ebuild 9 Nov 2014 07:38:16 -   1.1
+++ turbolinks-2.5.1.ebuild 9 Nov 2014 07:46:59 -   1.2
@@ -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/turbolinks/turbolinks-2.5.1.ebuild,v 1.1 
2014/11/09 07:38:16 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/turbolinks/turbolinks-2.5.1.ebuild,v 1.2 
2014/11/09 07:46:59 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -14,7 +14,7 @@
 inherit ruby-fakegem
 
 DESCRIPTION=Makes following links in your web application faster
-HOMEPAGE=https://github.com/dkubb/equalizer;
+HOMEPAGE=https://github.com/rails/turbolinks;
 
 LICENSE=MIT
 SLOT=0



1.6  dev-ruby/turbolinks/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   9 Nov 2014 07:38:16 -   1.5
+++ ChangeLog   9 Nov 2014 07:46:59 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/turbolinks
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v 1.5 
2014/11/09 07:38:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/turbolinks/ChangeLog,v 1.6 
2014/11/09 07:46:59 graaff Exp $
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org turbolinks-2.5.1.ebuild:
+  Fix HOMEPAGE.
 
 *turbolinks-2.5.1 (09 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/merb-assets: ChangeLog merb-assets-1.1.3.ebuild

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 08:00:56

  Modified: ChangeLog merb-assets-1.1.3.ebuild
  Log:
  Fix obsolete rake task, bug 528562.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.8  dev-ruby/merb-assets/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-assets/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   2 Aug 2014 01:34:18 -   1.7
+++ ChangeLog   9 Nov 2014 08:00:56 -   1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/merb-assets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-assets/ChangeLog,v 1.7 
2014/08/02 01:34:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-assets/ChangeLog,v 1.8 
2014/11/09 08:00:56 graaff Exp $
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org merb-assets-1.1.3.ebuild:
+  Fix obsolete rake task, bug 528562.
 
   02 Aug 2014; Manuel Rüger mr...@gentoo.org merb-assets-1.1.3.ebuild:
   Add ruby20 support.



1.5  dev-ruby/merb-assets/merb-assets-1.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-assets/merb-assets-1.1.3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-assets/merb-assets-1.1.3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-assets/merb-assets-1.1.3.ebuild?r1=1.4r2=1.5

Index: merb-assets-1.1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/merb-assets/merb-assets-1.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- merb-assets-1.1.3.ebuild2 Aug 2014 01:34:18 -   1.4
+++ merb-assets-1.1.3.ebuild9 Nov 2014 08:00:56 -   1.5
@@ -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/merb-assets/merb-assets-1.1.3.ebuild,v 1.4 
2014/08/02 01:34:18 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/merb-assets/merb-assets-1.1.3.ebuild,v 1.5 
2014/11/09 08:00:56 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20
@@ -23,3 +23,8 @@
 ruby_add_bdepend test? ( dev-ruby/rspec:0 )
 
 ruby_add_rdepend ~dev-ruby/merb-core-${PV}
+
+all_ruby_prepare() {
+   # Fix obsolete rake tasks.
+   sed -i -e 's:rake/rdoctask:rdoc/task:' Rakefile || die
+}






[gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench: ChangeLog mysql-workbench-6.2.3.ebuild

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 10:31:31

  Modified: ChangeLog
  Added:mysql-workbench-6.2.3.ebuild
  Log:
  Version bump, fixing bug 528582.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.98 dev-db/mysql-workbench/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   25 Aug 2014 19:34:11 -  1.97
+++ ChangeLog   9 Nov 2014 10:31:31 -   1.98
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mysql-workbench
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.97 
2014/08/25 19:34:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/ChangeLog,v 1.98 
2014/11/09 10:31:31 graaff Exp $
+
+*mysql-workbench-6.2.3 (09 Nov 2014)
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org
+  +mysql-workbench-6.2.3.ebuild, +files/mysql-workbench-6.2.3-CMakeLists.patch:
+  Version bump, fixing bug 528582.
 
   25 Aug 2014; Hans de Graaff gra...@gentoo.org mysql-workbench-6.1.7.ebuild,
   +files/mysql-workbench-6.1.7-mysql_options4.patch:



1.1  dev-db/mysql-workbench/mysql-workbench-6.2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.2.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.2.3.ebuild?rev=1.1content-type=text/plain

Index: mysql-workbench-6.2.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.2.3.ebuild,v 
1.1 2014/11/09 10:31:31 graaff Exp $

EAPI=5
GCONF_DEBUG=no

PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE=sqlite

CMAKE_MIN_VERSION=2.8.11.1

inherit gnome2 eutils flag-o-matic python-single-r1 cmake-utils

MY_P=${PN}-community-${PV}-src

DESCRIPTION=MySQL Workbench
HOMEPAGE=http://dev.mysql.com/workbench/;
SRC_URI=mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=debug doc gnome-keyring

# glibc: deprecated mutex functions, removed in 2.36.0
CDEPEND=${PYTHON_DEPS}
dev-libs/glib:2
dev-cpp/atkmm
dev-cpp/pangomm
=dev-cpp/glibmm-2.14:2
=dev-cpp/gtkmm-2.14:2.4
dev-libs/atk
x11-libs/pango
=x11-libs/gtk+-2.20:2
gnome-base/libglade:2.0
=x11-libs/cairo-1.5.12[glib,svg]
dev-libs/libsigc++:2
dev-libs/boost
=dev-cpp/ctemplate-0.95
=dev-libs/libxml2-2.6.2:2
dev-libs/libzip
=virtual/mysql-5.1
dev-libs/libpcre
=sci-libs/gdal-1.11.1-r1
virtual/opengl
=dev-lang/lua-5.1[deprecated]
|| ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid )
dev-libs/tinyxml[stl]
dev-db/mysql-connector-c++
dev-db/vsqlite++
|| ( dev-db/libiodbc dev-db/unixODBC )
gnome-keyring? ( gnome-base/libgnome-keyring )
dev-python/pexpect
=dev-python/paramiko-1.7.4


# lua perhaps no longer needed? Was used via libgrt only

RDEPEND=${CDEPEND}
app-admin/sudo
=sys-apps/net-tools-1.60_p20120127084908

DEPEND=${CDEPEND}
dev-lang/swig
virtual/pkgconfig

S=${WORKDIR}/${MY_P}

src_prepare() {
## Patch CMakeLists.txt
epatch ${FILESDIR}/${PN}-6.2.3-CMakeLists.patch \
${FILESDIR}/${PN}-6.1.7-wbcopytables.patch \
${FILESDIR}/${PN}-6.1.7-mysql_options4.patch

## remove hardcoded CXXFLAGS
sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die

## package is very fragile...
strip-flags

cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_use gnome-keyring GNOME_KEYRING)
-DLIB_INSTALL_DIR=/usr/$(get_libdir)
-DPYTHON_INCLUDE_DIR=$(python_get_includedir)

[gentoo-commits] gentoo-x86 commit in dev-db/mysql-workbench/files: mysql-workbench-6.2.3-CMakeLists.patch

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 10:31:31

  Added:mysql-workbench-6.2.3-CMakeLists.patch
  Log:
  Version bump, fixing bug 528582.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  
dev-db/mysql-workbench/files/mysql-workbench-6.2.3-CMakeLists.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.3-CMakeLists.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.3-CMakeLists.patch?rev=1.1content-type=text/plain

Index: mysql-workbench-6.2.3-CMakeLists.patch
===
--- mysql-workbench-community-6.0.7-src/CMakeLists.txt  2013-08-30 
18:05:12.0 +0200
+++ mysql-workbench-community-6.0.7-src/CMakeLists.txt  2013-09-08 
11:41:18.723838826 +0200
@@ -18,6 +18,9 @@
 find_package(PkgConfig REQUIRED)
 
 find_package(GTK2 2.20 REQUIRED gtk gtkmm)
+if (NOT GTK2_FOUND)
+   message( FATAL_ERROR Not all GTK2 components were found! )
+endif()
 pkg_check_modules(GTHREAD REQUIRED gthread-2.0)
 pkg_check_modules(GMODULE REQUIRED gmodule-2.0)
 set(GTK2_INCLUDE_DIRS ${GTK2_INCLUDE_DIRS} ${GTHREAD_INCLUDE_DIRS} 
${GMODULE_INCLUDE_DIRS})
@@ -32,7 +35,8 @@
 endif ()
 
 # All known publicly available versions of Antlr3C are buggy
-
+# see: https://bugzilla.redhat.com/show_bug.cgi?id=966973
+# patch seems to be only applied partially to antlr-3.4, bug is present in 
antlr-3.5, too
 if (SKIP_BUNDLED_ANTLR)
   find_package(Antlr3C)
 endif ()
@@ -89,7 +93,8 @@
 pkg_check_modules(CAIRO REQUIRED cairo=1.5.12)
 pkg_check_modules(UUID REQUIRED uuid)
 pkg_check_modules(LIBZIP REQUIRED libzip)
-if (UNIX)
+
+if (UNIX AND USE_GNOME_KEYRING)
pkg_check_modules(GNOME_KEYRING gnome-keyring-1)
if (GNOME_KEYRING_FOUND)
set(KEYRING_DEFINITION HAVE_GNOME_KEYRING)
@@ -99,7 +104,10 @@
set(KEYRING_DEFINITION HAVE_OLD_GNOME_KEYRING)
endif()
endif()
+   if (NOT GNOME_KEYRING_FOUND) 
+   message( FATAL_ERROR Gnome keyring libraries could not be 
found )
+   endif()
 endif()
 
 include (CheckFunctionExists)







[gentoo-commits] gentoo-x86 commit in dev-db/vsqlite++: ChangeLog vsqlite++-0.3.13.ebuild

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/09 10:34:45

  Modified: ChangeLog
  Added:vsqlite++-0.3.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-db/vsqlite++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   19 Oct 2013 13:30:00 -  1.1
+++ ChangeLog   9 Nov 2014 10:34:45 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/vsqlite++
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.1 2013/10/19 
13:30:00 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/ChangeLog,v 1.2 2014/11/09 
10:34:45 graaff Exp $
+
+*vsqlite++-0.3.13 (09 Nov 2014)
+
+  09 Nov 2014; Hans de Graaff gra...@gentoo.org +vsqlite++-0.3.13.ebuild:
+  Version bump.
 
 *vsqlite++-0.3.12 (19 Oct 2013)
 



1.1  dev-db/vsqlite++/vsqlite++-0.3.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13.ebuild?rev=1.1content-type=text/plain

Index: vsqlite++-0.3.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/vsqlite++/vsqlite++-0.3.13.ebuild,v 
1.1 2014/11/09 10:34:45 graaff Exp $

EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1

inherit autotools-utils

DESCRIPTION=VSQLite++ - A welldesigned and portable SQLite3 Wrapper for C++
HOMEPAGE=http://evilissimo.fedorapeople.org/releases/vsqlite--/;
SRC_URI=https://github.com/vinzenz/vsqlite--/archive/${PV}.tar.gz;
IUSE=static-libs

LICENSE=BSD

SLOT=0

KEYWORDS=~amd64 ~x86

DEPEND==dev-libs/boost-1.33.1

RDEPEND=${DEPEND}
dev-db/sqlite:3

DOCS=(AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VERSION)

# package name is vsqlite++, but github / homepage name is vsqlite--
S=${WORKDIR}/vsqlite---${PV}

src_prepare() {
## remove O3 in AM_CXXFLAGS
sed -i -e 's/-O3//' Makefile.am || die
autotools-utils_src_prepare
}

src_configure() {
econf $(use_enable static-libs static)
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/blankslate: ChangeLog blankslate-3.1.3.ebuild

2014-11-09 Thread Hans de Graaff (graaff)
graaff  14/11/10 07:01:48

  Modified: ChangeLog
  Added:blankslate-3.1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 dev-ruby/blankslate/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/blankslate/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Nov 2014 15:34:46 -   1.14
+++ ChangeLog   10 Nov 2014 07:01:48 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/blankslate
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/blankslate/ChangeLog,v 1.14 
2014/11/03 15:34:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/blankslate/ChangeLog,v 1.15 
2014/11/10 07:01:48 graaff Exp $
+
+*blankslate-3.1.3 (10 Nov 2014)
+
+  10 Nov 2014; Hans de Graaff gra...@gentoo.org +blankslate-3.1.3.ebuild:
+  Version bump.
 
   03 Nov 2014; Manuel Rüger mr...@gentoo.org blankslate-3.1.2.ebuild:
   Drop jruby.



1.1  dev-ruby/blankslate/blankslate-3.1.3.ebuild

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

Index: blankslate-3.1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/blankslate/blankslate-3.1.3.ebuild,v 1.1 
2014/11/10 07:01:48 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc

RUBY_FAKEGEM_EXTRADOC=README

RUBY_FAKEGEM_RECIPE_TEST=rspec

inherit ruby-fakegem

DESCRIPTION=A base class where almost all of the methods from Object and 
Kernel have been removed
HOMEPAGE=https://rubygems.org/gems/blankslate;

IUSE=
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64

all_ruby_prepare() {
# Avoid test failing with rspec 2.x.
sed -i -e '/cleanliness/,/^  end/ s:^:#:' spec/blankslate_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-2.1.4-r1.ebuild ChangeLog ruby-2.0.0_p594-r1.ebuild

2014-11-10 Thread Hans de Graaff (graaff)
graaff  14/11/10 18:30:19

  Modified: ChangeLog
  Added:ruby-2.1.4-r1.ebuild ruby-2.0.0_p594-r1.ebuild
  Log:
  Add sse2 patch backported by Ted Marston from the 2.1.x version, and make the 
patch conditional on USE=sse2 for both the 2.0 and 2.1 series. Bug 526876.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.678dev-lang/ruby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.678view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.678content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.677r2=1.678

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -r1.677 -r1.678
--- ChangeLog   10 Nov 2014 10:47:22 -  1.677
+++ ChangeLog   10 Nov 2014 18:30:19 -  1.678
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.677 2014/11/10 
10:47:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.678 2014/11/10 
18:30:19 graaff Exp $
+
+*ruby-2.1.4-r1 (10 Nov 2014)
+*ruby-2.0.0_p594-r1 (10 Nov 2014)
+
+  10 Nov 2014; Hans de Graaff gra...@gentoo.org +ruby-2.0.0_p594-r1.ebuild,
+  +ruby-2.1.4-r1.ebuild:
+  Add sse2 patch backported by Ted Marston from the 2.1.x version, and make the
+  patch conditional on USE=sse2 for both the 2.0 and 2.1 series. Bug 526876.
 
   10 Nov 2014; Agostino Sarubbo a...@gentoo.org ruby-1.9.3_p550.ebuild,
   ruby-2.0.0_p594.ebuild:



1.1  dev-lang/ruby/ruby-2.1.4-r1.ebuild

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

Index: ruby-2.1.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.4-r1.ebuild,v 1.1 
2014/11/10 18:30:19 graaff Exp $

EAPI=5

#PATCHSET=1

inherit autotools eutils flag-o-matic multilib versionator

RUBYPL=$(get_version_component_range 4)

MY_P=${PN}-$(get_version_component_range 1-3)
#MY_P=${PN}-$(get_version_component_range 1-3)-${RUBYPL:-0}
S=${WORKDIR}/${MY_P}

SLOT=$(get_version_component_range 1-2)
MY_SUFFIX=$(delete_version_separator 1 ${SLOT})
RUBYVERSION=2.1.0

if [[ -n ${PATCHSET} ]]; then
if [[ ${PVR} == ${PV} ]]; then
PATCHSET=${PV}-r0.${PATCHSET}
else
PATCHSET=${PVR}.${PATCHSET}
fi
else
PATCHSET=${PVR}
fi

DESCRIPTION=An object-oriented scripting language
HOMEPAGE=http://www.ruby-lang.org/;
SRC_URI=mirror://ruby/2.1/${MY_P}.tar.xz
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;

LICENSE=|| ( Ruby-BSD BSD-2 )
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
IUSE=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline sse2

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
ssl? ( dev-libs/openssl )
socks5? ( =net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses )
readline?  ( sys-libs/readline )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib
=app-admin/eselect-ruby-20131227
!dev-ruby/rdoc-3.9.4
!dev-ruby/rubygems-1.8.10-r1

DEPEND=${RDEPEND}
PDEPEND=
virtual/rubygems:ruby21
=dev-ruby/json-1.8.1[ruby_targets_ruby21]
=dev-ruby/rake-0.9.6[ruby_targets_ruby21]
rdoc? ( =dev-ruby/rdoc-4.0.1[ruby_targets_ruby21] )
xemacs? ( app-xemacs/ruby-modes )

src_prepare() {
if use sse2 ; then
excluded_patches=012_no_forced_sse2.patch
fi

EPATCH_EXCLUDE=${excluded_patches} EPATCH_FORCE=yes 
EPATCH_SUFFIX=patch \
epatch ${WORKDIR}/patches

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
# rubygems, but remove the bits that would cause a file collision.
einfo Unbundling gems...
cd $S
rm -r \
{bin,lib}/rake lib/rake.rb man/rake.1 \
bin/gem || die removal failed

# Fix a hardcoded lib path in configure script
sed -i -e s:\(RUBY_LIB_PREFIX=\\${prefix}/\)lib:\1$(get_libdir): \
configure.in || die sed failed


[gentoo-commits] gentoo-x86 commit in dev-ruby/ohai: ChangeLog ohai-6.18.0.ebuild

2014-11-10 Thread Hans de Graaff (graaff)
graaff  14/11/10 19:09:33

  Modified: ChangeLog
  Removed:  ohai-6.18.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.23 dev-ruby/ohai/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?r1=1.22r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   22 Jul 2014 06:20:58 -  1.22
+++ ChangeLog   10 Nov 2014 19:09:33 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ohai
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.22 2014/07/22 
06:20:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.23 2014/11/10 
19:09:33 graaff Exp $
+
+  10 Nov 2014; Hans de Graaff gra...@gentoo.org -ohai-6.18.0.ebuild:
+  Cleanup.
 
 *ohai-7.0.4 (22 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/ohai: ohai-6.22.0-r1.ebuild ChangeLog ohai-7.0.4-r1.ebuild ohai-7.0.4.ebuild

2014-11-10 Thread Hans de Graaff (graaff)
graaff  14/11/10 19:21:36

  Modified: ChangeLog
  Added:ohai-6.22.0-r1.ebuild ohai-7.0.4-r1.ebuild
  Removed:  ohai-7.0.4.ebuild
  Log:
  Add new revisions to allow slot 0 and slot 7.0 to be installed at the same 
time, fixing bug 527670.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.24 dev-ruby/ohai/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ohai/ChangeLog?r1=1.23r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   10 Nov 2014 19:09:33 -  1.23
+++ ChangeLog   10 Nov 2014 19:21:36 -  1.24
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/ohai
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.23 2014/11/10 
19:09:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ChangeLog,v 1.24 2014/11/10 
19:21:36 graaff Exp $
+
+*ohai-7.0.4-r1 (10 Nov 2014)
+*ohai-6.22.0-r1 (10 Nov 2014)
+
+  10 Nov 2014; Hans de Graaff gra...@gentoo.org +ohai-6.22.0-r1.ebuild,
+  -ohai-7.0.4.ebuild, +ohai-7.0.4-r1.ebuild:
+  Add new revisions to allow slot 0 and slot 7.0 to be installed at the same
+  time, fixing bug 527670.
 
   10 Nov 2014; Hans de Graaff gra...@gentoo.org -ohai-6.18.0.ebuild:
   Cleanup.



1.1  dev-ruby/ohai/ohai-6.22.0-r1.ebuild

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

Index: ohai-6.22.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-6.22.0-r1.ebuild,v 1.1 
2014/11/10 19:21:36 graaff Exp $

EAPI=5
USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_BINWRAP=

inherit ruby-fakegem

DESCRIPTION=Ohai profiles your system and emits JSON
HOMEPAGE=http://wiki.opscode.com/display/chef/Ohai;
SRC_URI=https://github.com/opscode/${PN}/archive/${PV}.tar.gz - ${P}.tgz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

ruby_add_rdepend 
dev-ruby/ipaddress
dev-ruby/yajl-ruby
dev-ruby/mixlib-cli
dev-ruby/mixlib-config
dev-ruby/mixlib-log
dev-ruby/mixlib-shellout
=dev-ruby/systemu-2.5.0

all_ruby_prepare() {
rm Gemfile .rspec || die
# Be more lenient to work with versions of systemu that we have in
# the tree.
sed -i -e 's/~ 2.5.2/= 2.5.2/' ohai.gemspec || die

# Remove the Darwin-specific tests that require additional
# dependencies.
rm -rf spec/unit/plugins/darwin || die

# Avoid the ruby plugin tests because these always execute the
# system ruby, rather than the current ruby.
rm -rf spec/unit/plugins/ruby_spec.rb || die
}

all_ruby_install() {
all_fakegem_install
}



1.1  dev-ruby/ohai/ohai-7.0.4-r1.ebuild

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

Index: ohai-7.0.4-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ohai/ohai-7.0.4-r1.ebuild,v 1.1 
2014/11/10 19:21:36 graaff Exp $

EAPI=5
USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc

RUBY_FAKEGEM_RECIPE_TEST=rspec

inherit ruby-fakegem versionator

DESCRIPTION=Ohai profiles your system and emits JSON
HOMEPAGE=http://wiki.opscode.com/display/chef/Ohai;
SRC_URI=https://github.com/opscode/${PN}/archive/${PV}.tar.gz - ${P}.tgz

LICENSE=Apache-2.0
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND+=!!dev-ruby/ohai-6.22.0-r1

ruby_add_rdepend 
=dev-ruby/mime-types-1.16:0
dev-ruby/ipaddress
dev-ruby/yajl-ruby
dev-ruby/mixlib-cli
=dev-ruby/mixlib-config-2.0:2
dev-ruby/mixlib-log
=dev-ruby/mixlib-shellout-1.2:0
=dev-ruby/systemu-2.5.2

all_ruby_prepare() {
rm Gemfile 

[gentoo-commits] gentoo-x86 commit in dev-lang/rubinius: ChangeLog rubinius-2.3.0.ebuild

2014-11-10 Thread Hans de Graaff (graaff)
graaff  14/11/10 20:55:40

  Modified: ChangeLog rubinius-2.3.0.ebuild
  Log:
  Fix sandbox violations by logging to /dev/null during build and install.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.18 dev-lang/rubinius/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rubinius/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   4 Nov 2014 19:09:15 -   1.17
+++ ChangeLog   10 Nov 2014 20:55:40 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/rubinius
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.17 
2014/11/04 19:09:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.18 
2014/11/10 20:55:40 graaff Exp $
+
+  10 Nov 2014; Hans de Graaff gra...@gentoo.org rubinius-2.3.0.ebuild:
+  Fix sandbox violations by logging to /dev/null during build and install.
 
 *rubinius-2.3.0 (04 Nov 2014)
 



1.2  dev-lang/rubinius/rubinius-2.3.0.ebuild

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

Index: rubinius-2.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubinius-2.3.0.ebuild   4 Nov 2014 19:09:15 -   1.1
+++ rubinius-2.3.0.ebuild   10 Nov 2014 20:55:40 -  1.2
@@ -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-lang/rubinius/rubinius-2.3.0.ebuild,v 
1.1 2014/11/04 19:09:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-2.3.0.ebuild,v 
1.2 2014/11/10 20:55:40 graaff Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib versionator
@@ -61,7 +61,7 @@
 }
 
 src_compile() {
-   rake build || die Compilation failed
+   RBXOPT=-Xsystem.log=/dev/null rake build || die Compilation failed
 }
 
 src_test() {
@@ -76,11 +76,11 @@
local minor_version=$(get_version_component_range 1-2)
local librbx=usr/$(get_libdir)/rubinius
 
-   DESTDIR=${D} rake install || die Installation failed
+   RBXOPT=-Xsystem.log=/dev/null DESTDIR=${D} rake install || die 
Installation failed
 
dosym /${librbx}/${minor_version}/bin/rbx /usr/bin/rbx || die Couldn't 
make rbx symlink
 
insinto /${librbx}/${minor_version}/site
doins ${FILESDIR}/auto_gem.rb || die Couldn't install rbx 
auto_gem.rb
-   RBX_RUNTIME=${S}/runtime RBX_LIB=${S}/lib bin/rbx compile 
${D}/${librbx}/${minor_version}/site/auto_gem.rb || die Couldn't bytecompile 
auto_gem.rb
+   RBXOPT=-Xsystem.log=/dev/null RBX_RUNTIME=${S}/runtime 
RBX_LIB=${S}/lib bin/rbx compile 
${D}/${librbx}/${minor_version}/site/auto_gem.rb || die Couldn't bytecompile 
auto_gem.rb
 }






[gentoo-commits] gentoo-x86 commit in dev-ruby/acts_as_list: ChangeLog acts_as_list-0.5.0.ebuild

2014-11-10 Thread Hans de Graaff (graaff)
graaff  14/11/11 06:16:22

  Modified: ChangeLog
  Added:acts_as_list-0.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/acts_as_list/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Aug 2014 16:00:59 -   1.8
+++ ChangeLog   11 Nov 2014 06:16:22 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/acts_as_list
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/ChangeLog,v 1.8 
2014/08/05 16:00:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/ChangeLog,v 1.9 
2014/11/11 06:16:22 graaff Exp $
+
+*acts_as_list-0.5.0 (11 Nov 2014)
+
+  11 Nov 2014; Hans de Graaff gra...@gentoo.org +acts_as_list-0.5.0.ebuild:
+  Version bump.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org acts_as_list-0.4.0.ebuild:
   Remove trailing '.' from DESCRIPTION.



1.1  dev-ruby/acts_as_list/acts_as_list-0.5.0.ebuild

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

Index: acts_as_list-0.5.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/acts_as_list/acts_as_list-0.5.0.ebuild,v 1.1 
2014/11/11 06:16:22 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_RECIPE_DOC=rdoc

inherit ruby-fakegem

RUBY_FAKEGEM_EXTRADOC=README.md
RUBY_FAKEGEM_EXTRAINSTALL=init.rb

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

DESCRIPTION=Capabilities for sorting and reordering a number of objects in a 
list
HOMEPAGE=https://github.com/swanandp/acts_as_list;

LICENSE=MIT
SLOT=3
KEYWORDS=~amd64 ~x86 ~x86-macos
IUSE=

ruby_add_rdepend =dev-ruby/activerecord-3

ruby_add_bdepend 
test? (
dev-ruby/test-unit:2
dev-ruby/activerecord:3.2[sqlite3]
)

all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die
sed -i -e '1,9 s:^:#:' test/helper.rb || die
sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die

# Tests currently only pass on rails 3.
sed -e '1igem activerecord, ~3.2.0' -i test/helper.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/mysql2: ChangeLog mysql2-0.3.17.ebuild

2014-11-11 Thread Hans de Graaff (graaff)
graaff  14/11/12 07:17:58

  Modified: ChangeLog
  Added:mysql2-0.3.17.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.30 dev-ruby/mysql2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mysql2/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   12 Aug 2014 18:46:08 -  1.29
+++ ChangeLog   12 Nov 2014 07:17:58 -  1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mysql2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.29 2014/08/12 
18:46:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql2/ChangeLog,v 1.30 2014/11/12 
07:17:58 graaff Exp $
+
+*mysql2-0.3.17 (12 Nov 2014)
+
+  12 Nov 2014; Hans de Graaff gra...@gentoo.org +mysql2-0.3.17.ebuild:
+  Version bump.
 
   12 Aug 2014; Anthony G. Basile bluen...@gentoo.org mysql2-0.3.15.ebuild,
   mysql2-0.3.16.ebuild:



1.1  dev-ruby/mysql2/mysql2-0.3.17.ebuild

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

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

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

# Tests require a live MySQL database but should all pass.
RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRADOC=README.md

inherit multilib ruby-fakegem

DESCRIPTION=A modern, simple and very fast Mysql library for Ruby - binding to 
libmysql
HOMEPAGE=https://github.com/brianmario/mysql2;

LICENSE=MIT
SLOT=0.3
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
IUSE=

DEPEND=${DEPEND} virtual/mysql[-static]
RDEPEND=${RDEPEND} virtual/mysql[-static]

each_ruby_configure() {
${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config 
${EPREFIX}/usr/bin/mysqlconfig || die
}

each_ruby_compile() {
emake V=1 -Cext/mysql2 || die
cp ext/mysql2/mysql2$(get_modname) lib/mysql2/ || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/selenium-webdriver: ChangeLog selenium-webdriver-2.42.0.ebuild selenium-webdriver-2.41.0.ebuild selenium-webdriver-2.40.0.ebuild

2014-11-12 Thread Hans de Graaff (graaff)
graaff  14/11/13 06:56:41

  Modified: ChangeLog
  Removed:  selenium-webdriver-2.42.0.ebuild
selenium-webdriver-2.41.0.ebuild
selenium-webdriver-2.40.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.64 dev-ruby/selenium-webdriver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   10 Sep 2014 05:47:14 -  1.63
+++ ChangeLog   13 Nov 2014 06:56:41 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/selenium-webdriver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v 
1.63 2014/09/10 05:47:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v 
1.64 2014/11/13 06:56:41 graaff Exp $
+
+  13 Nov 2014; Hans de Graaff gra...@gentoo.org
+  -selenium-webdriver-2.40.0.ebuild, -selenium-webdriver-2.41.0.ebuild,
+  -selenium-webdriver-2.42.0.ebuild:
+  Cleanup.
 
 *selenium-webdriver-2.43.0 (10 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/selenium-webdriver: ChangeLog selenium-webdriver-2.44.0.ebuild

2014-11-12 Thread Hans de Graaff (graaff)
graaff  14/11/13 06:58:26

  Modified: ChangeLog
  Added:selenium-webdriver-2.44.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.65 dev-ruby/selenium-webdriver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   13 Nov 2014 06:56:41 -  1.64
+++ ChangeLog   13 Nov 2014 06:58:26 -  1.65
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/selenium-webdriver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v 
1.64 2014/11/13 06:56:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v 
1.65 2014/11/13 06:58:26 graaff Exp $
+
+*selenium-webdriver-2.44.0 (13 Nov 2014)
+
+  13 Nov 2014; Hans de Graaff gra...@gentoo.org
+  +selenium-webdriver-2.44.0.ebuild:
+  Version bump.
 
   13 Nov 2014; Hans de Graaff gra...@gentoo.org
   -selenium-webdriver-2.40.0.ebuild, -selenium-webdriver-2.41.0.ebuild,



1.1  
dev-ruby/selenium-webdriver/selenium-webdriver-2.44.0.ebuild

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

Index: selenium-webdriver-2.44.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/selenium-webdriver/selenium-webdriver-2.44.0.ebuild,v
 1.1 2014/11/13 06:58:26 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

# NOTE: this package contains precompiled code. It appears that all
# source code can be found at http://code.google.com/p/selenium/ but the
# repository is not organized in a way so that we can easily rebuild the
# suited shared object. We'll just try our luck with the precompiled
# objects for now.

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGES README.md

RUBY_FAKEGEM_TASK_TEST=

RUBY_QA_ALLOWED_LIBS=x_ignore_nofocus.so
QA_PREBUILT=*/x_ignore_nofocus.so

inherit ruby-fakegem

DESCRIPTION=This gem provides Ruby bindings for WebDriver
HOMEPAGE=http://gemcutter.org/gems/selenium-webdriver;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

ruby_add_rdepend =dev-ruby/childprocess-0.5.0
=dev-ruby/multi_json-1.0.4
dev-ruby/rubyzip:1

all_ruby_prepare() {
# Make websocket a development dependency since it is only needed
# for the safari driver which we don't support on Gentoo.
sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' 
../metadata || die
}






[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-2.1.3.ebuild ruby-2.0.0_p353.ebuild ruby-1.9.3_p547.ebuild ruby-1.9.3_p484.ebuild ruby-2.0.0_p576.ebuild ruby-2.0.0_p481.ebuild ruby

2014-11-13 Thread Hans de Graaff (graaff)
graaff  14/11/14 06:35:34

  Modified: ChangeLog
  Removed:  ruby-2.1.3.ebuild ruby-2.0.0_p353.ebuild
ruby-1.9.3_p547.ebuild ruby-1.9.3_p484.ebuild
ruby-2.0.0_p576.ebuild ruby-2.0.0_p481.ebuild
ruby-2.1.2.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.682dev-lang/ruby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.682view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.682content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.681r2=1.682

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.681
retrieving revision 1.682
diff -u -r1.681 -r1.682
--- ChangeLog   12 Nov 2014 16:55:49 -  1.681
+++ ChangeLog   14 Nov 2014 06:35:34 -  1.682
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.681 2014/11/12 
16:55:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.682 2014/11/14 
06:35:34 graaff Exp $
+
+  14 Nov 2014; Hans de Graaff gra...@gentoo.org -ruby-1.9.3_p484.ebuild,
+  -ruby-1.9.3_p547.ebuild, -ruby-2.0.0_p353.ebuild, -ruby-2.0.0_p481.ebuild,
+  -ruby-2.0.0_p576.ebuild, -ruby-2.1.2.ebuild, -ruby-2.1.3.ebuild:
+  Cleanup.
 
   12 Nov 2014; Agostino Sarubbo a...@gentoo.org ruby-1.9.3_p550.ebuild,
   ruby-2.0.0_p594.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-1.9.3_p551.ebuild ChangeLog ruby-2.0.0_p598.ebuild ruby-2.1.5.ebuild

2014-11-13 Thread Hans de Graaff (graaff)
graaff  14/11/14 06:53:31

  Modified: ChangeLog
  Added:ruby-1.9.3_p551.ebuild ruby-2.0.0_p598.ebuild
ruby-2.1.5.ebuild
  Log:
  Version bumps for security bug 529216.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.683dev-lang/ruby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.683view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.683content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.682r2=1.683

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.682
retrieving revision 1.683
diff -u -r1.682 -r1.683
--- ChangeLog   14 Nov 2014 06:35:34 -  1.682
+++ ChangeLog   14 Nov 2014 06:53:31 -  1.683
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.682 2014/11/14 
06:35:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.683 2014/11/14 
06:53:31 graaff Exp $
+
+*ruby-2.1.5 (14 Nov 2014)
+*ruby-2.0.0_p598 (14 Nov 2014)
+*ruby-1.9.3_p551 (14 Nov 2014)
+
+  14 Nov 2014; Hans de Graaff gra...@gentoo.org +ruby-1.9.3_p551.ebuild,
+  +ruby-2.0.0_p598.ebuild, +ruby-2.1.5.ebuild:
+  Version bumps for security bug 529216.
 
   14 Nov 2014; Hans de Graaff gra...@gentoo.org -ruby-1.9.3_p484.ebuild,
   -ruby-1.9.3_p547.ebuild, -ruby-2.0.0_p353.ebuild, -ruby-2.0.0_p481.ebuild,



1.1  dev-lang/ruby/ruby-1.9.3_p551.ebuild

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

Index: ruby-1.9.3_p551.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p551.ebuild,v 1.1 
2014/11/14 06:53:31 graaff Exp $

EAPI=4

#PATCHSET=1

inherit autotools eutils flag-o-matic multilib versionator

RUBYPL=$(get_version_component_range 4)

MY_P=${PN}-$(get_version_component_range 1-3)-${RUBYPL:-0}
S=${WORKDIR}/${MY_P}

SLOT=$(get_version_component_range 1-2)
MY_SUFFIX=$(delete_version_separator 1 ${SLOT})
# 1.9.3 still uses 1.9.1
RUBYVERSION=1.9.1

if [[ -n ${PATCHSET} ]]; then
if [[ ${PVR} == ${PV} ]]; then
PATCHSET=${PV}-r0.${PATCHSET}
else
PATCHSET=${PVR}.${PATCHSET}
fi
else
PATCHSET=${PVR}
fi

DESCRIPTION=An object-oriented scripting language
HOMEPAGE=http://www.ruby-lang.org/;
SRC_URI=mirror://ruby/1.9/${MY_P}.tar.bz2
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;

LICENSE=|| ( Ruby-BSD BSD-2 )
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
IUSE=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline +yaml #libedit

# libedit support is removed everywhere because of this upstream bug:
# http://redmine.ruby-lang.org/issues/show/3698

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
ssl? ( dev-libs/openssl )
socks5? ( =net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses )
readline?  ( sys-libs/readline )
yaml? ( dev-libs/libyaml )
virtual/libffi
sys-libs/zlib
=app-admin/eselect-ruby-20100402
!dev-ruby/rdoc-3.9.4
!dev-ruby/rubygems-1.8.10-r1
#   libedit? ( dev-libs/libedit )
#   !libedit? ( readline? ( sys-libs/readline ) )

DEPEND=${RDEPEND}
PDEPEND=
virtual/rubygems:ruby19
rdoc? ( =dev-ruby/rdoc-3.9.4[ruby_targets_ruby19] )
xemacs? ( app-xemacs/ruby-modes )

src_prepare() {
EPATCH_FORCE=yes EPATCH_SUFFIX=patch \
epatch ${WORKDIR}/patches

einfo Unbundling gems...
cd $S
rm -r \
{bin,lib}/rake lib/rake.rb man/rake.1 \
ext/json \
bin/gem || die removal failed

# Fix a hardcoded lib path in configure script
sed -i -e s:\(RUBY_LIB_PREFIX=\\${prefix}/\)lib:\1$(get_libdir): \
configure.in || die sed failed

eautoreconf
}

src_configure() {
local myconf=

# -fomit-frame-pointer makes ruby segfault, see bug #150413.
filter-flags -fomit-frame-pointer
# In many places aliasing rules are broken; play it safe
# as it's risky with newer compilers to leave it as it is.

[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-2.0.0_p576.ebuild

2014-09-20 Thread Hans de Graaff (graaff)
graaff  14/09/20 06:47:39

  Modified: ChangeLog
  Added:ruby-2.0.0_p576.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.664dev-lang/ruby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.664view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.664content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.663r2=1.664

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.663
retrieving revision 1.664
diff -u -r1.663 -r1.664
--- ChangeLog   21 Aug 2014 09:23:19 -  1.663
+++ ChangeLog   20 Sep 2014 06:47:39 -  1.664
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.663 2014/08/21 
09:23:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.664 2014/09/20 
06:47:39 graaff Exp $
+
+*ruby-2.0.0_p576 (20 Sep 2014)
+
+  20 Sep 2014; Hans de Graaff gra...@gentoo.org +ruby-2.0.0_p576.ebuild:
+  Version bump.
 
   21 Aug 2014; Hans de Graaff gra...@gentoo.org ruby-1.9.3_p547.ebuild,
   ruby-2.0.0_p481.ebuild, ruby-2.1.2.ebuild:



1.1  dev-lang/ruby/ruby-2.0.0_p576.ebuild

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

Index: ruby-2.0.0_p576.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p576.ebuild,v 1.1 
2014/09/20 06:47:39 graaff Exp $

EAPI=5

#PATCHSET=1

inherit autotools eutils flag-o-matic multilib versionator

RUBYPL=$(get_version_component_range 4)

MY_P=${PN}-$(get_version_component_range 1-3)-${RUBYPL:-0}
S=${WORKDIR}/${MY_P}

SLOT=$(get_version_component_range 1-2)
MY_SUFFIX=$(delete_version_separator 1 ${SLOT})
RUBYVERSION=2.0.0

if [[ -n ${PATCHSET} ]]; then
if [[ ${PVR} == ${PV} ]]; then
PATCHSET=${PV}-r0.${PATCHSET}
else
PATCHSET=${PVR}.${PATCHSET}
fi
else
PATCHSET=${PVR}
fi

DESCRIPTION=An object-oriented scripting language
HOMEPAGE=http://www.ruby-lang.org/;
SRC_URI=mirror://ruby/2.0/${MY_P}.tar.bz2
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;

LICENSE=|| ( Ruby-BSD BSD-2 )
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
IUSE=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
ssl? ( dev-libs/openssl )
socks5? ( =net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses )
readline?  ( sys-libs/readline )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib
=app-admin/eselect-ruby-20100402
!dev-ruby/rdoc-3.9.4
!dev-ruby/rubygems-1.8.10-r1

DEPEND=${RDEPEND}
PDEPEND=
virtual/rubygems:ruby20
=dev-ruby/json-1.7.7[ruby_targets_ruby20]
=dev-ruby/rake-0.9.6[ruby_targets_ruby20]
rdoc? ( =dev-ruby/rdoc-4.0.0[ruby_targets_ruby20] )
xemacs? ( app-xemacs/ruby-modes )

src_prepare() {
EPATCH_FORCE=yes EPATCH_SUFFIX=patch \
epatch ${WORKDIR}/patches

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
# rubygems, but remove the bits that would cause a file collision.
einfo Unbundling gems...
cd $S
rm -r \
{bin,lib}/rake lib/rake.rb man/rake.1 \
bin/gem || die removal failed

# Fix a hardcoded lib path in configure script
sed -i -e s:\(RUBY_LIB_PREFIX=\\${prefix}/\)lib:\1$(get_libdir): \
configure.in || die sed failed

eautoreconf
}

src_configure() {
local myconf=

# The Tk module can no longer be built because the module code is no
# longer compatible with newer stable versions.
# https://bugs.gentoo.org/show_bug.cgi?id=500894
local modules=tk

# -fomit-frame-pointer makes ruby segfault, see bug #150413.
filter-flags -fomit-frame-pointer
# In many places aliasing rules are broken; play it safe
# as it's risky with newer compilers to leave it as it is.

[gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-2.1.3.ebuild

2014-09-20 Thread Hans de Graaff (graaff)
graaff  14/09/20 07:18:17

  Modified: ChangeLog
  Added:ruby-2.1.3.ebuild
  Log:
  Version bump: 
https://www.ruby-lang.org/en/news/2014/09/19/ruby-2-1-3-is-released/
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.665dev-lang/ruby/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.665view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.665content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.664r2=1.665

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
retrieving revision 1.664
retrieving revision 1.665
diff -u -r1.664 -r1.665
--- ChangeLog   20 Sep 2014 06:47:39 -  1.664
+++ ChangeLog   20 Sep 2014 07:18:17 -  1.665
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/ruby
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.664 2014/09/20 
06:47:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.665 2014/09/20 
07:18:17 graaff Exp $
+
+*ruby-2.1.3 (20 Sep 2014)
+
+  20 Sep 2014; Hans de Graaff gra...@gentoo.org +ruby-2.1.3.ebuild:
+  Version bump:
+  https://www.ruby-lang.org/en/news/2014/09/19/ruby-2-1-3-is-released/
 
 *ruby-2.0.0_p576 (20 Sep 2014)
 



1.1  dev-lang/ruby/ruby-2.1.3.ebuild

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

Index: ruby-2.1.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.3.ebuild,v 1.1 
2014/09/20 07:18:17 graaff Exp $

EAPI=5

#PATCHSET=1

inherit autotools eutils flag-o-matic multilib versionator

RUBYPL=$(get_version_component_range 4)

MY_P=${PN}-$(get_version_component_range 1-3)
#MY_P=${PN}-$(get_version_component_range 1-3)-${RUBYPL:-0}
S=${WORKDIR}/${MY_P}

SLOT=$(get_version_component_range 1-2)
MY_SUFFIX=$(delete_version_separator 1 ${SLOT})
RUBYVERSION=2.1.0

if [[ -n ${PATCHSET} ]]; then
if [[ ${PVR} == ${PV} ]]; then
PATCHSET=${PV}-r0.${PATCHSET}
else
PATCHSET=${PVR}.${PATCHSET}
fi
else
PATCHSET=${PVR}
fi

DESCRIPTION=An object-oriented scripting language
HOMEPAGE=http://www.ruby-lang.org/;
SRC_URI=mirror://ruby/2.1/${MY_P}.tar.bz2
 
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;

LICENSE=|| ( Ruby-BSD BSD-2 )
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd
IUSE=berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs 
ncurses +readline

RDEPEND=
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
ssl? ( dev-libs/openssl )
socks5? ( =net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses )
readline?  ( sys-libs/readline )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib
=app-admin/eselect-ruby-20131227
!dev-ruby/rdoc-3.9.4
!dev-ruby/rubygems-1.8.10-r1

DEPEND=${RDEPEND}
PDEPEND=
virtual/rubygems:ruby21
=dev-ruby/json-1.8.1[ruby_targets_ruby21]
=dev-ruby/rake-0.9.6[ruby_targets_ruby21]
rdoc? ( =dev-ruby/rdoc-4.0.1[ruby_targets_ruby21] )
xemacs? ( app-xemacs/ruby-modes )

src_prepare() {
EPATCH_FORCE=yes EPATCH_SUFFIX=patch \
epatch ${WORKDIR}/patches

# We can no longer unbundle all of rake because rubygems now depends
# on this. We leave the actual rake code around to bootstrap
# rubygems, but remove the bits that would cause a file collision.
einfo Unbundling gems...
cd $S
rm -r \
{bin,lib}/rake lib/rake.rb man/rake.1 \
bin/gem || die removal failed

# Fix a hardcoded lib path in configure script
sed -i -e s:\(RUBY_LIB_PREFIX=\\${prefix}/\)lib:\1$(get_libdir): \
configure.in || die sed failed

eautoreconf
}

src_configure() {
local myconf=

# The Tk module can no longer be built because the module code is no
# longer compatible with newer stable versions.
# https://bugs.gentoo.org/show_bug.cgi?id=500894
local modules=tk

# -fomit-frame-pointer makes ruby segfault, see bug #150413.
filter-flags -fomit-frame-pointer
# In many places aliasing rules are broken; play it safe
# as it's 

[gentoo-commits] gentoo-x86 commit in dev-ruby/asciidoctor: ChangeLog asciidoctor-1.5.1.ebuild

2014-09-20 Thread Hans de Graaff (graaff)
graaff  14/09/21 05:44:49

  Modified: ChangeLog
  Added:asciidoctor-1.5.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/asciidoctor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   15 Aug 2014 08:32:21 -  1.4
+++ ChangeLog   21 Sep 2014 05:44:49 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/asciidoctor
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.4 
2014/08/15 08:32:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.5 
2014/09/21 05:44:49 graaff Exp $
+
+*asciidoctor-1.5.1 (21 Sep 2014)
+
+  21 Sep 2014; Hans de Graaff gra...@gentoo.org +asciidoctor-1.5.1.ebuild:
+  Version bump.
 
 *asciidoctor-1.5.0-r1 (15 Aug 2014)
 



1.1  dev-ruby/asciidoctor/asciidoctor-1.5.1.ebuild

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

Index: asciidoctor-1.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.1.ebuild,v 1.1 
2014/09/21 05:44:49 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20

RUBY_FAKEGEM_TASK_TEST=test features
RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.adoc README.adoc

RUBY_FAKEGEM_EXTRAINSTALL=data

inherit ruby-fakegem

DESCRIPTION=Processor for converting AsciiDoc source files or strings into 
HTML 5, DocBook 4.5 and other formats
HOMEPAGE=https://github.com/asciidoctor/asciidoctor;
SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

ruby_add_bdepend test? (
dev-util/cucumber
dev-ruby/coderay
dev-ruby/erubis
dev-ruby/haml
dev-ruby/nokogiri
dev-ruby/slim
dev-ruby/tilt )

all_ruby_prepare() {
rm Gemfile || die
}

all_ruby_install() {
all_fakegem_install

doman man/asciidoctor.1
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/bunny: ChangeLog bunny-1.4.1.ebuild

2014-09-22 Thread Hans de Graaff (graaff)
graaff  14/09/23 05:24:14

  Modified: ChangeLog
  Added:bunny-1.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.33 dev-ruby/bunny/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bunny/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   16 Aug 2014 06:19:07 -  1.32
+++ ChangeLog   23 Sep 2014 05:24:14 -  1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bunny
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.32 2014/08/16 
06:19:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/ChangeLog,v 1.33 2014/09/23 
05:24:14 graaff Exp $
+
+*bunny-1.4.1 (23 Sep 2014)
+
+  23 Sep 2014; Hans de Graaff gra...@gentoo.org +bunny-1.4.1.ebuild:
+  Version bump.
 
 *bunny-1.4.0 (16 Aug 2014)
 



1.1  dev-ruby/bunny/bunny-1.4.1.ebuild

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

Index: bunny-1.4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bunny/bunny-1.4.1.ebuild,v 1.1 
2014/09/23 05:24:14 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=

# Tests require a live AMQP server.
RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_EXTRADOC=ChangeLog.md README.md

inherit ruby-fakegem

DESCRIPTION=Another synchronous Ruby AMQP client
HOMEPAGE=http://github.com/celldee/bunny;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

ruby_add_rdepend =dev-ruby/amq-protocol-1.9.2

all_ruby_install() {
all_fakegem_install

insinto /usr/share/doc/${PF}
doins -r examples || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/tidy_table: ChangeLog tidy_table-0.0.5-r4.ebuild

2014-09-22 Thread Hans de Graaff (graaff)
graaff  14/09/23 05:41:07

  Modified: ChangeLog
  Added:tidy_table-0.0.5-r4.ebuild
  Log:
  Version bump. Avoid deprecated hoe invocation.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.19 dev-ruby/tidy_table/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy_table/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy_table/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tidy_table/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tidy_table/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   5 Aug 2014 16:00:27 -   1.18
+++ ChangeLog   23 Sep 2014 05:41:07 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/tidy_table
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy_table/ChangeLog,v 1.18 
2014/08/05 16:00:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy_table/ChangeLog,v 1.19 
2014/09/23 05:41:07 graaff Exp $
+
+*tidy_table-0.0.5-r4 (23 Sep 2014)
+
+  23 Sep 2014; Hans de Graaff gra...@gentoo.org +tidy_table-0.0.5-r4.ebuild:
+  Version bump. Avoid deprecated hoe invocation.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org tidy_table-0.0.5-r2.ebuild,
   tidy_table-0.0.5-r3.ebuild:



1.1  dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild

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

Index: tidy_table-0.0.5-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/tidy_table/tidy_table-0.0.5-r4.ebuild,v 1.1 
2014/09/23 05:41:07 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_RECIPE_DOC=rdoc

RUBY_FAKEGEM_DOCDIR=doc

RUBY_FAKEGEM_EXTRADOC=History.txt README.txt

inherit ruby-fakegem

DESCRIPTION=Tool to convert an array of struct into an HTML table
HOMEPAGE=http://seattlerb.rubyforge.org/tidy_table;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

all_ruby_prepare() {
# Remove reference to RSpec 1
sed -i -e '/spec/d' spec/spec_helper.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ffi: ChangeLog ffi-1.9.4.ebuild

2014-09-24 Thread Hans de Graaff (graaff)
graaff  14/09/24 06:47:06

  Modified: ChangeLog
  Added:ffi-1.9.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.75 dev-ruby/ffi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ffi/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   19 Sep 2014 09:28:13 -  1.74
+++ ChangeLog   24 Sep 2014 06:47:06 -  1.75
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.74 2014/09/19 
09:28:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.75 2014/09/24 
06:47:06 graaff Exp $
+
+*ffi-1.9.4 (24 Sep 2014)
+
+  24 Sep 2014; Hans de Graaff gra...@gentoo.org +ffi-1.9.4.ebuild:
+  Version bump.
 
   19 Sep 2014; Jeroen Roovers j...@gentoo.org ffi-1.9.3.ebuild:
   Stable for HPPA (bug #523186).



1.1  dev-ruby/ffi/ffi-1.9.4.ebuild

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

Index: ffi-1.9.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.4.ebuild,v 1.1 
2014/09/24 06:47:06 graaff Exp $

EAPI=5

# jruby → unneeded, this is part of the standard JRuby distribution, and
# would just install a dummy.
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_TEST=specs

RUBY_FAKEGEM_TASK_DOC=doc:yard
RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION=Ruby extension for programmatically loading dynamic libraries
HOMEPAGE=http://wiki.github.com/ffi/ffi;

SRC_URI=http://github.com/${PN}/${PN}/archive/${PV}.tar.gz - 
${PN}-git-${PV}.tgz

IUSE=
LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris

RDEPEND+= virtual/libffi
DEPEND+= virtual/libffi

ruby_add_bdepend dev-ruby/rake-compiler dev-ruby/yard
test? ( dev-ruby/rspec:2 )

ruby_add_rdepend virtual/ruby-threads

all_ruby_prepare() {
sed -i -e '/tasks/ s:^:#:' \
-e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die

# Fix Makefile for tests
sed -i -e '/CCACHE :=/ s:^:#:' \
-e 's/-O2//' \
-e 's/^CFLAGS =/CFLAGS +=/' libtest/GNUmakefile || die
}

each_ruby_compile() {
${RUBY} -S rake compile || die compile failed
${RUBY} -S rake -f gen/Rakefile || die types.conf generation failed
}

each_ruby_test() {
CC=$(tc-getCC) CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} ${RUBY} -S rake 
specs || die
}

all_ruby_install() {
all_fakegem_install

docinto examples
dodoc samples/*
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ammeter: ChangeLog ammeter-0.2.9-r1.ebuild

2014-09-24 Thread Hans de Graaff (graaff)
graaff  14/09/24 07:21:25

  Modified: ChangeLog ammeter-0.2.9-r1.ebuild
  Log:
  Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 dev-ruby/ammeter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   27 May 2014 07:42:17 -  1.14
+++ ChangeLog   24 Sep 2014 07:21:25 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ammeter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ChangeLog,v 1.14 
2014/05/27 07:42:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ChangeLog,v 1.15 
2014/09/24 07:21:25 graaff Exp $
+
+  24 Sep 2014; Hans de Graaff gra...@gentoo.org ammeter-0.2.9-r1.ebuild:
+  Add ruby21.
 
 *ammeter-0.2.9-r1 (27 May 2014)
 



1.2  dev-ruby/ammeter/ammeter-0.2.9-r1.ebuild

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

Index: ammeter-0.2.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ammeter-0.2.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ammeter-0.2.9-r1.ebuild 27 May 2014 07:42:17 -  1.1
+++ ammeter-0.2.9-r1.ebuild 24 Sep 2014 07:21:25 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ammeter-0.2.9-r1.ebuild,v 
1.1 2014/05/27 07:42:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ammeter/ammeter-0.2.9-r1.ebuild,v 
1.2 2014/09/24 07:21:25 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_TASK_DOC=
 RUBY_FAKEGEM_RECIPE_TEST=rspec
@@ -56,6 +56,9 @@
 
# Specs are not compatible with Rails 4.1
sed -i -e '23i   s.add_development_dependency rails, 4.1' 
${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Avoid spec that returns a different but valid response on ruby21
+   sed -e '/when the file is not there/,/^  end/ s:^:#:' -i 
spec/ammeter/rspec/generator/matchers/contain_spec.rb || die
 }
 
 each_ruby_test() {






[gentoo-commits] gentoo-x86 commit in dev-ruby/rspec-rails: ChangeLog rspec-rails-2.99.0.ebuild

2014-09-24 Thread Hans de Graaff (graaff)
graaff  14/09/24 07:21:44

  Modified: ChangeLog rspec-rails-2.99.0.ebuild
  Log:
  Add ruby21.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.79 dev-ruby/rspec-rails/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-rails/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-rails/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec-rails/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   16 Aug 2014 14:11:55 -  1.78
+++ ChangeLog   24 Sep 2014 07:21:44 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rspec-rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.78 
2014/08/16 14:11:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/ChangeLog,v 1.79 
2014/09/24 07:21:44 graaff Exp $
+
+  24 Sep 2014; Hans de Graaff gra...@gentoo.org rspec-rails-2.99.0.ebuild:
+  Add ruby21.
 
   16 Aug 2014; Manuel Rüger mr...@gentoo.org -rspec-rails-2.13.2.ebuild:
   Cleanup old.



1.2  dev-ruby/rspec-rails/rspec-rails-2.99.0.ebuild

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

Index: rspec-rails-2.99.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.99.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rspec-rails-2.99.0.ebuild   9 Jun 2014 07:33:17 -   1.1
+++ rspec-rails-2.99.0.ebuild   24 Sep 2014 07:21:44 -  1.2
@@ -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/rspec-rails/rspec-rails-2.99.0.ebuild,v 1.1 
2014/06/09 07:33:17 graaff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/rspec-rails/rspec-rails-2.99.0.ebuild,v 1.2 
2014/09/24 07:21:44 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_RECIPE_TEST=rspec
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/capybara: ChangeLog capybara-2.2.1.ebuild

2014-09-25 Thread Hans de Graaff (graaff)
graaff  14/09/25 07:00:27

  Modified: ChangeLog capybara-2.2.1.ebuild
  Log:
  Add ruby21, fixing bug 523664.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.22 dev-ruby/capybara/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   5 Aug 2014 16:00:59 -   1.21
+++ ChangeLog   25 Sep 2014 07:00:27 -  1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/capybara
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.21 
2014/08/05 16:00:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.22 
2014/09/25 07:00:27 graaff Exp $
+
+  25 Sep 2014; Hans de Graaff gra...@gentoo.org capybara-2.2.1.ebuild:
+  Add ruby21, fixing bug 523664.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org capybara-1.1.4.ebuild,
   capybara-2.2.1.ebuild:



1.3  dev-ruby/capybara/capybara-2.2.1.ebuild

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

Index: capybara-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- capybara-2.2.1.ebuild   5 Aug 2014 16:00:59 -   1.2
+++ capybara-2.2.1.ebuild   25 Sep 2014 07:00:27 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-2.2.1.ebuild,v 
1.2 2014/08/05 16:00:59 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-2.2.1.ebuild,v 
1.3 2014/09/25 07:00:27 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_EXTRADOC=History.md README.md
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: ChangeLog bundler-1.7.3.ebuild

2014-09-27 Thread Hans de Graaff (graaff)
graaff  14/09/27 08:32:37

  Modified: ChangeLog
  Added:bundler-1.7.3.ebuild
  Log:
  Version bump for security bug 523798.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.67 dev-ruby/bundler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   15 Aug 2014 17:03:27 -  1.66
+++ ChangeLog   27 Sep 2014 08:32:37 -  1.67
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.66 
2014/08/15 17:03:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.67 
2014/09/27 08:32:37 graaff Exp $
+
+*bundler-1.7.3 (27 Sep 2014)
+
+  27 Sep 2014; Hans de Graaff gra...@gentoo.org +bundler-1.7.3.ebuild:
+  Version bump for security bug 523798.
 
   15 Aug 2014; Raúl Porcel armi...@gentoo.org bundler-1.3.5.ebuild,
   bundler-1.3.5-r1.ebuild, bundler-1.3.6.ebuild:



1.1  dev-ruby/bundler/bundler-1.7.3.ebuild

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

Index: bundler-1.7.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.3.ebuild,v 1.1 
2014/09/27 08:32:37 graaff Exp $

EAPI=5

# jruby → Many tests fail and test suite hangs.
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

# No documentation task
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=README.md CHANGELOG.md ISSUES.md UPGRADING.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=An easy way to vendor gem dependencies
HOMEPAGE=http://github.com/carlhuda/bundler;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend virtual/rubygems

ruby_add_bdepend test? ( app-text/ronn )

RDEPEND+= dev-vcs/git
DEPEND+= test? ( dev-vcs/git )

all_ruby_prepare() {
# Bundler only supports running the specs from git:
# http://github.com/carlhuda/bundler/issues/issue/738
sed -i -e '/when Bundler is bundled/,/^  end/ s:^:#:' 
spec/runtime/setup_spec.rb || die

# Fails randomly and no clear cause can be found. Might be related
# to bug 346357. This was broken in previous releases without a
# failing spec, so patch out this spec for now since it is not a
# regression.
sed -i -e '/works when you bundle exec bundle/,/^  end/ s:^:#:' 
spec/install/deploy_spec.rb || die

# Remove unneeded git dependency from gemspec, which we need to use
# for bug 491826
sed -i -e '/files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die

# Remove security policy specs since the certificate that it uses
# expired 2014-02-04
#rm spec/install/security_policy_spec.rb || die

# Avoid specs that are not compatible with all rspec versions.
sed -e '/has no malformed whitespace/,/^  end/ s:^:#:' \
-e '/uses double-quotes consistently/,/^  end/ s:^:#:' \
-i spec/quality_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/simplecov: ChangeLog simplecov-0.9.1.ebuild

2014-09-28 Thread Hans de Graaff (graaff)
graaff  14/09/28 06:13:38

  Modified: ChangeLog
  Added:simplecov-0.9.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.10 dev-ruby/simplecov/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   27 Jul 2014 07:03:53 -  1.9
+++ ChangeLog   28 Sep 2014 06:13:38 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/simplecov
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/ChangeLog,v 1.9 
2014/07/27 07:03:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/ChangeLog,v 1.10 
2014/09/28 06:13:38 graaff Exp $
+
+*simplecov-0.9.1 (28 Sep 2014)
+
+  28 Sep 2014; Hans de Graaff gra...@gentoo.org +simplecov-0.9.1.ebuild:
+  Version bump.
 
 *simplecov-0.9.0 (27 Jul 2014)
 



1.1  dev-ruby/simplecov/simplecov-0.9.1.ebuild

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

Index: simplecov-0.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simplecov/simplecov-0.9.1.ebuild,v 
1.1 2014/09/28 06:13:38 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_TASK_DOC=

inherit ruby-fakegem

DESCRIPTION=Code coverage with a configuration library and automatic merging 
of coverage across test suites
HOMEPAGE=https://www.ruby-toolbox.com/projects/simplecov 
https://github.com/colszowka/simplecov;
LICENSE=MIT

KEYWORDS=~amd64
SLOT=0.8
IUSE=doc

ruby_add_rdepend =dev-ruby/multi_json-1.0
dev-ruby/simplecov-html:0.8
=dev-ruby/docile-1.1.0

ruby_add_bdepend test? (
dev-ruby/rspec
dev-ruby/shoulda
dev-ruby/test-unit:2
dev-util/cucumber
dev-util/aruba
dev-ruby/capybara
)

all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' test/helper.rb features/support/env.rb 
|| die

# Avoid currently failing test, needs further research.
rm test/test_merge_helpers.rb || die
}

each_ruby_test() {
ruby-ng_testrb-2 -Ilib test/test_*.rb

#   ${RUBY} -S cucumber features || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/zentest: ChangeLog zentest-4.11.0.ebuild

2014-09-29 Thread Hans de Graaff (graaff)
graaff  14/09/29 06:23:45

  Modified: ChangeLog
  Added:zentest-4.11.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.148dev-ruby/zentest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/ChangeLog?rev=1.148view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/ChangeLog?rev=1.148content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/ChangeLog?r1=1.147r2=1.148

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog   15 Aug 2014 17:23:56 -  1.147
+++ ChangeLog   29 Sep 2014 06:23:45 -  1.148
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/zentest
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v 1.147 
2014/08/15 17:23:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v 1.148 
2014/09/29 06:23:45 graaff Exp $
+
+*zentest-4.11.0 (29 Sep 2014)
+
+  29 Sep 2014; Hans de Graaff gra...@gentoo.org +zentest-4.11.0.ebuild:
+  Version bump.
 
   15 Aug 2014; Raúl Porcel armi...@gentoo.org zentest-4.9.5.ebuild:
   sparc stable, bug #490180



1.1  dev-ruby/zentest/zentest-4.11.0.ebuild

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

Index: zentest-4.11.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/zentest/zentest-4.11.0.ebuild,v 1.1 
2014/09/29 06:23:45 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_NAME=ZenTest

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.txt History.txt example.txt example1.rb 
example2.rb example_dot_autotest.rb

inherit ruby-fakegem

DESCRIPTION=ZenTest provides tools to support testing: zentest, unit_diff, 
autotest, multiruby, and Test::Rails
HOMEPAGE=https://github.com/seattlerb/zentest;
LICENSE=Ruby

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
SLOT=0
IUSE=

ruby_add_bdepend 
test? (
=dev-ruby/hoe-2.10
dev-ruby/hoe-seattlerb
dev-ruby/minitest:5
)






[gentoo-commits] gentoo-x86 commit in dev-ruby/launchy/files: launchy-2.4.2-drop-failing-test.patch

2014-09-29 Thread Hans de Graaff (graaff)
graaff  14/09/29 18:15:22

  Added:launchy-2.4.2-drop-failing-test.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  
dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/files/launchy-2.4.2-drop-failing-test.patch?rev=1.1content-type=text/plain

Index: launchy-2.4.2-drop-failing-test.patch
===
diff --git a/spec/applications/browser_spec.rb 
b/spec/applications/browser_spec.rb
index 8cfa8e7..3886ce3 100644
--- a/spec/applications/browser_spec.rb
+++ b/spec/applications/browser_spec.rb
@@ -12,20 +12,7 @@ describe Launchy::Application::Browser do
 ENV.delete( 'KDE_FULL_SESSION' )
 ENV.delete( 'BROWSER' )
   end
 
-  { 'windows' = 'start launchy /b' ,
-'darwin'  = '/usr/bin/open',
-'cygwin'  = 'cmd /C start launchy /b',
-
-# when running these tests on a linux box, this test will fail
-'linux'   = nil }.each  do |host_os, cmdline|
-it when host_os is '#{host_os}' the appropriate 'app_list' method is 
called do
-  Launchy.host_os = host_os
-  browser = Launchy::Application::Browser.new
-  browser.app_list.first.must_equal cmdline
-end
-  end
-
   %w[ linux windows darwin cygwin ].each do |host_os|
 it the BROWSER environment variable overrides any host defaults on 
'#{host_os}' do
   ENV['BROWSER'] = my_special_browser --new-tab '%s'






[gentoo-commits] gentoo-x86 commit in dev-ruby/launchy: ChangeLog launchy-2.4.2.ebuild

2014-09-29 Thread Hans de Graaff (graaff)
graaff  14/09/29 18:15:23

  Modified: ChangeLog
  Added:launchy-2.4.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/launchy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/launchy/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   5 Jun 2014 06:24:59 -   1.3
+++ ChangeLog   29 Sep 2014 18:15:22 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/launchy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/launchy/ChangeLog,v 1.3 2014/06/05 
06:24:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/launchy/ChangeLog,v 1.4 2014/09/29 
18:15:22 graaff Exp $
+
+*launchy-2.4.2 (29 Sep 2014)
+
+  29 Sep 2014; Hans de Graaff gra...@gentoo.org +launchy-2.4.2.ebuild,
+  +files/launchy-2.4.2-drop-failing-test.patch:
+  Version bump.
 
   05 Jun 2014; Hans de Graaff gra...@gentoo.org launchy-2.3.0-r1.ebuild:
   Add ruby21.



1.1  dev-ruby/launchy/launchy-2.4.2.ebuild

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

Index: launchy-2.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/launchy/launchy-2.4.2.ebuild,v 1.1 
2014/09/29 18:15:22 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=README.md HISTORY.md

inherit ruby-fakegem

DESCRIPTION=Helper class for launching cross-platform applications
HOMEPAGE=http://copiousfreetime.rubyforge.org/launchy/;

LICENSE=ISC

SLOT=0
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend =dev-ruby/addressable-2.3

ruby_add_bdepend test? ( =dev-ruby/minitest-5.0:5 )

# This test is expected to fail on linux, drop it
RUBY_PATCHES=( ${FILESDIR}/${P}-drop-failing-test.patch )

all_ruby_prepare() {
sed -i -e /[Ss]implecov/d spec/spec_helper.rb || die

# Avoid tests depending on the current user's desktop environment.
sed -e '/returns NotFound if it cannot determine/askip gentoo' \
-i spec/detect/nix_desktop_environment_spec.rb || die
sed -e '/asssumes we open a local file if we have an exception/askip 
gentoo' \
-i spec/launchy_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in www-apache/passenger: ChangeLog passenger-4.0.45.ebuild passenger-4.0.44.ebuild passenger-4.0.42.ebuild passenger-4.0.46.ebuild

2014-09-29 Thread Hans de Graaff (graaff)
graaff  14/09/30 04:30:00

  Modified: ChangeLog
  Removed:  passenger-4.0.45.ebuild passenger-4.0.44.ebuild
passenger-4.0.42.ebuild passenger-4.0.46.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.100www-apache/passenger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.100view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.100content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?r1=1.99r2=1.100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   23 Aug 2014 06:45:00 -  1.99
+++ ChangeLog   30 Sep 2014 04:30:00 -  1.100
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/passenger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.99 
2014/08/23 06:45:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.100 
2014/09/30 04:30:00 graaff Exp $
+
+  30 Sep 2014; Hans de Graaff gra...@gentoo.org -passenger-4.0.42.ebuild,
+  -passenger-4.0.44.ebuild, -passenger-4.0.45.ebuild, -passenger-4.0.46.ebuild:
+  Cleanup.
 
 *passenger-4.0.49 (23 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in www-apache/passenger: ChangeLog passenger-4.0.52.ebuild

2014-09-29 Thread Hans de Graaff (graaff)
graaff  14/09/30 04:46:38

  Modified: ChangeLog
  Added:passenger-4.0.52.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.101www-apache/passenger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   30 Sep 2014 04:30:00 -  1.100
+++ ChangeLog   30 Sep 2014 04:46:38 -  1.101
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/passenger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.100 
2014/09/30 04:30:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.101 
2014/09/30 04:46:38 graaff Exp $
+
+*passenger-4.0.52 (30 Sep 2014)
+
+  30 Sep 2014; Hans de Graaff gra...@gentoo.org +passenger-4.0.52.ebuild:
+  Version bump.
 
   30 Sep 2014; Hans de Graaff gra...@gentoo.org -passenger-4.0.42.ebuild,
   -passenger-4.0.44.ebuild, -passenger-4.0.45.ebuild, -passenger-4.0.46.ebuild:



1.1  www-apache/passenger/passenger-4.0.52.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.52.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.52.ebuild?rev=1.1content-type=text/plain

Index: passenger-4.0.52.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.52.ebuild,v 1.1 
2014/09/30 04:46:38 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs

DESCRIPTION=Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails 
applications a breeze
HOMEPAGE=http://modrails.com/;
SRC_URI=http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug

ruby_add_bdepend dev-ruby/rake

ruby_add_rdepend 
=dev-ruby/daemon_controller-1.2.0
=dev-ruby/rack-1.0.0
=dev-ruby/rake-0.8.1

CDEPEND==dev-libs/libev-4.15 net-misc/curl[ssl]
www-servers/apache[apache2_modules_unixd(+)]

RDEPEND=${RDEPEND} ${CDEPEND}
DEPEND=${DEPEND} ${CDEPEND}

APACHE2_MOD_CONF=30_mod_${PN}-4.0.0 30_mod_${PN}
APACHE2_MOD_DEFINE=PASSENGER

need_apache2

pkg_setup() {
use debug  append-flags -DPASSENGER_DEBUG
}

all_ruby_prepare() {
epatch ${FILESDIR}/${PN}-4.0.49-gentoo.patch

# Change these with sed instead of a patch so that we can easily use
# the toolchain-funcs methods.
sed -i -e s/gcc/$(tc-getCC)/ \
-e s/g++/$(tc-getCXX)/ \
-e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die

# Avoid fixed debugging CFLAGs.
sed -e '/debugging_cflags/areturn ' -i 
lib/phusion_passenger/platform_info/compiler.rb || die

# Use sed here so that we can dynamically set the documentation 
directory.
sed -i -e s:/usr/share/doc/passenger:/usr/share/doc/${P}: \
-e 
s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:
 \
-e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: \
lib/phusion_passenger.rb || die
sed -i -e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: 
ext/common/ResourceLocator.h || die

# Don't install a tool that won't work in our setup.
sed -i -e '/passenger-install-apache2-module/d' 
lib/phusion_passenger/packaging.rb || die
rm -f bin/passenger-install-apache2-module || die Unable to remove 
unneeded install script.

# Make sure we use the system-provided version.
rm -rf ext/libev || die Unable to remove vendored libev.

# Avoid building documentation to avoid a dependency on mizuho.
#sed -i -e 's/, :doc//' build/packaging.rb || die
touch doc/*.html || die

# Use the correct arch-specific lib directory
sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' build/packaging.rb || die

# Fix hard-coded use of AR
sed -i -e s/ar cru/$(tc-getAR) cru/ build/cplusplus_support.rb || 
die
}

all_ruby_compile() {
V=1 EXTRA_LDFLAGS=${LDFLAGS} \

[gentoo-commits] gentoo-x86 commit in dev-ruby/safe_yaml: ChangeLog safe_yaml-1.0.4.ebuild

2014-09-29 Thread Hans de Graaff (graaff)
graaff  14/09/30 04:56:02

  Modified: ChangeLog
  Added:safe_yaml-1.0.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.15 dev-ruby/safe_yaml/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   15 Aug 2014 14:26:12 -  1.14
+++ ChangeLog   30 Sep 2014 04:56:02 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/safe_yaml
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.14 
2014/08/15 14:26:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/ChangeLog,v 1.15 
2014/09/30 04:56:02 graaff Exp $
+
+*safe_yaml-1.0.4 (30 Sep 2014)
+
+  30 Sep 2014; Hans de Graaff gra...@gentoo.org +safe_yaml-1.0.4.ebuild:
+  Version bump.
 
   15 Aug 2014; Anthony G. Basile bluen...@gentoo.org ChangeLog:
   Fix failed gpg signature



1.1  dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild

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

Index: safe_yaml-1.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/safe_yaml/safe_yaml-1.0.4.ebuild,v 
1.1 2014/09/30 04:56:02 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md
RUBY_FAKEGEM_RECIPE_TEST=none

inherit ruby-fakegem

DESCRIPTION=Parse YAML safely, without that pesky arbitrary object 
deserialization vulnerability
HOMEPAGE=https://dtao.github.com/safe_yaml;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64
IUSE=test

ruby_add_bdepend test? ( dev-ruby/hashie
dev-ruby/heredoc_unindent
dev-ruby/rspec:2 )

each_ruby_test() {
# Run specs with monkeypatch
${RUBY} -S rspec --tag ~libraries || die

# Running specs without monkeypatch
${RUBY} -S rspec --tag libraries || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby_parser: ChangeLog ruby_parser-3.6.3.ebuild

2014-09-29 Thread Hans de Graaff (graaff)
graaff  14/09/30 05:08:32

  Modified: ChangeLog
  Added:ruby_parser-3.6.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.65 dev-ruby/ruby_parser/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.65view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?rev=1.65content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby_parser/ChangeLog?r1=1.64r2=1.65

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   5 Aug 2014 16:00:30 -   1.64
+++ ChangeLog   30 Sep 2014 05:08:32 -  1.65
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby_parser
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.64 
2014/08/05 16:00:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.65 
2014/09/30 05:08:32 graaff Exp $
+
+*ruby_parser-3.6.3 (30 Sep 2014)
+
+  30 Sep 2014; Hans de Graaff gra...@gentoo.org +ruby_parser-3.6.3.ebuild:
+  Version bump.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org ruby_parser-2.3.1-r1.ebuild,
   ruby_parser-3.1.3.ebuild, ruby_parser-3.6.1.ebuild, ruby_parser-3.6.2.ebuild:



1.1  dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild

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

Index: ruby_parser-3.6.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-3.6.3.ebuild,v 1.1 
2014/09/30 05:08:32 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_TASK_DOC=docs
RUBY_FAKEGEM_DOCDIR=doc
RUBY_FAKEGEM_EXTRADOC=README.txt History.txt

inherit ruby-fakegem

DESCRIPTION=A ruby parser written in pure ruby
HOMEPAGE=https://github.com/seattlerb/ruby_parser;

LICENSE=MIT
SLOT=3
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend =dev-ruby/sexp_processor-4.1:4
!dev-ruby/ruby_parser-2.3.1-r1

ruby_add_bdepend doc? ( =dev-ruby/hoe-2.9.1 )
ruby_add_bdepend test? ( =dev-ruby/minitest-4.3 )

all_ruby_prepare() {
# Remove reference to perforce method that is not in a released
# version of hoe-seattlerb.
#sed -i -e '/perforce/d' Rakefile || die
sed -i -e '/license/d' Rakefile || die
sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
}

each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Disable tests failing on jruby related to //n regexp
# https://github.com/seattlerb/ruby_parser/issues/117
rm test/test_ruby_parser.rb || die
;;
esac
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/exifr: ChangeLog exifr-1.2.0.ebuild

2014-09-30 Thread Hans de Graaff (graaff)
graaff  14/10/01 05:39:44

  Modified: ChangeLog
  Added:exifr-1.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.35 dev-ruby/exifr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/exifr/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/exifr/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/exifr/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/exifr/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   25 Jul 2014 13:10:15 -  1.34
+++ ChangeLog   1 Oct 2014 05:39:44 -   1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/exifr
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/exifr/ChangeLog,v 1.34 2014/07/25 
13:10:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/exifr/ChangeLog,v 1.35 2014/10/01 
05:39:44 graaff Exp $
+
+*exifr-1.2.0 (01 Oct 2014)
+
+  01 Oct 2014; Hans de Graaff gra...@gentoo.org +exifr-1.2.0.ebuild:
+  Version bump.
 
   25 Jul 2014; Manuel Rüger mr...@gentoo.org exifr-1.1.3-r1.ebuild:
   Add ruby21 target.



1.1  dev-ruby/exifr/exifr-1.2.0.ebuild

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

Index: exifr-1.2.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/exifr/exifr-1.2.0.ebuild,v 1.1 
2014/10/01 05:39:44 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_DOCDIR=doc/api
RUBY_FAKEGEM_EXTRADOC=CHANGELOG README.rdoc

inherit ruby-fakegem

DESCRIPTION=A library to read EXIF info from JPEG and TIFF images
HOMEPAGE=http://exifr.rubyforge.org/;

# License is not specified in source distribution but is in the GitHub
# repository.
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=






[gentoo-commits] gentoo-x86 commit in dev-ruby/file-tail: ChangeLog file-tail-1.1.0.ebuild

2014-10-02 Thread Hans de Graaff (graaff)
graaff  14/10/02 06:21:21

  Modified: ChangeLog
  Added:file-tail-1.1.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.14 dev-ruby/file-tail/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   15 May 2014 01:11:34 -  1.13
+++ ChangeLog   2 Oct 2014 06:21:21 -   1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/file-tail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.13 
2014/05/15 01:11:34 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/file-tail/ChangeLog,v 1.14 
2014/10/02 06:21:21 graaff Exp $
+
+*file-tail-1.1.0 (02 Oct 2014)
+
+  02 Oct 2014; Hans de Graaff gra...@gentoo.org +file-tail-1.1.0.ebuild:
+  Version bump.
 
 *file-tail-1.0.12-r2 (15 May 2014)
 



1.1  dev-ruby/file-tail/file-tail-1.1.0.ebuild

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

Index: file-tail-1.1.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/file-tail/file-tail-1.1.0.ebuild,v 
1.1 2014/10/02 06:21:21 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_RECIPE_TEST=none

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_DOC_SOURCES=lib README.rdoc

RUBY_FAKEGEM_EXTRADOC=CHANGES README.rdoc

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=A small ruby library that allows it to 'tail' files in Ruby
HOMEPAGE=http://flori.github.com/file-tail;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

ruby_add_rdepend =dev-ruby/tins-1*
ruby_add_bdepend test? ( =dev-ruby/test-unit-2.5.1-r1 )

each_ruby_test() {
ruby-ng_testrb-2 -Ilib tests/*_test.rb
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/sprockets: ChangeLog sprockets-2.12.2.ebuild

2014-10-02 Thread Hans de Graaff (graaff)
graaff  14/10/02 12:21:02

  Modified: ChangeLog
  Added:sprockets-2.12.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.27 dev-ruby/sprockets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sprockets/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sprockets/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sprockets/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   4 Sep 2014 03:40:46 -   1.26
+++ ChangeLog   2 Oct 2014 12:21:02 -   1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/sprockets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/ChangeLog,v 1.26 
2014/09/04 03:40:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/ChangeLog,v 1.27 
2014/10/02 12:21:02 graaff Exp $
+
+*sprockets-2.12.2 (02 Oct 2014)
+
+  02 Oct 2014; Hans de Graaff gra...@gentoo.org +sprockets-2.12.2.ebuild:
+  Version bump.
 
   04 Sep 2014; Manuel Rüger mr...@gentoo.org sprockets-2.2.2-r1.ebuild:
   Add ruby21 target. Simplify deps.



1.1  dev-ruby/sprockets/sprockets-2.12.2.ebuild

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

Index: sprockets-2.12.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets/sprockets-2.12.2.ebuild,v 
1.1 2014/10/02 12:21:02 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_GEMSPEC=sprockets.gemspec

inherit ruby-fakegem versionator

DESCRIPTION=Ruby library for compiling and serving web assets
HOMEPAGE=https://github.com/sstephenson/sprockets;
SRC_URI=https://github.com/sstephenson/sprockets/archive/v${PV}.tar.gz - 
${P}-git.tgz

LICENSE=MIT
SLOT=$(get_version_component_range 1)
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris

IUSE=

ruby_add_rdepend 
=dev-ruby/hike-1* =dev-ruby/hike-1.2
=dev-ruby/multi_json-1*
=dev-ruby/rack-1*
=dev-ruby/tilt-1* =dev-ruby/tilt-1.3.1
!!dev-ruby/sprockets-2.2.2-r1:2.2

ruby_add_bdepend test? (
dev-ruby/json
dev-ruby/rack-test
=dev-ruby/coffee-script-2*
=dev-ruby/execjs-2*
=dev-ruby/sass-3* =dev-ruby/sass-3.1
)

all_ruby_prepare() {
# Avoid tests for template types that we currently don't package:
# eco and ejs.
sed -i -e '/eco templates/,/end/ s:^:#:' \
-e '/ejs templates/,/end/ s:^:#:' test/test_environment.rb || 
die

# Add missing 'json' require
sed -i -e '4irequire json' test/test_manifest.rb || die

# Avoid test breaking on specific javascript error being thrown,
# most likely due to using node instead of v8.
sed -i -e '/bundled asset cached if theres an error/,/^  end/ s:^:#:' 
test/test_environment.rb || die

# Require a newer version of execjs since we do not have this slotted.
sed -i -e '/execjs/ s/1.0/2.0/' ${RUBY_FAKEGEM_GEMSPEC} || die
}

each_ruby_prepare() {
sed -i -e s:ruby:${RUBY}: test/test_sprocketize.rb || die
}

each_ruby_test() {
# Make sure we have completely separate copies. Hardlinks won't work
# for this test suite.
cp -R test test-new || die
rm -rf test || die
mv test-new test || die

each_fakegem_test
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/rails: rails-4.0.10.ebuild ChangeLog

2014-10-02 Thread Hans de Graaff (graaff)
graaff  14/10/02 12:29:38

  Modified: rails-4.0.10.ebuild ChangeLog
  Log:
  Fix sprockets-rails dependency to match gemspec.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-ruby/rails/rails-4.0.10.ebuild

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

Index: rails-4.0.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rails-4.0.10.ebuild 12 Sep 2014 05:56:16 -  1.1
+++ rails-4.0.10.ebuild 2 Oct 2014 12:29:38 -   1.2
@@ -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/rails/rails-4.0.10.ebuild,v 1.1 
2014/09/12 05:56:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-4.0.10.ebuild,v 1.2 
2014/10/02 12:29:38 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -31,7 +31,7 @@
~dev-ruby/activesupport-${PV}
~dev-ruby/railties-${PV}
=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
-   =dev-ruby/sprockets-rails-2.0.0:2.0
+   =dev-ruby/sprockets-rails-2*
asset-pipeline? (
dev-ruby/jquery-rails
=dev-ruby/sass-rails-4.0.0:4.0



1.304dev-ruby/rails/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.304view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.304content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.303r2=1.304

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog   12 Sep 2014 06:27:56 -  1.303
+++ ChangeLog   2 Oct 2014 12:29:38 -   1.304
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.303 2014/09/12 
06:27:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.304 2014/10/02 
12:29:38 graaff Exp $
+
+  02 Oct 2014; Hans de Graaff gra...@gentoo.org rails-4.0.10.ebuild:
+  Fix sprockets-rails dependency to match gemspec.
 
 *rails-4.1.6 (12 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/fakefs: ChangeLog fakefs-0.6.0.ebuild

2014-10-02 Thread Hans de Graaff (graaff)
graaff  14/10/03 05:49:19

  Modified: ChangeLog
  Added:fakefs-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.52 dev-ruby/fakefs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.52view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.52content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?r1=1.51r2=1.52

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   26 Aug 2014 05:07:11 -  1.51
+++ ChangeLog   3 Oct 2014 05:49:19 -   1.52
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/fakefs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.51 2014/08/26 
05:07:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.52 2014/10/03 
05:49:19 graaff Exp $
+
+*fakefs-0.6.0 (03 Oct 2014)
+
+  03 Oct 2014; Hans de Graaff gra...@gentoo.org +fakefs-0.6.0.ebuild:
+  Version bump.
 
 *fakefs-0.5.3 (26 Aug 2014)
 



1.1  dev-ruby/fakefs/fakefs-0.6.0.ebuild

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

Index: fakefs-0.6.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/fakefs/fakefs-0.6.0.ebuild,v 1.1 
2014/10/03 05:49:19 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_RECIPE_TEST=none

# requires sdoc
RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRADOC=CONTRIBUTORS README.markdown

inherit ruby-fakegem eutils

DESCRIPTION=A fake filesystem. Use it in your tests
HOMEPAGE=http://github.com/defunkt/fakefs;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris
IUSE=

ruby_add_bdepend 
test? (
dev-ruby/rspec:2
=dev-ruby/test-unit-2.5.1-r1
)

all_ruby_prepare() {
# Remove bundler
rm Gemfile || die
}

each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Ignore failing tests: upstream is aware and doing the 
same
# on Travis.
rm test/fakefs_test.rb test/file/stat_test.rb || die
;;
*)
;;
esac
}

each_ruby_test() {
ruby-ng_rspec
ruby-ng_testrb-2 -Ilib:test test/**/*_test.rb
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/childprocess: ChangeLog childprocess-0.5.5.ebuild

2014-10-04 Thread Hans de Graaff (graaff)
graaff  14/10/04 06:20:28

  Modified: ChangeLog
  Added:childprocess-0.5.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.53 dev-ruby/childprocess/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.53view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?rev=1.53content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/childprocess/ChangeLog?r1=1.52r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   16 Aug 2014 14:01:49 -  1.52
+++ ChangeLog   4 Oct 2014 06:20:28 -   1.53
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/childprocess
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.52 
2014/08/16 14:01:49 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.53 
2014/10/04 06:20:28 graaff Exp $
+
+*childprocess-0.5.5 (04 Oct 2014)
+
+  04 Oct 2014; Hans de Graaff gra...@gentoo.org +childprocess-0.5.5.ebuild:
+  Version bump.
 
 *childprocess-0.5.3-r1 (16 Aug 2014)
 



1.1  dev-ruby/childprocess/childprocess-0.5.5.ebuild

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

Index: childprocess-0.5.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.5.5.ebuild,v 1.1 
2014/10/04 06:20:28 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_TASK_DOC=yard
RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=A simple and reliable solution for controlling external programs 
running in the background
HOMEPAGE=https://github.com/jarib/childprocess;

LICENSE=MIT
SLOT=2
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

ruby_add_bdepend doc? ( dev-ruby/yard dev-ruby/rspec:2 )

ruby_add_rdepend =dev-ruby/ffi-1.0.11

all_ruby_prepare() {
# Remove bundler support
rm Gemfile || die
sed -i -e /[Bb]undler/d Rakefile || die
sed -i -e /[Cc]overalls/d spec/spec_helper.rb || die
sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/webmock: ChangeLog webmock-1.19.0.ebuild

2014-10-04 Thread Hans de Graaff (graaff)
graaff  14/10/04 06:58:47

  Modified: ChangeLog
  Added:webmock-1.19.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.31 dev-ruby/webmock/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webmock/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webmock/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webmock/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webmock/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   15 Aug 2014 14:32:50 -  1.30
+++ ChangeLog   4 Oct 2014 06:58:47 -   1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/webmock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webmock/ChangeLog,v 1.30 
2014/08/15 14:32:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webmock/ChangeLog,v 1.31 
2014/10/04 06:58:47 graaff Exp $
+
+*webmock-1.19.0 (04 Oct 2014)
+
+  04 Oct 2014; Hans de Graaff gra...@gentoo.org +webmock-1.19.0.ebuild:
+  Version bump.
 
   15 Aug 2014; Anthony G. Basile bluen...@gentoo.org webmock-1.18.0.ebuild,
   webmock-1.7.4.ebuild:



1.1  dev-ruby/webmock/webmock-1.19.0.ebuild

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

Index: webmock-1.19.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/webmock/webmock-1.19.0.ebuild,v 1.1 
2014/10/04 06:58:47 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21 jruby

RUBY_FAKEGEM_TASK_TEST=test spec NO_CONNECTION=true

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md

inherit ruby-fakegem

DESCRIPTION=Allows stubbing HTTP requests and setting expectations on HTTP 
requests
HOMEPAGE=http://github.com/bblimke/webmock;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend =dev-ruby/addressable-2.3.6 =dev-ruby/crack-0.3.2

ruby_add_bdepend test? (
dev-ruby/rspec:2
=dev-ruby/httpclient-2.2.4
)

# These are not supported for jruby.
USE_RUBY=ruby19 ruby20 ruby_add_bdepend test? ( =dev-ruby/patron-0.4.18 
=dev-ruby/http-0.5.0 )

all_ruby_prepare() {
# Remove bundler support
rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die

# There is now optional support for curb and typhoeus which we don't
# have in Gentoo yet. em_http_request is available in Gentoo but its
# version is too old.
sed -i -e '/\(curb\|typhoeus\|em-http\)/d' spec/spec_helper.rb || die
rm spec/acceptance/{typhoeus,curb,excon,em_http_request}/* || die
}

each_ruby_prepare() {
case ${RUBY} in
*jruby)
sed -i -e '/http_gem/d' spec/spec_helper.rb || die
rm spec/acceptance/http_gem/* || die
;;
esac
}

each_ruby_test() {
each_fakegem_test

einfo Delay to allow the test server to stop
sleep 10
}






[gentoo-commits] gentoo-x86 commit in net-p2p/gtk-gnutella: ChangeLog gtk-gnutella-1.1.0.ebuild

2014-10-04 Thread Hans de Graaff (graaff)
graaff  14/10/04 07:20:11

  Modified: ChangeLog
  Removed:  gtk-gnutella-1.1.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.162net-p2p/gtk-gnutella/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.162view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?rev=1.162content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog?r1=1.161r2=1.162

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog   3 Sep 2014 05:53:33 -   1.161
+++ ChangeLog   4 Oct 2014 07:20:11 -   1.162
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/gtk-gnutella
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.161 
2014/09/03 05:53:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.162 
2014/10/04 07:20:11 graaff Exp $
+
+  04 Oct 2014; Hans de Graaff gra...@gentoo.org -gtk-gnutella-1.1.0.ebuild:
+  Cleanup.
 
 *gtk-gnutella-1.1.1 (03 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/compass-core: compass-core-1.0.1.ebuild metadata.xml ChangeLog

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 06:42:13

  Added:compass-core-1.0.1.ebuild metadata.xml ChangeLog
  Log:
  Initial import. New dependency for dev-ruby/compass.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/compass-core/compass-core-1.0.1.ebuild

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

Index: compass-core-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/compass-core/compass-core-1.0.1.ebuild,v 1.1 
2014/10/05 06:42:13 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_EXTRAINSTALL=data stylesheets templates

inherit ruby-fakegem versionator

DESCRIPTION=Compass Stylesheet Authoring Framework
HOMEPAGE=http://compass-style.org/;

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend 
=dev-ruby/multi_json-1.0
=dev-ruby/sass-3.3.0 dev-ruby/sass-3.5




1.1  dev-ruby/compass-core/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-core/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-core/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdruby/herd
maintainer
emailvikra...@gentoo.org/email
nameVikraman Choudhury (vikraman)/name
/maintainer
longdescription lang=en
Compass is a Sass-based Stylesheet Framework that streamlines 
the
creation and maintenance of CSS.
/longdescription
/pkgmetadata



1.1  dev-ruby/compass-core/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-core/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-core/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-ruby/compass-core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass-core/ChangeLog,v 1.1 
2014/10/05 06:42:13 graaff Exp $

*compass-core-1.0.1 (05 Oct 2014)

  05 Oct 2014; Hans de Graaff gra...@gentoo.org +compass-core-1.0.1.ebuild,
  +metadata.xml:
  Initial import. New dependency for dev-ruby/compass.







[gentoo-commits] gentoo-x86 commit in dev-ruby/compass-core: - New directory

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 06:41:46

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/compass-core added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/compass-import-once: - New directory

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 06:55:58

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/compass-import-once added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/compass-import-once: metadata.xml ChangeLog compass-import-once-1.0.5.ebuild

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 06:56:19

  Added:metadata.xml ChangeLog
compass-import-once-1.0.5.ebuild
  Log:
  Initial import. New dependency for dev-ruby/compass.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/compass-import-once/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-import-once/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-import-once/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdruby/herd
maintainer
emailvikra...@gentoo.org/email
nameVikraman Choudhury (vikraman)/name
/maintainer
longdescription lang=en
Compass is a Sass-based Stylesheet Framework that streamlines 
the
creation and maintenance of CSS.
/longdescription
/pkgmetadata



1.1  dev-ruby/compass-import-once/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-import-once/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-import-once/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-ruby/compass-import-once
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass-import-once/ChangeLog,v 1.1 
2014/10/05 06:56:19 graaff Exp $

*compass-import-once-1.0.5 (05 Oct 2014)

  05 Oct 2014; Hans de Graaff gra...@gentoo.org
  +compass-import-once-1.0.5.ebuild, +metadata.xml:
  Initial import. New dependency for dev-ruby/compass.




1.1  
dev-ruby/compass-import-once/compass-import-once-1.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-import-once/compass-import-once-1.0.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass-import-once/compass-import-once-1.0.5.ebuild?rev=1.1content-type=text/plain

Index: compass-import-once-1.0.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/compass-import-once/compass-import-once-1.0.5.ebuild,v
 1.1 2014/10/05 06:56:19 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

# Skip tests since they depend on sass-globbing which does not have a
# license and where the last version is known to be broken.
RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_EXTRAINSTALL=VERSION

inherit ruby-fakegem versionator

DESCRIPTION=Speed up your Sass compilation by making @import only import each 
file once
HOMEPAGE=http://compass-style.org/;

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend 
=dev-ruby/sass-3.2 dev-ruby/sass-3.5


all_ruby_prepare() {
sed -i -e '/bundler/I s:^:#:' Rakefile || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/compass: ChangeLog compass-0.12.7-r1.ebuild compass-1.0.1.ebuild

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 07:06:56

  Modified: ChangeLog
  Added:compass-0.12.7-r1.ebuild compass-1.0.1.ebuild
  Log:
  Version bump in new slot. Add revision for compass:0 as well to avoid file 
collisions upon installation.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/compass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   18 Aug 2014 05:48:14 -  1.3
+++ ChangeLog   5 Oct 2014 07:06:56 -   1.4
@@ -1,6 +1,14 @@
 # ChangeLog for dev-ruby/compass
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.3 2014/08/18 
05:48:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.4 2014/10/05 
07:06:56 graaff Exp $
+
+*compass-1.0.1 (05 Oct 2014)
+*compass-0.12.7-r1 (05 Oct 2014)
+
+  05 Oct 2014; Hans de Graaff gra...@gentoo.org +compass-0.12.7-r1.ebuild,
+  +compass-1.0.1.ebuild:
+  Version bump in new slot. Add revision for compass:0 as well to avoid file
+  collisions upon installation.
 
 *compass-0.12.7 (18 Aug 2014)
 



1.1  dev-ruby/compass/compass-0.12.7-r1.ebuild

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

Index: compass-0.12.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/compass-0.12.7-r1.ebuild,v 
1.1 2014/10/05 07:06:56 graaff Exp $

EAPI=5

USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_TEST=-Ilib test features
RUBY_FAKEGEM_EXTRAINSTALL=frameworks
RUBY_FAKEGEM_RECIPE_DOC=rdoc

# To avoid collisions with compass:1
RUBY_FAKEGEM_BINWRAP=

inherit ruby-fakegem

DESCRIPTION=Sass-based Stylesheet Framework
HOMEPAGE=http://compass-style.org/;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

ruby_add_bdepend 
=dev-ruby/sass-3.2.19:0
=dev-ruby/chunky_png-1.2
=dev-ruby/fssm-0.2.7
test? (
dev-ruby/mocha:0.13
dev-ruby/css_parser
dev-util/cucumber
)


all_ruby_prepare() {
sed -e '/.*[Bb]undler.*/d' \
-i Rakefile || die sed failed
sed -e '/require \mocha\/test_unit\/d' \
-i test/test_helper.rb || die sed failed

sed -i -e '1igem mocha, ~ 0.13.0' test/test_helper.rb || die

sed -i -e s:/tmp:${TMPDIR}: 
features/step_definitions/command_line_steps.rb || die
# This scenario fails, not clear yet why.
sed -i -e '/Watching a project for changes/,/^$/ d' 
features/command_line.feature || die
}



1.1  dev-ruby/compass/compass-1.0.1.ebuild

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

Index: compass-1.0.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/compass-1.0.1.ebuild,v 1.1 
2014/10/05 07:06:56 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_TASK_TEST=-Ilib test features

inherit ruby-fakegem

DESCRIPTION=Compass Stylesheet Authoring Framework
HOMEPAGE=http://compass-style.org/;

LICENSE=MIT
SLOT=1
KEYWORDS=~amd64
IUSE=

# Gem does not contain all files needed to run specs and it is not clear
# which upstream repository/branch/directory to use.
RESTRICT=test

ruby_add_rdepend =dev-ruby/chunky_png-1.2
=dev-ruby/compass-core-1.0.1:1.0
=dev-ruby/compass-import-once-1.0.5:1.0
=dev-ruby/rb-inotify-0.9
=dev-ruby/sass-3.3.13 dev-ruby/sass-3.5
!!dev-ruby/compass-0.12.7-r1

#ruby_add_bdepend test? ( dev-ruby/colorize )

all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/async_sinatra: async_sinatra-1.1.0.ebuild ChangeLog

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 09:17:56

  Modified: async_sinatra-1.1.0.ebuild ChangeLog
  Log:
  Drop obsolete rubyforge dependency.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.3  dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild

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

Index: async_sinatra-1.1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- async_sinatra-1.1.0.ebuild  15 May 2014 01:22:48 -  1.2
+++ async_sinatra-1.1.0.ebuild  5 Oct 2014 09:17:56 -   1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.2 
2014/05/15 01:22:48 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/async_sinatra-1.1.0.ebuild,v 1.3 
2014/10/05 09:17:56 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 ruby20
+USE_RUBY=ruby19 ruby20 ruby21
 
 RUBY_FAKEGEM_DOCDIR=doc
 RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.rdoc
@@ -23,7 +23,6 @@
 ruby_add_bdepend test? (
=dev-ruby/hoe-2.9.1
=dev-ruby/minitest-2.5.1
-   =dev-ruby/rubyforge-2.0.4
=dev-ruby/eventmachine-0.12.11
)
 ruby_add_bdepend doc? ( =dev-ruby/hoe-2.9.1 )
@@ -34,6 +33,9 @@
 all_ruby_prepare() {
# Remove development dependencies that we don't have from the gemspec
sed -i -e '/\(hoe\|rdoc\|rubyforge\)/d' async_sinatra.gemspec || die
+
+   # Avoid obsolete rubyforge dependency.
+   sed -e '/rubyforge_name/ s:^:#:' -i Rakefile || die
 }
 
 all_ruby_install() {



1.11 dev-ruby/async_sinatra/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   15 May 2014 01:22:48 -  1.10
+++ ChangeLog   5 Oct 2014 09:17:56 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/async_sinatra
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.10 
2014/05/15 01:22:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/async_sinatra/ChangeLog,v 1.11 
2014/10/05 09:17:56 graaff Exp $
+
+  05 Oct 2014; Hans de Graaff gra...@gentoo.org async_sinatra-1.1.0.ebuild:
+  Drop obsolete rubyforge dependency.
 
   15 May 2014; Manuel Rüger mr...@gentoo.org async_sinatra-1.1.0.ebuild:
   Remove ruby18.






[gentoo-commits] gentoo-x86 commit in dev-ruby/xml-simple: xml-simple-1.1.3.ebuild ChangeLog

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 09:29:26

  Modified: xml-simple-1.1.3.ebuild ChangeLog
  Log:
  Remove reference to obsolete rubyforge.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/xml-simple/xml-simple-1.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild?r1=1.4r2=1.5

Index: xml-simple-1.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xml-simple-1.1.3.ebuild 5 Aug 2014 16:00:54 -   1.4
+++ xml-simple-1.1.3.ebuild 5 Oct 2014 09:29:26 -   1.5
@@ -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/xml-simple/xml-simple-1.1.3.ebuild,v 1.4 
2014/08/05 16:00:54 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild,v 1.5 
2014/10/05 09:29:26 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 jruby
@@ -12,7 +12,7 @@
 inherit ruby-fakegem
 
 DESCRIPTION=Easy API to maintain XML. It is a Ruby port of Grant McLean's 
Perl module XML::Simple
-HOMEPAGE=http://rubyforge.org/projects/xml-simple/ 
https://github.com/maik/xml-simple;
+HOMEPAGE=https://github.com/maik/xml-simple;
 
 LICENSE=Ruby
 SLOT=0



1.44 dev-ruby/xml-simple/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xml-simple/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xml-simple/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/xml-simple/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   5 Aug 2014 16:00:55 -   1.43
+++ ChangeLog   5 Oct 2014 09:29:26 -   1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/xml-simple
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.43 
2014/08/05 16:00:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.44 
2014/10/05 09:29:26 graaff Exp $
+
+  05 Oct 2014; Hans de Graaff gra...@gentoo.org xml-simple-1.1.3.ebuild:
+  Remove reference to obsolete rubyforge.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org xml-simple-1.1.3.ebuild,
   xml-simple-1.1.4.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-ruby/uuidtools: ChangeLog uuidtools-2.1.5.ebuild

2014-10-05 Thread Hans de Graaff (graaff)
graaff  14/10/05 09:30:57

  Modified: ChangeLog uuidtools-2.1.5.ebuild
  Log:
  Update HOMEPAGE.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.41 dev-ruby/uuidtools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uuidtools/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   25 Aug 2014 16:22:48 -  1.40
+++ ChangeLog   5 Oct 2014 09:30:57 -   1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/uuidtools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.40 
2014/08/25 16:22:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/ChangeLog,v 1.41 
2014/10/05 09:30:57 graaff Exp $
+
+  05 Oct 2014; Hans de Graaff gra...@gentoo.org uuidtools-2.1.5.ebuild:
+  Update HOMEPAGE.
 
   25 Aug 2014; Manuel Rüger mr...@gentoo.org uuidtools-2.1.4-r1.ebuild:
   Mark amd64 stable. Bug #517396.



1.3  dev-ruby/uuidtools/uuidtools-2.1.5.ebuild

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

Index: uuidtools-2.1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uuidtools-2.1.5.ebuild  20 Aug 2014 15:09:10 -  1.2
+++ uuidtools-2.1.5.ebuild  5 Oct 2014 09:30:57 -   1.3
@@ -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/uuidtools/uuidtools-2.1.5.ebuild,v 
1.2 2014/08/20 15:09:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uuidtools/uuidtools-2.1.5.ebuild,v 
1.3 2014/10/05 09:30:57 graaff Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 inherit ruby-fakegem
 
 DESCRIPTION=Simple library to generate UUIDs
-HOMEPAGE=http://uuidtools.rubyforge.org/;
+HOMEPAGE=https://github.com/sporkmonger/uuidtools;
 
 LICENSE=MIT
 SLOT=0






[gentoo-commits] gentoo-x86 commit in www-apache/passenger: passenger-4.0.53.ebuild ChangeLog

2014-10-06 Thread Hans de Graaff (graaff)
graaff  14/10/06 06:01:25

  Modified: ChangeLog
  Added:passenger-4.0.53.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.102www-apache/passenger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   30 Sep 2014 04:46:38 -  1.101
+++ ChangeLog   6 Oct 2014 06:01:25 -   1.102
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/passenger
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.101 
2014/09/30 04:46:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/ChangeLog,v 1.102 
2014/10/06 06:01:25 graaff Exp $
+
+*passenger-4.0.53 (06 Oct 2014)
+
+  06 Oct 2014; Hans de Graaff gra...@gentoo.org +passenger-4.0.53.ebuild:
+  Version bump.
 
 *passenger-4.0.52 (30 Sep 2014)
 



1.1  www-apache/passenger/passenger-4.0.53.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.53.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/passenger/passenger-4.0.53.ebuild?rev=1.1content-type=text/plain

Index: passenger-4.0.53.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/passenger/passenger-4.0.53.ebuild,v 1.1 
2014/10/06 06:01:25 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs

DESCRIPTION=Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails 
applications a breeze
HOMEPAGE=http://modrails.com/;
SRC_URI=http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug

ruby_add_bdepend dev-ruby/rake

ruby_add_rdepend 
=dev-ruby/daemon_controller-1.2.0
=dev-ruby/rack-1.0.0
=dev-ruby/rake-0.8.1

CDEPEND==dev-libs/libev-4.15 net-misc/curl[ssl]
www-servers/apache[apache2_modules_unixd(+)]

RDEPEND=${RDEPEND} ${CDEPEND}
DEPEND=${DEPEND} ${CDEPEND}

APACHE2_MOD_CONF=30_mod_${PN}-4.0.0 30_mod_${PN}
APACHE2_MOD_DEFINE=PASSENGER

need_apache2

pkg_setup() {
use debug  append-flags -DPASSENGER_DEBUG
}

all_ruby_prepare() {
epatch ${FILESDIR}/${PN}-4.0.49-gentoo.patch

# Change these with sed instead of a patch so that we can easily use
# the toolchain-funcs methods.
sed -i -e s/gcc/$(tc-getCC)/ \
-e s/g++/$(tc-getCXX)/ \
-e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die

# Avoid fixed debugging CFLAGs.
sed -e '/debugging_cflags/areturn ' -i 
lib/phusion_passenger/platform_info/compiler.rb || die

# Use sed here so that we can dynamically set the documentation 
directory.
sed -i -e s:/usr/share/doc/passenger:/usr/share/doc/${P}: \
-e 
s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:
 \
-e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: \
lib/phusion_passenger.rb || die
sed -i -e 
s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents: 
ext/common/ResourceLocator.h || die

# Don't install a tool that won't work in our setup.
sed -i -e '/passenger-install-apache2-module/d' 
lib/phusion_passenger/packaging.rb || die
rm -f bin/passenger-install-apache2-module || die Unable to remove 
unneeded install script.

# Make sure we use the system-provided version.
rm -rf ext/libev || die Unable to remove vendored libev.

# Avoid building documentation to avoid a dependency on mizuho.
#sed -i -e 's/, :doc//' build/packaging.rb || die
touch doc/*.html || die

# Use the correct arch-specific lib directory
sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' build/packaging.rb || die

# Fix hard-coded use of AR
sed -i -e s/ar cru/$(tc-getAR) cru/ build/cplusplus_support.rb || 
die
}

all_ruby_compile() {
V=1 EXTRA_LDFLAGS=${LDFLAGS} \
APXS2=${APXS} \
HTTPD=${APACHE_BIN} \
USE_VENDORED_LIBEV=no LIBEV_LIBS=-lev \
ruby -S rake 

[gentoo-commits] gentoo-x86 commit in dev-ruby/mime-types: mime-types-2.4.ebuild ChangeLog

2014-10-06 Thread Hans de Graaff (graaff)
graaff  14/10/07 05:41:42

  Modified: ChangeLog
  Added:mime-types-2.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.56 dev-ruby/mime-types/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.56view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.56content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?r1=1.55r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   28 Aug 2014 02:50:05 -  1.55
+++ ChangeLog   7 Oct 2014 05:41:42 -   1.56
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mime-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.55 
2014/08/28 02:50:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.56 
2014/10/07 05:41:42 graaff Exp $
+
+*mime-types-2.4 (07 Oct 2014)
+
+  07 Oct 2014; Hans de Graaff gra...@gentoo.org +mime-types-2.4.ebuild:
+  Version bump.
 
   28 Aug 2014; Manuel Rüger mr...@gentoo.org mime-types-1.23.ebuild,
   mime-types-1.25.1.ebuild, mime-types-2.2.ebuild, mime-types-2.3.ebuild:



1.1  dev-ruby/mime-types/mime-types-2.4.ebuild

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

Index: mime-types-2.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-2.4.ebuild,v 
1.1 2014/10/07 05:41:42 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=History.rdoc History-Types.rdoc README.rdoc

RUBY_FAKEGEM_EXTRAINSTALL=data

inherit ruby-fakegem

DESCRIPTION=Provides a mailcap-like MIME Content-Type lookup for Ruby
HOMEPAGE=https://github.com/halostatue/mime-types/;

LICENSE=MIT Artistic GPL-2
SLOT=2
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

ruby_add_bdepend test? ( dev-ruby/minitest:5 )

all_ruby_prepare() {
# Handle minitest ourselves to avoid bundler dependency.
sed -i -e '2igem minitest, ~ 5.0; require minitest/autorun' 
test/test_*.rb || die
}

each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/compass: ChangeLog compass-1.0.1-r1.ebuild compass-1.0.1.ebuild

2014-10-07 Thread Hans de Graaff (graaff)
graaff  14/10/07 12:33:51

  Modified: ChangeLog
  Added:compass-1.0.1-r1.ebuild
  Removed:  compass-1.0.1.ebuild
  Log:
  Remove unpackaged and unneeded rb-fsevent dependency from gemspec file.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/compass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/compass/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   5 Oct 2014 07:06:56 -   1.4
+++ ChangeLog   7 Oct 2014 12:33:51 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/compass
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.4 2014/10/05 
07:06:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/ChangeLog,v 1.5 2014/10/07 
12:33:51 graaff Exp $
+
+*compass-1.0.1-r1 (07 Oct 2014)
+
+  07 Oct 2014; Hans de Graaff gra...@gentoo.org -compass-1.0.1.ebuild,
+  +compass-1.0.1-r1.ebuild:
+  Remove unpackaged and unneeded rb-fsevent dependency from gemspec file.
 
 *compass-1.0.1 (05 Oct 2014)
 *compass-0.12.7-r1 (05 Oct 2014)



1.1  dev-ruby/compass/compass-1.0.1-r1.ebuild

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

Index: compass-1.0.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/compass/compass-1.0.1-r1.ebuild,v 
1.1 2014/10/07 12:33:51 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=

RUBY_FAKEGEM_TASK_TEST=-Ilib test features

inherit ruby-fakegem

DESCRIPTION=Compass Stylesheet Authoring Framework
HOMEPAGE=http://compass-style.org/;

LICENSE=MIT
SLOT=1
KEYWORDS=~amd64
IUSE=

# Gem does not contain all files needed to run specs and it is not clear
# which upstream repository/branch/directory to use.
RESTRICT=test

ruby_add_rdepend =dev-ruby/chunky_png-1.2
=dev-ruby/compass-core-1.0.1:1.0
=dev-ruby/compass-import-once-1.0.5:1.0
=dev-ruby/rb-inotify-0.9
=dev-ruby/sass-3.3.13 dev-ruby/sass-3.5
!!dev-ruby/compass-0.12.7-r1

#ruby_add_bdepend test? ( dev-ruby/colorize )

all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die

# Remove rb-fsevent dependency since it is not needed on Linux and
# not packaged.
sed -i -e '/rb-fsevent/,/^-/ s:^:#:' ../metadata || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-opengl: ChangeLog ruby-opengl-0.9.1.ebuild

2014-10-07 Thread Hans de Graaff (graaff)
graaff  14/10/08 05:41:32

  Modified: ChangeLog
  Added:ruby-opengl-0.9.1.ebuild
  Log:
  Version bump. Add ruby21.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.68 dev-ruby/ruby-opengl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog?rev=1.68view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog?rev=1.68content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog?r1=1.67r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   26 Mar 2014 20:37:29 -  1.67
+++ ChangeLog   8 Oct 2014 05:41:32 -   1.68
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-opengl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v 1.67 
2014/03/26 20:37:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ChangeLog,v 1.68 
2014/10/08 05:41:32 graaff Exp $
+
+*ruby-opengl-0.9.1 (08 Oct 2014)
+
+  08 Oct 2014; Hans de Graaff gra...@gentoo.org +ruby-opengl-0.9.1.ebuild:
+  Version bump. Add ruby21.
 
 *ruby-opengl-0.9.0 (26 Mar 2014)
 



1.1  dev-ruby/ruby-opengl/ruby-opengl-0.9.1.ebuild

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

Index: ruby-opengl-0.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.9.1.ebuild,v 1.1 
2014/10/08 05:41:32 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=

# Two tests fails but the README already indicates that this may not
# work. Additionally these tests require access to video devices such as
# /dev/nvidiactl.
RUBY_FAKEGEM_TASK_TEST=

RUBY_FAKEGEM_NAME=opengl

RUBY_FAKEGEM_EXTRADOC=History.rdoc README.rdoc

inherit multilib ruby-fakegem

DESCRIPTION=OpenGL / GLUT bindings for ruby
HOMEPAGE=https://github.com/larskanis/opengl;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86

IUSE=

DEPEND+= virtual/opengl
media-libs/freeglut
RDEPEND+= virtual/opengl
media-libs/freeglut

each_ruby_configure() {
${RUBY} -Cext/opengl extconf.rb || die
}

each_ruby_compile() {
emake -C ext/opengl V=1

cp ext/*/*$(get_modname) lib/ || die
}

all_ruby_install() {
all_fakegem_install

insinto /usr/share/doc/${PF}/examples
doins -r examples/*
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/mime-types: ChangeLog mime-types-2.4.1.ebuild

2014-10-09 Thread Hans de Graaff (graaff)
graaff  14/10/09 06:12:28

  Modified: ChangeLog
  Added:mime-types-2.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.57 dev-ruby/mime-types/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mime-types/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   7 Oct 2014 05:41:42 -   1.56
+++ ChangeLog   9 Oct 2014 06:12:28 -   1.57
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mime-types
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.56 
2014/10/07 05:41:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mime-types/ChangeLog,v 1.57 
2014/10/09 06:12:28 graaff Exp $
+
+*mime-types-2.4.1 (09 Oct 2014)
+
+  09 Oct 2014; Hans de Graaff gra...@gentoo.org +mime-types-2.4.1.ebuild:
+  Version bump.
 
 *mime-types-2.4 (07 Oct 2014)
 



1.1  dev-ruby/mime-types/mime-types-2.4.1.ebuild

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

Index: mime-types-2.4.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/mime-types/mime-types-2.4.1.ebuild,v 1.1 
2014/10/09 06:12:28 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=History.rdoc History-Types.rdoc README.rdoc

RUBY_FAKEGEM_EXTRAINSTALL=data

inherit ruby-fakegem

DESCRIPTION=Provides a mailcap-like MIME Content-Type lookup for Ruby
HOMEPAGE=https://github.com/halostatue/mime-types/;

LICENSE=MIT Artistic GPL-2
SLOT=2
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=

ruby_add_bdepend test? ( dev-ruby/minitest:5 )

all_ruby_prepare() {
# Handle minitest ourselves to avoid bundler dependency.
sed -i -e '2igem minitest, ~ 5.0; require minitest/autorun' 
test/test_*.rb || die
}

each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/colorize: ChangeLog colorize-0.7.4.ebuild

2014-12-11 Thread Hans de Graaff (graaff)
graaff  14/12/12 07:11:54

  Modified: ChangeLog
  Added:colorize-0.7.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.11 dev-ruby/colorize/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/colorize/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   3 Nov 2014 17:05:15 -   1.10
+++ ChangeLog   12 Dec 2014 07:11:54 -  1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/colorize
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorize/ChangeLog,v 1.10 
2014/11/03 17:05:15 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorize/ChangeLog,v 1.11 
2014/12/12 07:11:54 graaff Exp $
+
+*colorize-0.7.4 (12 Dec 2014)
+
+  12 Dec 2014; Hans de Graaff gra...@gentoo.org +colorize-0.7.4.ebuild:
+  Version bump.
 
   03 Nov 2014; Manuel Rüger mr...@gentoo.org colorize-0.7.3.ebuild:
   Drop jruby.



1.1  dev-ruby/colorize/colorize-0.7.4.ebuild

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

Index: colorize-0.7.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorize/colorize-0.7.4.ebuild,v 
1.1 2014/12/12 07:11:54 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=CHANGELOG README.md
RUBY_FAKEGEM_RECIPE_DOC=rdoc

inherit ruby-fakegem

DESCRIPTION=Add some methods to set color, background color and text effect on 
console easier
HOMEPAGE=https://github.com/fazibear/colorize http://colorize.rubyforge.org;
LICENSE=GPL-2+

KEYWORDS=~amd64
SLOT=0
IUSE=

each_ruby_test() {
cd test || die
${RUBY} test_colorize.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/letter_opener: letter_opener-1.3.0.ebuild ChangeLog

2014-12-12 Thread Hans de Graaff (graaff)
graaff  14/12/13 07:36:44

  Modified: ChangeLog
  Added:letter_opener-1.3.0.ebuild
  Log:
  Version bump. Install correct gemspec.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.4  dev-ruby/letter_opener/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/letter_opener/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   11 Oct 2014 02:44:02 -  1.3
+++ ChangeLog   13 Dec 2014 07:36:44 -  1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/letter_opener
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/letter_opener/ChangeLog,v 1.3 
2014/10/11 02:44:02 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/letter_opener/ChangeLog,v 1.4 
2014/12/13 07:36:44 graaff Exp $
+
+*letter_opener-1.3.0 (13 Dec 2014)
+
+  13 Dec 2014; Hans de Graaff gra...@gentoo.org +letter_opener-1.3.0.ebuild:
+  Version bump. Install correct gemspec.
 
   11 Oct 2014; Manuel Rüger mr...@gentoo.org letter_opener-1.2.0.ebuild:
   Add ruby21 target.



1.1  dev-ruby/letter_opener/letter_opener-1.3.0.ebuild

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

Index: letter_opener-1.3.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/letter_opener/letter_opener-1.3.0.ebuild,v 1.1 
2014/12/13 07:36:44 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.rdoc
RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=Preview mail in the browser instead of sending
HOMEPAGE=https://github.com/ryanb/letter_opener;
SRC_URI=https://github.com/ryanb/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

ruby_add_bdepend test? ( dev-ruby/mail:2.5 )
ruby_add_rdepend dev-ruby/launchy

all_ruby_prepare() {
sed -i -e /[Bb]undler/d Rakefile spec/spec_helper.rb || die
sed -i -e '4irequire letter_opener' spec/spec_helper.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/cocaine: ChangeLog cocaine-0.5.5.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/14 08:30:46

  Modified: ChangeLog
  Added:cocaine-0.5.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.14 dev-ruby/cocaine/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   2 Dec 2014 23:38:37 -   1.13
+++ ChangeLog   14 Dec 2014 08:30:45 -  1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/cocaine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.13 
2014/12/02 23:38:37 p8952 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/ChangeLog,v 1.14 
2014/12/14 08:30:45 graaff Exp $
+
+*cocaine-0.5.5 (14 Dec 2014)
+
+  14 Dec 2014; Hans de Graaff gra...@gentoo.org +cocaine-0.5.5.ebuild:
+  Version bump.
 
 *cocaine-0.5.4-r1 (02 Dec 2014)
 



1.1  dev-ruby/cocaine/cocaine-0.5.5.ebuild

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

Index: cocaine-0.5.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/cocaine-0.5.5.ebuild,v 1.1 
2014/12/14 08:30:45 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=README.md

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec

inherit ruby-fakegem

DESCRIPTION=A small library for doing command lines
HOMEPAGE=http://www.thoughtbot.com/projects/cocaine;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend dev-ruby/climate_control:0

ruby_add_bdepend 
test? (
=dev-ruby/activesupport-3  dev-ruby/activesupport-5
dev-ruby/bourne
dev-ruby/mocha-1.0.0
dev-ruby/posix-spawn
)

all_ruby_prepare() {
sed -i \
-e '/git ls-files/d' \
${RUBY_FAKEGEM_GEMSPEC} || die

rm Gemfile* || die

sed -i -e '/bundler/d' Rakefile || die

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

# BufferedLogger is deprecated in activesupport-4.0, and removed in 4.1
# Require active_support not active_support/buffered_logger.
sed -i -e 's/\/buffered_logger//g' spec/spec_helper.rb || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: ChangeLog nokogiri-1.6.4.1.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/14 09:44:17

  Modified: ChangeLog nokogiri-1.6.4.1.ebuild
  Log:
  Drop ruby21 for a new stable candidate.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.114dev-ruby/nokogiri/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.114view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.114content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.113r2=1.114

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   3 Dec 2014 07:06:14 -   1.113
+++ ChangeLog   14 Dec 2014 09:44:17 -  1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.113 
2014/12/03 07:06:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.114 
2014/12/14 09:44:17 graaff Exp $
+
+  14 Dec 2014; Hans de Graaff gra...@gentoo.org nokogiri-1.6.4.1.ebuild:
+  Drop ruby21 for a new stable candidate.
 
 *nokogiri-1.6.5 (03 Dec 2014)
 



1.2  dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild

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

Index: nokogiri-1.6.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nokogiri-1.6.4.1.ebuild 8 Nov 2014 07:39:30 -   1.1
+++ nokogiri-1.6.4.1.ebuild 14 Dec 2014 09:44:17 -  1.2
@@ -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/nokogiri/nokogiri-1.6.4.1.ebuild,v 
1.1 2014/11/08 07:39:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v 
1.2 2014/12/14 09:44:17 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20
 
 RUBY_FAKEGEM_RECIPE_DOC=rdoc
 RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc 
README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md






[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: ChangeLog nokogiri-1.6.4.ebuild nokogiri-1.6.3.1.ebuild nokogiri-1.6.0.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/14 09:45:12

  Modified: ChangeLog
  Removed:  nokogiri-1.6.4.ebuild nokogiri-1.6.3.1.ebuild
nokogiri-1.6.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.115dev-ruby/nokogiri/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.115view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.115content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.114r2=1.115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   14 Dec 2014 09:44:17 -  1.114
+++ ChangeLog   14 Dec 2014 09:45:12 -  1.115
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.114 
2014/12/14 09:44:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.115 
2014/12/14 09:45:12 graaff Exp $
+
+  14 Dec 2014; Hans de Graaff gra...@gentoo.org -nokogiri-1.6.0.ebuild,
+  -nokogiri-1.6.3.1.ebuild, -nokogiri-1.6.4.ebuild:
+  Cleanup.
 
   14 Dec 2014; Hans de Graaff gra...@gentoo.org nokogiri-1.6.4.1.ebuild:
   Drop ruby21 for a new stable candidate.






[gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: ChangeLog rubygems-2.2.2.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/14 10:01:37

  Modified: ChangeLog rubygems-2.2.2.ebuild
  Log:
  Drop ruby21 to create a stable candidate.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.246dev-ruby/rubygems/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.246view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.246content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?r1=1.245r2=1.246

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog   26 Nov 2014 02:20:44 -  1.245
+++ ChangeLog   14 Dec 2014 10:01:37 -  1.246
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rubygems
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.245 
2014/11/26 02:20:44 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.246 
2014/12/14 10:01:37 graaff Exp $
+
+  14 Dec 2014; Hans de Graaff gra...@gentoo.org rubygems-2.2.2.ebuild:
+  Drop ruby21 to create a stable candidate.
 
   26 Nov 2014; Manuel Rüger mr...@gentoo.org rubygems-2.0.14-r1.ebuild,
   rubygems-2.0.14.ebuild:



1.3  dev-ruby/rubygems/rubygems-2.2.2.ebuild

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

Index: rubygems-2.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rubygems-2.2.2.ebuild   8 Nov 2014 07:50:48 -   1.2
+++ rubygems-2.2.2.ebuild   14 Dec 2014 10:01:37 -  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/rubygems/rubygems-2.2.2.ebuild,v 
1.2 2014/11/08 07:50:48 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.2.ebuild,v 
1.3 2014/12/14 10:01:37 graaff Exp $
 
 EAPI=5
 
-USE_RUBY=ruby19 ruby20 ruby21
+USE_RUBY=ruby19 ruby20
 
 inherit ruby-ng prefix
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/rubygems: ChangeLog rubygems-2.4.2.ebuild rubygems-2.0.14-r1.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/14 10:02:31

  Modified: ChangeLog
  Removed:  rubygems-2.4.2.ebuild rubygems-2.0.14-r1.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.247dev-ruby/rubygems/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.247view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?rev=1.247content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubygems/ChangeLog?r1=1.246r2=1.247

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- ChangeLog   14 Dec 2014 10:01:37 -  1.246
+++ ChangeLog   14 Dec 2014 10:02:31 -  1.247
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rubygems
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.246 
2014/12/14 10:01:37 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.247 
2014/12/14 10:02:31 graaff Exp $
+
+  14 Dec 2014; Hans de Graaff gra...@gentoo.org -rubygems-2.0.14-r1.ebuild,
+  -rubygems-2.4.2.ebuild:
+  Cleanup.
 
   14 Dec 2014; Hans de Graaff gra...@gentoo.org rubygems-2.2.2.ebuild:
   Drop ruby21 to create a stable candidate.






[gentoo-commits] gentoo-x86 commit in app-admin/chef: ChangeLog chef-10.24.0-r1.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/14 10:29:27

  Modified: ChangeLog
  Added:chef-10.24.0-r1.ebuild
  Log:
  Fix chef gemspec to match the available json versions, fixing bug 532162.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.27 app-admin/chef/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/ChangeLog?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/ChangeLog?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/ChangeLog?r1=1.26r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   11 Dec 2014 05:53:57 -  1.26
+++ ChangeLog   14 Dec 2014 10:29:27 -  1.27
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/chef
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.26 2014/12/11 
05:53:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/ChangeLog,v 1.27 2014/12/14 
10:29:27 graaff Exp $
+
+*chef-10.24.0-r1 (14 Dec 2014)
+
+  14 Dec 2014; Hans de Graaff gra...@gentoo.org +chef-10.24.0-r1.ebuild:
+  Fix chef gemspec to match the available json versions, fixing bug 532162.
 
   11 Dec 2014; Patrick Lauer patr...@gentoo.org chef-10.24.0.ebuild:
   Unrestrict dev-ruby/json dep #484348



1.1  app-admin/chef/chef-10.24.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/chef-10.24.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/chef/chef-10.24.0-r1.ebuild?rev=1.1content-type=text/plain

Index: chef-10.24.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/chef/chef-10.24.0-r1.ebuild,v 1.1 
2014/12/14 10:29:27 graaff Exp $

EAPI=4
USE_RUBY=ruby19

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_TASK_TEST=spec

RUBY_FAKEGEM_EXTRADOC=README.rdoc

RUBY_FAKEGEM_GEMSPEC=${RUBY_FAKEGEM_NAME}.gemspec

inherit ruby-fakegem user

DESCRIPTION=Chef is a systems integration framework
HOMEPAGE=http://wiki.opscode.com/display/chef;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

# specs have various indempotency issues which result in the global Chef::Config
# object to be replaced and subsequently fails other specs. Revisit this later.
RESTRICT=test

ruby_add_rdepend =dev-ruby/bunny-0.6.0
dev-ruby/erubis
=dev-ruby/highline-1.6.9
=dev-ruby/json-1.4.4
=dev-ruby/mixlib-authentication-1.3.0
=dev-ruby/mixlib-cli-1.1.0
=dev-ruby/mixlib-config-1.1.2
=dev-ruby/mixlib-log-1.3.0
dev-ruby/mixlib-shellout
dev-ruby/moneta-0.7.0
=dev-ruby/net-ssh-2.6
dev-ruby/net-ssh-2.7
=dev-ruby/net-ssh-multi-1.1
dev-ruby/net-ssh-multi-1.2
=dev-ruby/ohai-0.6.0
=dev-ruby/rest-client-1.0.4
dev-ruby/rest-client-1.7
dev-ruby/ruby-shadow
=dev-ruby/treetop-1.4.9
dev-ruby/treetop-1.5
dev-ruby/uuidtools
=dev-ruby/yajl-ruby-1.1
dev-ruby/yajl-ruby-2

each_ruby_prepare() {
ruby_fakegem_metadata_gemspec ../metadata ${RUBY_FAKEGEM_GEMSPEC}

# bunny, json
sed -i -e 's/ 0.8.0, //' -e 's/= 1.7.7/ 2/' 
${RUBY_FAKEGEM_GEMSPEC} || die Unable to fix up dependencies.
}

all_ruby_install() {
all_fakegem_install

keepdir /etc/chef /var/lib/chef /var/log/chef

doinitd ${FILESDIR}/initd/chef-client
doconfd ${FILESDIR}/confd/chef-client

insinto /etc/chef
doins ${FILESDIR}/client.rb
doins ${FILESDIR}/solo.rb

doman distro/common/man/man1/*.1
doman distro/common/man/man8/*.8
}

pkg_setup() {
enewgroup chef
enewuser chef -1 -1 /var/lib/chef chef
}

pkg_postinst() {
elog
elog You should edit /etc/chef/client.rb before starting the service 
with
elog /etc/init.d/chef-client start
elog
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogiri: ChangeLog nokogiri-1.6.5.ebuild nokogiri-1.6.4.1.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/14 16:02:23

  Modified: ChangeLog nokogiri-1.6.5.ebuild
nokogiri-1.6.4.1.ebuild
  Log:
  Remain compatible with all hoe versions, fixing bug 532554.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.116dev-ruby/nokogiri/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.116view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?rev=1.116content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogiri/ChangeLog?r1=1.115r2=1.116

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   14 Dec 2014 09:45:12 -  1.115
+++ ChangeLog   14 Dec 2014 16:02:23 -  1.116
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.115 
2014/12/14 09:45:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.116 
2014/12/14 16:02:23 graaff Exp $
+
+  14 Dec 2014; Hans de Graaff gra...@gentoo.org nokogiri-1.6.4.1.ebuild,
+  nokogiri-1.6.5.ebuild:
+  Remain compatible with all hoe versions, fixing bug 532554.
 
   14 Dec 2014; Hans de Graaff gra...@gentoo.org -nokogiri-1.6.0.ebuild,
   -nokogiri-1.6.3.1.ebuild, -nokogiri-1.6.4.ebuild:



1.2  dev-ruby/nokogiri/nokogiri-1.6.5.ebuild

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

Index: nokogiri-1.6.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nokogiri-1.6.5.ebuild   3 Dec 2014 07:06:14 -   1.1
+++ nokogiri-1.6.5.ebuild   14 Dec 2014 16:02:23 -  1.2
@@ -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/nokogiri/nokogiri-1.6.5.ebuild,v 
1.1 2014/12/03 07:06:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.5.ebuild,v 
1.2 2014/12/14 16:02:23 graaff Exp $
 
 EAPI=5
 
@@ -43,6 +43,7 @@
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
+   -e '/license/ s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.



1.3  dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild

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

Index: nokogiri-1.6.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nokogiri-1.6.4.1.ebuild 14 Dec 2014 09:44:17 -  1.2
+++ nokogiri-1.6.4.1.ebuild 14 Dec 2014 16:02:23 -  1.3
@@ -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/nokogiri/nokogiri-1.6.4.1.ebuild,v 
1.2 2014/12/14 09:44:17 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.6.4.1.ebuild,v 
1.3 2014/12/14 16:02:23 graaff Exp $
 
 EAPI=5
 
@@ -43,6 +43,7 @@
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
+   -e '/license/ s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.






[gentoo-commits] gentoo-x86 commit in dev-ruby/mail: ChangeLog mail-2.6.3.ebuild

2014-12-14 Thread Hans de Graaff (graaff)
graaff  14/12/15 07:06:32

  Modified: ChangeLog
  Added:mail-2.6.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.40 dev-ruby/mail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?rev=1.40view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?rev=1.40content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mail/ChangeLog?r1=1.39r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   6 Nov 2014 07:02:28 -   1.39
+++ ChangeLog   15 Dec 2014 07:06:32 -  1.40
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/mail
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.39 2014/11/06 
07:02:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/ChangeLog,v 1.40 2014/12/15 
07:06:32 graaff Exp $
+
+*mail-2.6.3 (15 Dec 2014)
+
+  15 Dec 2014; Hans de Graaff gra...@gentoo.org +mail-2.6.3.ebuild:
+  Version bump.
 
 *mail-2.6.2 (06 Nov 2014)
 



1.1  dev-ruby/mail/mail-2.6.3.ebuild

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

Index: mail-2.6.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/mail-2.6.3.ebuild,v 1.1 
2014/12/15 07:06:32 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

RUBY_FAKEGEM_TASK_DOC=
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc README.md ROADMAP TODO.rdoc

RUBY_FAKEGEM_GEMSPEC=mail.gemspec

inherit ruby-fakegem versionator

GITHUB_USER=mikel

DESCRIPTION=An email handling library
HOMEPAGE=https://github.com/mikel/mail;
SRC_URI=https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz - 
${P}-git.tar.gz

LICENSE=MIT
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

ruby_add_rdepend 
=dev-ruby/mime-types-1.16 dev-ruby/mime-types-3

all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die Unable to remove 
Bundler code.
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/d3_rails: ChangeLog d3_rails-3.5.2.ebuild

2014-12-15 Thread Hans de Graaff (graaff)
graaff  14/12/16 06:49:11

  Modified: ChangeLog
  Added:d3_rails-3.5.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.9  dev-ruby/d3_rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Dec 2014 15:36:04 -   1.8
+++ ChangeLog   16 Dec 2014 06:49:11 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/d3_rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/ChangeLog,v 1.8 
2014/12/09 15:36:04 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/ChangeLog,v 1.9 
2014/12/16 06:49:11 graaff Exp $
+
+*d3_rails-3.5.2 (16 Dec 2014)
+
+  16 Dec 2014; Hans de Graaff gra...@gentoo.org +d3_rails-3.5.2.ebuild:
+  Version bump.
 
 *d3_rails-3.5.0 (09 Dec 2014)
 



1.1  dev-ruby/d3_rails/d3_rails-3.5.2.ebuild

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

Index: d3_rails-3.5.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/d3_rails/d3_rails-3.5.2.ebuild,v 
1.1 2014/12/16 06:49:11 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=none
RUBY_FAKEGEM_RECIPE_DOC=none
RUBY_FAKEGEM_EXTRADOC=README.md
RUBY_FAKEGEM_EXTRAINSTALL=app

inherit ruby-fakegem

DESCRIPTION=Ruby on Rails integration for the Javascript Data Visualization 
Framework, D3
HOMEPAGE=https://github.com/logical42/d3_rails;

LICENSE=MIT BSD
SLOT=0
KEYWORDS=~amd64
IUSE=

ruby_add_rdepend =dev-ruby/railties-3.1






[gentoo-commits] gentoo-x86 commit in dev-ruby/dotenv: ChangeLog dotenv-1.0.2.ebuild

2014-12-16 Thread Hans de Graaff (graaff)
graaff  14/12/17 06:37:18

  Modified: ChangeLog
  Added:dotenv-1.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/dotenv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dotenv/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dotenv/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dotenv/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   1 Aug 2014 17:40:53 -   1.4
+++ ChangeLog   17 Dec 2014 06:37:18 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/dotenv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.4 2014/08/01 
17:40:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/ChangeLog,v 1.5 2014/12/17 
06:37:18 graaff Exp $
+
+*dotenv-1.0.2 (17 Dec 2014)
+
+  17 Dec 2014; Hans de Graaff gra...@gentoo.org +dotenv-1.0.2.ebuild:
+  Version bump.
 
   01 Aug 2014; Manuel Rüger mr...@gentoo.org -dotenv-0.9.0.ebuild:
   Cleanup old.



1.1  dev-ruby/dotenv/dotenv-1.0.2.ebuild

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

Index: dotenv-1.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dotenv/dotenv-1.0.2.ebuild,v 1.1 
2014/12/17 06:37:18 graaff Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_EXTRADOC=README.md Changelog.md
RUBY_FAKEGEM_RECIPE_TEST=rspec
RUBY_FAKEGEM_RECIPE_DOC=rdoc

inherit ruby-fakegem

DESCRIPTION=Loads environment variables from .env into ENV
HOMEPAGE=https://github.com/bkeepers/dotenv;
LICENSE=MIT

KEYWORDS=~amd64
SLOT=0
IUSE=

each_ruby_prepare() {
sed -i -e s:ruby -v:${RUBY} -v:g spec/dotenv/parser_spec.rb || die
}






<    3   4   5   6   7   8   9   10   11   12   >