summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2003-05-12 23:46:39 +0000
committerTom William Payne <twp@gentoo.org>2003-05-12 23:46:39 +0000
commit768317a67d5dcebd313c15bfc6e457718af8da9d (patch)
treed3ab2e65d1881a7c3ec49b05f804c63d0f38c5fa /dev-ruby/rexml
parentRemoved old versions. (diff)
downloadgentoo-2-768317a67d5dcebd313c15bfc6e457718af8da9d.tar.gz
gentoo-2-768317a67d5dcebd313c15bfc6e457718af8da9d.tar.bz2
gentoo-2-768317a67d5dcebd313c15bfc6e457718af8da9d.zip
Removed stale files.
Diffstat (limited to 'dev-ruby/rexml')
-rw-r--r--dev-ruby/rexml/files/rexml-1.2.5-gentoo.diff19
-rw-r--r--dev-ruby/rexml/files/rexml-2.3.5-gentoo.diff17
-rw-r--r--dev-ruby/rexml/files/rexml-2.3.7-gentoo.diff18
-rw-r--r--dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff17
4 files changed, 0 insertions, 71 deletions
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