summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/treetop/treetop-1.4.2.ebuild')
-rw-r--r--dev-ruby/treetop/treetop-1.4.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/treetop/treetop-1.4.2.ebuild b/dev-ruby/treetop/treetop-1.4.2.ebuild
new file mode 100644
index 000000000000..9faf7a12674f
--- /dev/null
+++ b/dev-ruby/treetop/treetop-1.4.2.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/treetop/treetop-1.4.2.ebuild,v 1.1 2009/09/11 06:17:37 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Treetop is a language for describing languages."
+HOMEPAGE="http://treetop.rubyforge.org/"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+USE_RUBY="ruby18"
+
+RDEPEND=">=dev-ruby/polyglot-0.2.5"
+DEPEND="${RDEPEND}"