[DRE-commits] [SCM] ruby-opengl.git branch, master, updated. upstream/0.60.1-9-gcb27b2c

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jan 3 22:47:47 UTC 2012


The following commit has been merged in the master branch:
commit 6c8f14f4d2c00805a729fdcc67d31fc051c4fb75
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Dec 20 22:05:04 2011 +0100

    patch: 0100_remove_rubygems

diff --git a/debian/patches/0100_remove_rubygems.patch b/debian/patches/0100_remove_rubygems.patch
new file mode 100644
index 0000000..8f5ec2c
--- /dev/null
+++ b/debian/patches/0100_remove_rubygems.patch
@@ -0,0 +1,52 @@
+--- a/Rakefile
++++ b/Rakefile
+@@ -13,11 +13,11 @@
+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+-begin
+-    require 'rubygems'
+-rescue LoadError
+-    nil
+-end
++#begin
++#    require 'rubygems'
++#rescue LoadError
++#    nil
++#end
+ 
+ require 'rake'
+ require 'rake/clean'
+--- a/ext/gl/mkrf_conf.rb
++++ b/ext/gl/mkrf_conf.rb
+@@ -13,7 +13,7 @@
+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+-require 'rubygems'
++#require 'rubygems'
+ require 'mkrf'
+ require 'rbconfig'
+ 
+--- a/ext/glu/mkrf_conf.rb
++++ b/ext/glu/mkrf_conf.rb
+@@ -13,7 +13,7 @@
+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+-require 'rubygems'
++#require 'rubygems'
+ require 'mkrf'
+ 
+ RUBYVER = " -DRUBY_VERSION=" + RUBY_VERSION.split(".").join
+--- a/ext/glut/mkrf_conf.rb
++++ b/ext/glut/mkrf_conf.rb
+@@ -13,7 +13,7 @@
+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ 
+-require 'rubygems'
++#require 'rubygems'
+ require 'mkrf'
+ 
+ RUBYVER = " -DRUBY_VERSION=" + RUBY_VERSION.split(".").join
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ca7493d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0100_remove_rubygems.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-opengl.git



More information about the Pkg-ruby-extras-commits mailing list