blob: 83210c3f205b9c8e415ca6ccb1eb1a05436eb741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2010 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.7 2010/05/22 15:06:37 flameeyes Exp $
inherit ruby gems
IUSE=""
DESCRIPTION="Advanced command line parser supporting commands"
HOMEPAGE="http://cmdparse.rubyforge.org/"
KEYWORDS="~amd64 ia64 ppc64 x86"
LICENSE="GPL-2"
SLOT="0"
USE_RUBY="ruby18"
|