blob: 40442501c33052354e0a52432329bedf7ab1b078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 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.2 2010/02/13 19:36:52 armin76 Exp $
inherit ruby gems
DESCRIPTION="Treetop is a language for describing languages."
HOMEPAGE="http://treetop.rubyforge.org/"
LICENSE="Ruby"
KEYWORDS="~amd64 ~sparc ~x86"
SLOT="0"
IUSE=""
USE_RUBY="ruby18"
RDEPEND=">=dev-ruby/polyglot-0.2.5"
DEPEND="${RDEPEND}"
|