summaryrefslogtreecommitdiff
blob: 4819274398a3e5f1f596c61e5c77e0083ec1ecd7 (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="mirror://rubygems/${P}.gem"

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

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