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.
dev-ruby/font-awesome-rails: add 4.7.0.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
23 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 font-awesome-rails-4.7.0.1.gem 637952 SHA256 9cdaaa34cef55b2f856efab04c40900fe4586842949f4c8fcc947a7ce43e8061 SHA512 11e15a20581dea73a9b850c74d1796a9c24bc3bb502638aaf7af1a0aa93ef1f9ea3aa5099b86c08c10867d304dabdd61ffc45f0efd6f97133f3372acc95285d9 WHIRLPOOL 8435e6c97b7eef35a585d43fab3987b1b9d17f3a901c19cfc7943b58bf3448e12770e509a387ae535c20daece66084308939454e56f20f3c62e1debc1680f49d | ||
DIST font-awesome-rails-4.7.0.2.gem 637952 SHA256 d292b42b6f10557eecb22a533c863141c4de2083ba7fe0849a7ae249695bcfb9 SHA512 8a6f9663c775bf44764086c85582158c00f9e0a0ac023d9247b62bd79d2864954efbf4235251a2e97dc5981f48581b520dc4323739e748da62916c21311f048e WHIRLPOOL b24e4415988bd87c6d1a0acf68efc65e1ac775cc805fc667b47c7ceb4a470a70875b616ab2ae9b8b2b16ad76573a82aa64f6ddfd2cd9d2f6863aab886197eab0 |
22 changes: 22 additions & 0 deletions
22
dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.2.ebuild
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,22 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
USE_RUBY="ruby21 ruby22 ruby23" | ||
|
||
RUBY_FAKEGEM_RECIPE_DOC="rdoc" | ||
RUBY_FAKEGEM_TASK_TEST="" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Font-awesome for the asset pipeline" | ||
HOMEPAGE="https://github.com/bokmann/font-awesome-rails https://rubygems.org/gems/font-awesome-rails" | ||
|
||
LICENSE="MIT OFL" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
ruby_add_rdepend "<dev-ruby/railties-5.2:* | ||
>=dev-ruby/railties-3.2:*" |