summaryrefslogtreecommitdiff
blob: beb6228d5e0c650d8fcaae8eee694b848e2d24ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cmdparse/cmdparse-2.0.2.ebuild,v 1.2 2007/03/07 01:54:50 tgall Exp $

inherit ruby gems

IUSE=""

DESCRIPTION="Advanced command line parser supporting commands"
HOMEPAGE="http://cmdparse.rubyforge.org/"
SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"

KEYWORDS="~ia64 ~ppc64 ~x86 ~amd64"
LICENSE="GPL-2"
SLOT="0"

USE_RUBY="ruby18"