You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/locale_rails/locale_rails-2.0.5_p2010071...

36 lines
1.0 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale_rails/locale_rails-2.0.5_p20100710.ebuild,v 1.3 2011/10/15 23:02:58 maekke Exp $
EAPI=2
USE_RUBY="ruby18"
# Documentation is generated using allison. We have that in the tree
# but this causes sandbox violations.
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
RUBY_FAKEGEM_VERSION="${PV%_*}"
GITHUB_USER="mutoh"
TREE_HASH="13a096f20b4be16ae45f"
inherit ruby-fakegem
DESCRIPTION="This library provides some Rails localized functions."
HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext-rails.html"
LICENSE="Ruby"
SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/${TREE_HASH} -> ${PN}-git-${PV}.tgz"
KEYWORDS="amd64 ~ppc x86 ~x86-macos"
SLOT="0"
IUSE=""
S="${WORKDIR}/${GITHUB_USER}-${PN}-*"
# Tests fail. We did not run them previously so not considered a
# regression. Needs further investigation.
RESTRICT="test"
ruby_add_rdepend ">=dev-ruby/locale-2.0.5"