]> git.pld-linux.org Git - packages/ruby.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 26 Feb 2010 10:41:13 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-info.patch -> 1.4
    ruby-require-rubygems-version.patch -> 1.2

ruby-info.patch [deleted file]
ruby-require-rubygems-version.patch [deleted file]

diff --git a/ruby-info.patch b/ruby-info.patch
deleted file mode 100644 (file)
index e0be32e..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-diff -Nru ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi
---- ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi      Sun Sep 26 19:16:22 1999
-+++ ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi  Thu Feb 15 22:01:36 2001
-@@ -23,9 +23,9 @@
- @c ===================================================================
- @c              Part II: Summary Description and Copyright
- @ifinfo
--@dircategory Languages
-+@dircategory Programming Languages:
- @direntry
--* ruby: (ruby).                 Ruby Language Reference Manual (English)
-+* ruby: (ruby).                               Ruby Language Reference Manual
- @end direntry
- @quotation
-diff -Nru ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi.in ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi.in
---- ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi.in   Sun Sep 26 18:32:38 1999
-+++ ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi.in       Thu Feb 15 22:00:27 2001
-@@ -23,9 +23,9 @@
- @c ===================================================================
- @c              Part II: Summary Description and Copyright
- @ifinfo
--@dircategory Languages
-+@dircategory Programming Languages:
- @direntry
--* ruby: (ruby).                 Ruby Language Reference Manual (English)
-+* ruby: (ruby).                               Ruby Language Reference Manual
- @end direntry
- @quotation
---- ruby-1.6.7/ruby-texi-1.4-en/socket.texi.orig       Sun Sep 26 19:16:23 1999
-+++ ruby-1.6.7/ruby-texi-1.4-en/socket.texi    Wed May 22 21:53:54 2002
-@@ -347,7 +347,7 @@
- @code{recv} (@pxref{BasicSocket}).
- @end defmethod
--@defmethod @code{UDPSocket} send (@var{mesg}, @var{flags[, }@var{host}, @var{port}])
-+@defmethod @code{UDPSocket} send (@var{mesg}, @var{flags}[, @var{host}, @var{port}])
- Sends the @var{mesg} through the socket.  See
- @samp{send(2)} for detail.  You have to specify the
-@@ -400,7 +400,7 @@
- Receives data from the socket and returns the pair of data and the
- path of the sender.  For arguments, see
--@code{recv} (@pxref{}).
-+@code{recv} (@pxref{BasicSocket}).
- @end defmethod
- @page
-@@ -524,5 +524,5 @@
- Receives data from the socket and returns the pair of data and the
- address of the sender.  For arguments, see
--@code{recv} (@pxref{}).
-+@code{recv} (@pxref{BasicSocket}).
- @end defmethod
---- ruby-1.6.7/ruby-texi-1.4-en/thread.texi.orig       Sun Sep 26 19:16:26 1999
-+++ ruby-1.6.7/ruby-texi-1.4-en/thread.texi    Wed May 22 21:56:35 2002
-@@ -168,7 +168,7 @@
- Waits for the thread to terminate and returns the evaluated value of
- the block, which is given to the
--@code{Thread.create} (@pxref{}).
-+@code{Thread.create} (@pxref{Thread}).
- @end defmethod
- @defmethod @code{Thread} wakeup
---- ruby-1.8.4/ruby-texi-1.4-en/Makefile~      1999-09-26 19:00:42.000000000 +0200
-+++ ruby-1.8.4/ruby-texi-1.4-en/Makefile       2006-04-08 20:10:01.000000000 +0200
-@@ -1,5 +1,5 @@
- MAKEINFO=makeinfo
--MAKEINFOFLAGS=--fill-column=70 --verbose --no-validate 
-+MAKEINFOFLAGS=--fill-column=70 --verbose --no-validate --no-split 
- TEXINDEX=texindex
- TEX=tex
- DVIPS=dvi2ps
diff --git a/ruby-require-rubygems-version.patch b/ruby-require-rubygems-version.patch
deleted file mode 100644 (file)
index 030f33d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- ruby-1.8.7-p72/lib/rdoc/ri/ri_paths.rb~    2008-10-01 15:20:49.916874017 +0200
-+++ ruby-1.8.7-p72/lib/rdoc/ri/ri_paths.rb     2008-10-01 15:21:29.112912579 +0200
-@@ -44,6 +44,7 @@
-     begin
-       require 'rubygems'
-+      require 'rubygems/version'
-       # HACK dup'd from Gem.latest_partials and friends
-       all_paths = []
This page took 0.278381 seconds and 4 git commands to generate.