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.13, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
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 forgery-0.6.0.tar.gz 40185 SHA256 adc53336f958d3ebf6e8cb73bf17e72f579c8529f08a185b07fc22671e43d057 SHA512 8cafc3e91c87ddaadffee1d887a8993595aea9499d8db21e18374db62596fac35e9ca868e6d8d3bd3284c9ee43f398a5bc986737440c7a5b70bdd795ba04ae97 WHIRLPOOL 7570aa36bedc924237d43614cecf03d290637611e39a67f223ea656707307469f5867088982537e7cd86b85932612c48e8490ce189dbc90d8f97f612cdad7ac6 | ||
DIST forgery-0.6.0.tar.gz 40185 BLAKE2B d47930dd22682390df16fcc0a6339289a87801dd95cd7116e999c2d372c5e09d7b2e743f88108c98da44232a43195d29bffc7cab91f01239e9b2d50022a9f3db SHA512 8cafc3e91c87ddaadffee1d887a8993595aea9499d8db21e18374db62596fac35e9ca868e6d8d3bd3284c9ee43f398a5bc986737440c7a5b70bdd795ba04ae97 | ||
DIST forgery-0.7.0.gem 47616 BLAKE2B 6f9a95770512213240659c55a8d9b72f4fbf9c39cd598253f151a5bf0d6e81604e279a5a47b41a8594ac42ab200238f6fafa19b8e9c7fdab74c10bf5d2855221 SHA512 c1f540f3640b99e2a574d0f677d2fe76b554e4ac0e15bd9c27c2648909e86ab972be0c65682e16db34abff576a6b1ac975ada8d39c87c57817e903aba36982d3 |
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-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
USE_RUBY="ruby22 ruby23 ruby24" | ||
|
||
RUBY_FAKEGEM_RECIPE_DOC="rdoc" | ||
RUBY_FAKEGEM_EXTRADOC="README.markdown" | ||
RUBY_FAKEGEM_RECIPE_TEST="rspec" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="Easy and customizable generation of forged data" | ||
HOMEPAGE="https://github.com/sevenwire/forgery" | ||
LICENSE="MIT" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
all_ruby_prepare() { | ||
sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die | ||
} |