# Copyright 1999-2010 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}"