2016-01-17 16:26:33 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2015-08-05 10:58:01 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2015-08-05 10:58:01 +03:00
|
|
|
|
|
|
|
EAPI=5
|
2016-01-17 16:26:33 +03:00
|
|
|
USE_RUBY="ruby20 ruby21 ruby22"
|
2015-08-05 10:58:01 +03:00
|
|
|
|
|
|
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
|
|
|
RUBY_FAKEGEM_EXTRADOC="README.md"
|
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
|
|
|
DESCRIPTION="Reference models by URI"
|
|
|
|
HOMEPAGE="https://github.com/rails/globalid"
|
|
|
|
SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2016-05-18 14:56:09 +03:00
|
|
|
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
|
2015-08-05 10:58:01 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-4.1.0 >=dev-ruby/railties-4.1.0 )"
|
|
|
|
ruby_add_rdepend ">=dev-ruby/activesupport-4.1.0:*"
|