summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rexml')
-rw-r--r--dev-ruby/rexml/ChangeLog8
-rw-r--r--dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff17
-rw-r--r--dev-ruby/rexml/rexml-2.4.0.ebuild3
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/rexml/ChangeLog b/dev-ruby/rexml/ChangeLog
index d62903debd14..5e45726ef3e5 100644
--- a/dev-ruby/rexml/ChangeLog
+++ b/dev-ruby/rexml/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/rexml
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/ChangeLog,v 1.4 2002/07/08 02:55:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/ChangeLog,v 1.5 2002/07/10 16:59:35 rphillips Exp $
+
+*rexml-2.4.0 (10 Jul 2002)
+
+ 10 Jul 2002; Ryan Phillips <rphillips@gentoo.org> rexml-2.4.0 files/digest-rexml-2.4.0 :
+
+ New Version. Fixes #4796
*rexml-2.3.7 (02 Jul 2002)
diff --git a/dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff b/dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff
new file mode 100644
index 000000000000..1bae35c9c59a
--- /dev/null
+++ b/dev-ruby/rexml/files/rexml-2.4.0-gentoo.diff
@@ -0,0 +1,17 @@
+--- 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
diff --git a/dev-ruby/rexml/rexml-2.4.0.ebuild b/dev-ruby/rexml/rexml-2.4.0.ebuild
index 5bedb9325c43..22c0443f7ff8 100644
--- a/dev-ruby/rexml/rexml-2.4.0.ebuild
+++ b/dev-ruby/rexml/rexml-2.4.0.ebuild
@@ -1,3 +1,6 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-2.4.0.ebuild,v 1.2 2002/07/10 17:00:09 rphillips Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Ruby Electric XML"