summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-08-21 05:57:25 +0000
committerHans de Graaff <graaff@gentoo.org>2009-08-21 05:57:25 +0000
commit0e882b826f351c3e71e1b55885ab56cca19e6ca2 (patch)
treefdb1e5a5833e6558a4b5a26eab99d90f977ba94e /dev-ruby/ruby_parser
parentAdd check for broken syscall() on x86 #279260 by Andrew Gaffney. (diff)
downloadgentoo-2-0e882b826f351c3e71e1b55885ab56cca19e6ca2.tar.gz
gentoo-2-0e882b826f351c3e71e1b55885ab56cca19e6ca2.tar.bz2
gentoo-2-0e882b826f351c3e71e1b55885ab56cca19e6ca2.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby_parser')
-rw-r--r--dev-ruby/ruby_parser/ChangeLog7
-rw-r--r--dev-ruby/ruby_parser/ruby_parser-2.0.4.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/ruby_parser/ChangeLog b/dev-ruby/ruby_parser/ChangeLog
index 285511d45787..ef49b622c31b 100644
--- a/dev-ruby/ruby_parser/ChangeLog
+++ b/dev-ruby/ruby_parser/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/ruby_parser
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.1 2009/08/06 06:20:36 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ChangeLog,v 1.2 2009/08/21 05:57:25 graaff Exp $
+
+*ruby_parser-2.0.4 (21 Aug 2009)
+
+ 21 Aug 2009; Hans de Graaff <graaff@gentoo.org> +ruby_parser-2.0.4.ebuild:
+ Version bump with bug fixes.
*ruby_parser-2.0.3 (06 Aug 2009)
diff --git a/dev-ruby/ruby_parser/ruby_parser-2.0.4.ebuild b/dev-ruby/ruby_parser/ruby_parser-2.0.4.ebuild
new file mode 100644
index 000000000000..ed681e669eba
--- /dev/null
+++ b/dev-ruby/ruby_parser/ruby_parser-2.0.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby_parser/ruby_parser-2.0.4.ebuild,v 1.1 2009/08/21 05:57:25 graaff Exp $
+
+inherit gems
+
+DESCRIPTION="A ruby parser written in pure ruby."
+HOMEPAGE="http://parsetree.rubyforge.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+USE_RUBY="ruby18"
+
+DEPEND=">=dev-ruby/sexp-processor-3.0.1"
+RDEPEND="${DEPEND}"