forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package-Manager: portage-2.2.26
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST d3_rails-3.5.10.gem 134656 SHA256 ac04dedf5d0a5aad2d467f898fe161ec69d8e90416613e63918f53c8c5bb9456 SHA512 aad51fcabcc7ec120ed99eebbbce33d92319d2e6654a76d06e0b01fb16c7f687b1c146afd83391ed5c945f2dd4cac8f65025ac4db7c7efd9e7ae24abccb62397 WHIRLPOOL fc066f61679b483a747beba632c9cad4af6451ede4e1be34bb530f71462f7f68a8feb3894931c5666082935e9ad8dee1455974d09572226725a3fb4825bffbd6 | ||
DIST d3_rails-3.5.11.gem 134656 SHA256 3d3da310fd4a9caac0d5b9113a79daac7e5e9c976a552ea6ea6c5a4b5d8c7d8b SHA512 2b01538e25a302a4954f01035f628da3d4f5ce5e5d643c42dd4abe70afac826acd211634911d758dd05394b885c4f9fd69814c91dd3dea753ffc4737a82d4969 WHIRLPOOL f47a05095ba15840e15a37171402e6ec4874ee35eb4f1dc14b2bd9a21b5cebe3790fba538ef3afd60ad688621abfd105d0dd3833abbe5be269870e3eadc77c36 | ||
DIST d3_rails-3.5.16.gem 134656 SHA256 617d2aca6138b9d99374cd87ee9b0658a782376f237e2805723dc68143fd0e0f SHA512 b566d161dd1999523106f87f78522fffb7b5ec5615db53cf9d9c8e39145baca00d6f12a94438603ad395fd515de6297afd4afd17ec1186ea141b54a724585268 WHIRLPOOL 2fd259969bba4d424742766f45cf4d75fe84a31294a712d404a79b2085c99f163f9a8b4aa525704cf9545cace9909ab101174c9b0a79cce995d0ed86ccdf50b2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
|
||
RUBY_FAKEGEM_RECIPE_TEST="none" | ||
RUBY_FAKEGEM_RECIPE_DOC="none" | ||
RUBY_FAKEGEM_EXTRADOC="README.md" | ||
RUBY_FAKEGEM_EXTRAINSTALL="app" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Ruby on Rails integration for the Javascript Data Visualization Framework, D3" | ||
HOMEPAGE="https://github.com/logical42/d3_rails" | ||
|
||
LICENSE="MIT BSD" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
ruby_add_rdepend ">=dev-ruby/railties-3.1:*" |