summaryrefslogtreecommitdiff
blob: 136d0826ec3450146d0ca4ba2cfecb877d4f3b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit ruby gems

DESCRIPTION="Advanced commandline option parser with implicit --help generator."
HOMEPAGE="http://trollop.rubyforge.org"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"

LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
USE_RUBY="1.8 1.9"
DEPEND="virtual/ruby"
RDEPEND="${DEPEND}"