blob: d2d8e0029a3a370cbbf8fb0362a8c2760a247c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp-processor/sexp-processor-3.0.1.ebuild,v 1.1 2009/06/09 06:08:18 graaff Exp $
inherit gems
MY_PN="sexp_processor"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Processor for s-expressions created as part of the ParseTree project."
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=""
DEPEND=">=dev-ruby/hoe-1.8.2"
USE_RUBY="ruby18 ruby19"
|