From 768317a67d5dcebd313c15bfc6e457718af8da9d Mon Sep 17 00:00:00 2001 From: Tom William Payne Date: Mon, 12 May 2003 23:46:39 +0000 Subject: Removed stale files. --- dev-ruby/rexml/files/rexml-1.2.5-gentoo.diff | 19 ------------------- dev-ruby/rexml/files/rexml-2.3.5-gentoo.diff | 17 ----------------- dev-ruby/rexml/files/rexml-2.3.7-gentoo.diff | 18 ------------------ dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff | 17 ----------------- 4 files changed, 71 deletions(-) delete mode 100644 dev-ruby/rexml/files/rexml-1.2.5-gentoo.diff delete mode 100644 dev-ruby/rexml/files/rexml-2.3.5-gentoo.diff delete mode 100644 dev-ruby/rexml/files/rexml-2.3.7-gentoo.diff delete mode 100644 dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff (limited to 'dev-ruby/rexml') diff --git a/dev-ruby/rexml/files/rexml-1.2.5-gentoo.diff b/dev-ruby/rexml/files/rexml-1.2.5-gentoo.diff deleted file mode 100644 index 90db3d8abc66..000000000000 --- a/dev-ruby/rexml/files/rexml-1.2.5-gentoo.diff +++ /dev/null @@ -1,19 +0,0 @@ -diff -ruN rexml.old/bin/install.rb rexml/bin/install.rb ---- rexml.old/bin/install.rb Thu Jan 10 21:03:41 2002 -+++ rexml/bin/install.rb Wed Feb 27 18:36:47 2002 -@@ -8,8 +8,13 @@ - SRC = 'rexml' - - --INSTDIR = File.join Config::CONFIG['sitedir'], -- "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+if ENV["PORTAGETMP"] -+ INSTDIR = File.join ENV["PORTAGETMP"], Config::CONFIG['sitedir'], -+ "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+else -+ INSTDIR = File.join Config::CONFIG['sitedir'], -+ "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+end - DESTDIR = File.join INSTDIR, SRC - - opts = GetoptLong.new( [ "--uninstall", "-u", GetoptLong::NO_ARGUMENT ] ) diff --git a/dev-ruby/rexml/files/rexml-2.3.5-gentoo.diff b/dev-ruby/rexml/files/rexml-2.3.5-gentoo.diff deleted file mode 100644 index e2df22a7f6f7..000000000000 --- a/dev-ruby/rexml/files/rexml-2.3.5-gentoo.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- rexml.old/bin/install.rb Sun Jun 16 22:43:05 2002 -+++ rexml/bin/install.rb Sun Jun 16 22:44:39 2002 -@@ -9,8 +9,13 @@ - - SRC = 'rexml' - --INSTDIR = File.join Config::CONFIG['sitedir'], -+if ENV["PORTAGETMP"] -+ INSTDIR = File.join ENV["PORTAGETMP"], Config::CONFIG['sitedir'], - "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+else -+ INSTDIR = File.join Config::CONFIG['sitedir'], -+ "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+end - DESTDIR = File.join INSTDIR, SRC - - opts = GetoptLong.new( [ "--uninstall", "-u", GetoptLong::NO_ARGUMENT ] ) diff --git a/dev-ruby/rexml/files/rexml-2.3.7-gentoo.diff b/dev-ruby/rexml/files/rexml-2.3.7-gentoo.diff deleted file mode 100644 index eaa31d9ff51d..000000000000 --- a/dev-ruby/rexml/files/rexml-2.3.7-gentoo.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- rexml.old/bin/install.rb Mon Jul 1 21:42:34 2002 -+++ rexml/bin/install.rb Mon Jul 1 21:47:23 2002 -@@ -34,9 +34,13 @@ - [ '--help', '-h', GetoptLong::NO_ARGUMENT], - [ '--noop', '-n', GetoptLong::NO_ARGUMENT]) - -- --destdir = File.join Config::CONFIG['sitedir'], -+if ENV["PORTAGETMP"] -+ destdir = File.join ENV["PORTAGETMP"], Config::CONFIG['sitedir'], -+ "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+else -+ destdir = File.join Config::CONFIG['sitedir'], - "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+end - - uninstall = false - append = nil diff --git a/dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff b/dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff deleted file mode 100644 index 1bae35c9c59a..000000000000 --- a/dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- rexml.old/bin/install.rb Wed Jul 10 20:15:22 2002 -+++ rexml/bin/install.rb Wed Jul 10 20:35:49 2002 -@@ -35,8 +35,13 @@ - [ '--noop', '-n', GetoptLong::NO_ARGUMENT]) - - --destdir = File.join Config::CONFIG['sitedir'], -+if ENV["PORTAGETMP"] -+ destdir = File.join ENV["PORTAGETMP"], Config::CONFIG['sitedir'], - "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+else -+ destdir = File.join Config::CONFIG['sitedir'], -+ "#{Config::CONFIG['MAJOR']}.#{Config::CONFIG['MINOR']}" -+end - - uninstall = false - append = nil -- cgit v1.2.3-65-gdbad