public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rb-inotify: rb-inotify-0.9.5.ebuild rb-inotify-0.9.5-r1.ebuild rb-inotify-0.9.0.ebuild ChangeLog
@ 2014-11-25 11:27 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-11-25 11:27 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/25 11:27:49

  Modified:             rb-inotify-0.9.5.ebuild rb-inotify-0.9.5-r1.ebuild
                        rb-inotify-0.9.0.ebuild ChangeLog
  Log:
  Drop jruby target.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild

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

Index: rb-inotify-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rb-inotify-0.9.5.ebuild	19 Sep 2014 05:41:08 -0000	1.3
+++ rb-inotify-0.9.5.ebuild	25 Nov 2014 11:27:49 -0000	1.4
@@ -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/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.3 2014/09/19 05:41:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.4 2014/11/25 11:27:49 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_TEST=""
 
@@ -37,15 +37,3 @@
 	# Remove mandatory markup processor from yard options, bug 436112.
 	sed -i -e '/maruku/d' .yardopts || die
 }
-
-each_ruby_prepare() {
-	case ${RUBY} in
-		*jruby)
-			# jruby has a native implementation and should not list ffi
-			# in the gemspec.
-			sed -i -e '/ffi/d' rb-inotify.gemspec || die
-			;;
-		*)
-			;;
-	esac
-}



1.2                  dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild

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

Index: rb-inotify-0.9.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rb-inotify-0.9.5-r1.ebuild	19 Sep 2014 05:41:08 -0000	1.1
+++ rb-inotify-0.9.5-r1.ebuild	25 Nov 2014 11:27:49 -0000	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/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v 1.1 2014/09/19 05:41:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v 1.2 2014/11/25 11:27:49 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 jruby"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_TEST=""
 
@@ -37,15 +37,3 @@
 	# Remove mandatory markup processor from yard options, bug 436112.
 	sed -i -e '/maruku/d' .yardopts || die
 }
-
-each_ruby_prepare() {
-	case ${RUBY} in
-		*jruby)
-			# jruby has a native implementation and should not list ffi
-			# in the gemspec.
-			sed -i -e '/ffi/d' rb-inotify.gemspec || die
-			;;
-		*)
-			;;
-	esac
-}



1.6                  dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild

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

Index: rb-inotify-0.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rb-inotify-0.9.0.ebuild	5 Aug 2014 16:00:29 -0000	1.5
+++ rb-inotify-0.9.0.ebuild	25 Nov 2014 11:27:49 -0000	1.6
@@ -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/rb-inotify/rb-inotify-0.9.0.ebuild,v 1.5 2014/08/05 16:00:29 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.0.ebuild,v 1.6 2014/11/25 11:27:49 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 jruby"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_TASK_TEST=""
 
@@ -37,15 +37,3 @@
 	# Remove mandatory markup processor from yard options, bug 436112.
 	sed -i -e '/maruku/d' .yardopts || die
 }
-
-each_ruby_prepare() {
-	case ${RUBY} in
-		*jruby)
-			# jruby has a native implementation and should not list ffi
-			# in the gemspec.
-			sed -i -e '/ffi/d' rb-inotify.gemspec || die
-			;;
-		*)
-			;;
-	esac
-}



1.34                 dev-ruby/rb-inotify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	19 Sep 2014 05:41:08 -0000	1.33
+++ ChangeLog	25 Nov 2014 11:27:49 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rb-inotify
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.33 2014/09/19 05:41:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/ChangeLog,v 1.34 2014/11/25 11:27:49 mrueg Exp $
+
+  25 Nov 2014; Manuel Rüger <mrueg@gentoo.org> rb-inotify-0.9.0.ebuild,
+  rb-inotify-0.9.5-r1.ebuild, rb-inotify-0.9.5.ebuild:
+  Drop jruby target.
 
 *rb-inotify-0.9.5-r1 (19 Sep 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-25 11:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 11:27 [gentoo-commits] gentoo-x86 commit in dev-ruby/rb-inotify: rb-inotify-0.9.5.ebuild rb-inotify-0.9.5-r1.ebuild rb-inotify-0.9.0.ebuild ChangeLog Manuel Rueger (mrueg)

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