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.3.3
- Loading branch information
Showing
2 changed files
with
22 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 ffaker-2.4.0.gem 372736 SHA256 3e8bb2d3bf3bb26cb84316bd0837ccf54b91b98f30f89ee7d0f04e1585db8ee6 SHA512 99c59702d5da649fb7a8906c2bf935f87c8417453e4924c13592946a7d6b0c33a36ea2fb8b92fcdd990290ba549151aacedc69afa8127d672d21871d8f219735 WHIRLPOOL 6beed40712d30169f041f350c9e00912ab387a057c7e265a52ac61bc288dc7232d6061b35d0bf7c42209113af9d0e0850caa8edd8aca6dd4e7110ada29ac8517 | ||
DIST ffaker-2.5.0.gem 386048 SHA256 f680fa2f4f269e1f9d39f5804e62cc1e98cf757f4018fc224d6c5e76103ebafe SHA512 9f164fe88f749f7b1838f7c010401fc65a13263a4cb477220170fd20ab0328068e06096f93d9cba54d483d62d027c0ea5dc36560ad5e7e18ac7defe0e0d7f7ae WHIRLPOOL 56ef1484541aab0d94c81abc6cc03b9fb46023fd53af29409151e480ae39093c30d54332f8b1a40a7ac3c34eb3c7eaea07f4c1867865c3aba38b79971e723c08 |
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,21 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
USE_RUBY="ruby21 ruby22 ruby23" | ||
|
||
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md REFERENCE.md" | ||
RUBY_FAKEGEM_RECIPE_DOC="yard" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Faster Faker, generates dummy data" | ||
HOMEPAGE="https://github.com/emmanueloga/ffaker" | ||
|
||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="test" | ||
|
||
ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" |