]> Pileus Git - ~andy/sunrise/blob - dev-ruby/trollop/trollop-1.13.ebuild
Remove dev-tex/tetex-fonts-hebrew from sunrise, bug 179251.
[~andy/sunrise] / dev-ruby / trollop / trollop-1.13.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit ruby gems
6
7 DESCRIPTION="Advanced commandline option parser with implicit --help generator."
8 HOMEPAGE="http://trollop.rubyforge.org"
9 SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
10
11 LICENSE="Ruby"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14
15 IUSE=""
16 USE_RUBY="1.8 1.9"
17 DEPEND="virtual/ruby"