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.28
- 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 +1,2 @@ | ||
DIST d3_rails-3.5.16.gem 134656 SHA256 617d2aca6138b9d99374cd87ee9b0658a782376f237e2805723dc68143fd0e0f SHA512 b566d161dd1999523106f87f78522fffb7b5ec5615db53cf9d9c8e39145baca00d6f12a94438603ad395fd515de6297afd4afd17ec1186ea141b54a724585268 WHIRLPOOL 2fd259969bba4d424742766f45cf4d75fe84a31294a712d404a79b2085c99f163f9a8b4aa525704cf9545cace9909ab101174c9b0a79cce995d0ed86ccdf50b2 | ||
DIST d3_rails-3.5.17.gem 134656 SHA256 c2e3ae9577cf890042c4d017ebce3ad7d913ad30b477af92de81564c6010f41e SHA512 08e59d1615477c92441c9b04239451d184663d0abe9b3340c3f0ae02d2b9eadbec03f6b12ec08407c644d89fbb25c50eb1bddc52d87c77bd4b476fab1461c882 WHIRLPOOL e6dcd9755a9a31351331ea55b0ac492cbd253707ad5ebaa3972adea9365320200a18d772029e7f546ea2673c7bb4d26c2e58f9e52292fc74726315ea4d14f519 |
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 ruby23" | ||
|
||
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:*" |