blob: 461b7be2d2fe553c7c2f97a217ee810cda7343a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/parsetree-2.0.2.ebuild,v 1.2 2007/10/14 05:41:57 tgall Exp $
inherit ruby gems
MY_PN="ParseTree"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="ParseTree extracts the parse tree for a Class or method and returns it as a s-expression."
HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/"
SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
USE_RUBY="ruby18"
DEPEND=">=dev-lang/ruby-1.8.4
>=dev-ruby/ruby-inline-3.6.0
>=dev-ruby/hoe-1.3.0"
|