public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.25.ebuild fxruby-1.6.28.ebuild ChangeLog
@ 2013-10-06 10:21 Matti Bickel (mabi)
  0 siblings, 0 replies; 2+ messages in thread
From: Matti Bickel (mabi) @ 2013-10-06 10:21 UTC (permalink / raw
  To: gentoo-commits

mabi        13/10/06 10:21:21

  Modified:             fxruby-1.6.25.ebuild fxruby-1.6.28.ebuild ChangeLog
  Log:
  fix compile error by referencing fxscintilla.so instead of non-existent fxscintilla-1.6 (bug #430526)
  
  (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)

Revision  Changes    Path
1.11                 dev-ruby/fxruby/fxruby-1.6.25.ebuild

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

Index: fxruby-1.6.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.25.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fxruby-1.6.25.ebuild	8 Jan 2013 08:47:15 -0000	1.10
+++ fxruby-1.6.25.ebuild	6 Oct 2013 10:21:21 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.25.ebuild,v 1.10 2013/01/08 08:47:15 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.25.ebuild,v 1.11 2013/10/06 10:21:21 mabi Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ruby19"
@@ -31,8 +31,6 @@
 
 all_ruby_prepare() {
 	sed -i -e '/\[:compile\]/d' Rakefile || die
-	sed -i -e 's:libs, "fxscintilla":libs, "fxscintilla-1.6":g' \
-		 ext/fox16/extconf.rb || die "sed error"
 	einfo "Avoid -O0 builds"
 	sed -i -e 's:-O0 -I:-I:' \
 		ext/fox16/extconf.rb || die "Can't fix forced -O0"



1.2                  dev-ruby/fxruby/fxruby-1.6.28.ebuild

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

Index: fxruby-1.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.28.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fxruby-1.6.28.ebuild	17 Jul 2013 06:44:59 -0000	1.1
+++ fxruby-1.6.28.ebuild	6 Oct 2013 10:21:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.28.ebuild,v 1.1 2013/07/17 06:44:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.28.ebuild,v 1.2 2013/10/06 10:21:21 mabi Exp $
 
 EAPI=5
 USE_RUBY="ruby18 ruby19"
@@ -31,8 +31,6 @@
 
 all_ruby_prepare() {
 	sed -i -e '/\[:compile\]/d' Rakefile || die
-	sed -i -e 's:libs, "fxscintilla":libs, "fxscintilla-1.6":g' \
-		 ext/fox16_c/extconf.rb || die "sed error"
 	einfo "Avoid -O0 builds"
 	sed -i -e 's:-O0 -I:-I:' \
 		ext/fox16_c/extconf.rb || die "Can't fix forced -O0"



1.115                dev-ruby/fxruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	5 Sep 2013 00:04:43 -0000	1.114
+++ ChangeLog	6 Oct 2013 10:21:21 -0000	1.115
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/fxruby
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.114 2013/09/05 00:04:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.115 2013/10/06 10:21:21 mabi Exp $
+
+  06 Oct 2013; Matti Bickel <mabi@gentoo.org> fxruby-1.6.25.ebuild,
+  fxruby-1.6.28.ebuild:
+  fix compile error by referencing fxscintilla.so instead of non-existent
+  fxscintilla-1.6 (bug #430526)
 
   05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -fxruby-1.6.26.ebuild,
   -fxruby-1.6.27.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.25.ebuild fxruby-1.6.28.ebuild ChangeLog
@ 2013-12-25  9:38 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2013-12-25  9:38 UTC (permalink / raw
  To: gentoo-commits

patrick     13/12/25 09:38:03

  Modified:             fxruby-1.6.25.ebuild fxruby-1.6.28.ebuild ChangeLog
  Log:
  Drop ruby18 as dependencies have dropped it already
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 dev-ruby/fxruby/fxruby-1.6.25.ebuild

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

Index: fxruby-1.6.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.25.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fxruby-1.6.25.ebuild	6 Oct 2013 10:21:21 -0000	1.11
+++ fxruby-1.6.25.ebuild	25 Dec 2013 09:38:03 -0000	1.12
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.25.ebuild,v 1.11 2013/10/06 10:21:21 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.25.ebuild,v 1.12 2013/12/25 09:38:03 patrick Exp $
 
 EAPI=4
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_NAME="fxruby"
 



1.3                  dev-ruby/fxruby/fxruby-1.6.28.ebuild

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

Index: fxruby-1.6.28.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.28.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fxruby-1.6.28.ebuild	6 Oct 2013 10:21:21 -0000	1.2
+++ fxruby-1.6.28.ebuild	25 Dec 2013 09:38:03 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.28.ebuild,v 1.2 2013/10/06 10:21:21 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.28.ebuild,v 1.3 2013/12/25 09:38:03 patrick Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19"
 
 RUBY_FAKEGEM_NAME="fxruby"
 



1.116                dev-ruby/fxruby/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	6 Oct 2013 10:21:21 -0000	1.115
+++ ChangeLog	25 Dec 2013 09:38:03 -0000	1.116
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/fxruby
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.115 2013/10/06 10:21:21 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.116 2013/12/25 09:38:03 patrick Exp $
+
+  25 Dec 2013; Patrick Lauer <patrick@gentoo.org> fxruby-1.6.25.ebuild,
+  fxruby-1.6.28.ebuild:
+  Drop ruby18 as dependencies have dropped it already
 
   06 Oct 2013; Matti Bickel <mabi@gentoo.org> fxruby-1.6.25.ebuild,
   fxruby-1.6.28.ebuild:





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

end of thread, other threads:[~2013-12-25  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-06 10:21 [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.25.ebuild fxruby-1.6.28.ebuild ChangeLog Matti Bickel (mabi)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-25  9:38 Patrick Lauer (patrick)

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