blob: 293bb18f29b23cd030a1c260261305548c9fb7e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2010 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.1.0.ebuild,v 1.4 2010/04/18 14:01:58 nixnut 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.1.0
>=dev-ruby/locale_rails-2.0.5
>=dev-ruby/rails-2.3.2"
DEPEND="${RDEPEND}"
|