summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-07-18 08:37:32 +0200
committerHans de Graaff <graaff@gentoo.org>2016-07-18 08:48:13 +0200
commitfe7ec0e7dbbd6732560a27b5a7a403bec02e073a (patch)
tree5b1df56271d5ae804a4623d75f9deae87163f894 /dev-ruby/globalid
parentdev-ruby/sprockets: add ruby23 (diff)
downloadgentoo-fe7ec0e7dbbd6732560a27b5a7a403bec02e073a.tar.gz
gentoo-fe7ec0e7dbbd6732560a27b5a7a403bec02e073a.tar.bz2
gentoo-fe7ec0e7dbbd6732560a27b5a7a403bec02e073a.zip
dev-ruby/globalid: add ruby23 revision
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/globalid')
-rw-r--r--dev-ruby/globalid/globalid-0.3.6-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
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 000000000000..b28c1de8d674
--- /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:*"