summaryrefslogtreecommitdiff
blob: 51c623d28f3a577794fba94c28a66300d1a39aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubigen/rubigen-1.5.2.ebuild,v 1.3 2010/01/06 21:03:34 ranger Exp $

inherit gems

USE_RUBY="ruby18"
DESCRIPTION="A framework to allow Ruby applications to generate file/folder stubs."
HOMEPAGE="http://drnic.github.com/rubigen"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""

RDEPEND=">=dev-ruby/activesupport-2.2.2
	>=dev-ruby/rubygems-1.3.1"
DEPEND="${RDEPEND}"