summaryrefslogtreecommitdiff
blob: 7bc6c233b4d0f470342d9550f58d16bca1f1c4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_rails/gettext_rails-2.0.4.ebuild,v 1.3 2009/12/09 21:29:31 maekke Exp $

inherit gems

DESCRIPTION="An L10 library for Ruby on Rails."
HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext-rails.html"
LICENSE="Ruby"

KEYWORDS="amd64 ~ppc x86"
SLOT="0"
IUSE=""

USE_RUBY="ruby18"

RDEPEND="
	>=dev-ruby/gettext_activerecord-2.0.4
	>=dev-ruby/locale_rails-2.0.4
	>=dev-ruby/rails-2.3.2"
DEPEND="${RDEPEND}"