blob: fafdb6d51478fd2bcd1406a05e7e9c246fb5edde (
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: /var/cvsroot/gentoo-x86/dev-ruby/main/main-2.8.4.ebuild,v 1.1 2009/07/04 07:10:17 graaff Exp $
inherit ruby gems
USE_RUBY="ruby18"
DESCRIPTION="A class factory and dsl for generating command line programs real quick."
HOMEPAGE="http://rubyforge.org/projects/codeforpeople"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-ruby/fattr-1.0.3
>=dev-ruby/arrayfields-4.5.0"
DEPEND="${RDEPEND}"
|