summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-12-15 00:13:59 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-12-15 00:13:59 +0000
commit2f1c9d45fa3fa723d4d412edd5c61bcfa05838b6 (patch)
treec3121eade6cc5daca27ffc32246c5ed6f3edc80f /dev-ruby
parentAdded rvim, ex, rview, and rvim to ebuild. (diff)
downloadhistorical-2f1c9d45fa3fa723d4d412edd5c61bcfa05838b6.tar.gz
historical-2f1c9d45fa3fa723d4d412edd5c61bcfa05838b6.tar.bz2
historical-2f1c9d45fa3fa723d4d412edd5c61bcfa05838b6.zip
New version.
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rexml/ChangeLog8
-rw-r--r--dev-ruby/rexml/files/digest-rexml-2.4.41
-rw-r--r--dev-ruby/rexml/rexml-2.4.4.ebuild16
3 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/rexml/ChangeLog b/dev-ruby/rexml/ChangeLog
index 5e45726ef3e5..8a482084679d 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.5 2002/07/10 16:59:35 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/ChangeLog,v 1.6 2002/12/15 00:13:59 rphillips Exp $
+
+*rexml-2.4.4 (5 Dec 2002)
+
+ 5 Dec 2002; Sean Russell <ser@germane-software.com> rexml-2.4.4 files/digest-rexml-2.4.4 :
+
+ New version. The patch hasn't been needed for several versions now; the install.rb script takes a -d argument that does the same thing as "make DESTDIR=${D} install".
*rexml-2.4.0 (10 Jul 2002)
diff --git a/dev-ruby/rexml/files/digest-rexml-2.4.4 b/dev-ruby/rexml/files/digest-rexml-2.4.4
new file mode 100644
index 000000000000..5ee0db6ab57e
--- /dev/null
+++ b/dev-ruby/rexml/files/digest-rexml-2.4.4
@@ -0,0 +1 @@
+MD5 b5c39f8e21adad68dde1fefd86f26d71 rexml_2.4.4.tgz 293796
diff --git a/dev-ruby/rexml/rexml-2.4.4.ebuild b/dev-ruby/rexml/rexml-2.4.4.ebuild
new file mode 100644
index 000000000000..4a35e4088b00
--- /dev/null
+++ b/dev-ruby/rexml/rexml-2.4.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/rexml-2.4.4.ebuild,v 1.1 2002/12/15 00:13:51 rphillips Exp $
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="A pure Ruby XML parser with XPath support"
+SRC_URI="http://www.germane-software.com/archives/${PN}_${PV}.tgz"
+HOMEPAGE="http://www.germane-software.com/software/rexml/"
+DEPEND=">=dev-lang/ruby-1.6.0"
+LICENSE="Ruby"
+KEYWORDS="~x86"
+SLOT="0"
+
+src_install () {
+ ruby bin/install.rb -d ${D}
+}