commit: fe7ec0e7dbbd6732560a27b5a7a403bec02e073a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jul 18 06:37:32 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jul 18 06:48:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7ec0e7
dev-ruby/globalid: add ruby23 revision Package-Manager: portage-2.2.28 dev-ruby/globalid/globalid-0.3.6-r1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dev-ruby/globalid/globalid-0.3.6-r1.ebuild b/dev-ruby/globalid/globalid-0.3.6-r1.ebuild new file mode 100644 index 0000000..b28c1de --- /dev/null +++ b/dev-ruby/globalid/globalid-0.3.6-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +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" +KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux" +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:*"