summaryrefslogtreecommitdiff
blob: e62d7b9278b5b0cb53ccafd208547c0d0de8ef36 (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/rubigen/rubigen-1.5.2.ebuild,v 1.2 2009/07/08 14:49:50 fauli 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 ~x86"
IUSE=""

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