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
commite983be4c969554e01321afd83de6892bbd0cc9c6 (patch)
tree7202179c0a8780decca5b9e4af2e8c3e03322146 /dev-ruby
parentRemoved old versions. (diff)
downloadhistorical-e983be4c969554e01321afd83de6892bbd0cc9c6.tar.gz
historical-e983be4c969554e01321afd83de6892bbd0cc9c6.tar.bz2
historical-e983be4c969554e01321afd83de6892bbd0cc9c6.zip
Removed stale files.
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rexml/Manifest7
-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
5 files changed, 7 insertions, 71 deletions
diff --git a/dev-ruby/rexml/Manifest b/dev-ruby/rexml/Manifest
new file mode 100644
index 000000000000..2a5399ce0ea7
--- /dev/null
+++ b/dev-ruby/rexml/Manifest
@@ -0,0 +1,7 @@
+MD5 59b847f57a7f7077bb1c97692aca048f ChangeLog 2065
+MD5 905fbd01b65f0fbb132b88587bb9c5b0 rexml-2.5.8.ebuild 712
+MD5 a0b92fc3e8520d1f1ddb2215ce4f32ac files/rexml-1.2.5-gentoo.diff 688
+MD5 301b50c7c72700e5499da68349a3d605 files/rexml-2.3.5-gentoo.diff 572
+MD5 ab46802b8dbd93ed51afbb2e06d286bb files/rexml-2.3.7-gentoo.diff 594
+MD5 d8c7f8b4e49227432a5e6f52f035a0ad files/rexml-2.4.0-gentoo.diff 539
+MD5 8212a4de094b70c4109b28b262682eb0 files/digest-rexml-2.5.8 60
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