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.20.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 warden-1.2.3.gem 30720 SHA256 97769e5b5d230fec4f77e91b1116b28fdd27428f4acab68dc5ed025af9d37f7a SHA512 c789710578239f9fdd4d7ebcd646bf7f1c22f2183d83fd95bbeb896c70eb2704b91ef64bfdd2624159e06c97baa2ab03ab12fc2ffbe04ce27fa6e829cf37d193 WHIRLPOOL c90aa134926698ca0ecae730bb04b2dcfb4f6ce29c690b929adf37a5fa59e6ea8aba692fbd5a102233eb24d995481d525cb94dc4acba0e489060dd4b5b801e91 | ||
DIST warden-1.2.4.gem 31744 SHA256 67bd70d8982703b57d96df9d89b27673b5eb2289de65b60f6c60a4a16be0ddc7 SHA512 bdb327a16103f79e052cd615cb017aa88426445308a540bdfe554833a82e767f93811d3d5ccd3b4e0a50ea7f8e0f9c04d2000500b640cff1febbf374436ee030 WHIRLPOOL 3da04778b8a3a9eb28d6ab6fac056c596009d9df5cd6d130717057d9e495c27c674f9bd2e4a4a8d98bb6e89ff042dd21b18bf076baadec763c0b74a182143b93 |
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-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
USE_RUBY="ruby20 ruby21 ruby22" | ||
|
||
RUBY_FAKEGEM_EXTRADOC="README.textile History.rdoc" | ||
RUBY_FAKEGEM_RECIPE_TEST="rspec3" | ||
RUBY_FAKEGEM_RECIPE_DOC="rdoc" | ||
|
||
inherit ruby-fakegem | ||
|
||
DESCRIPTION="General Rack Authentication Framework" | ||
HOMEPAGE="https://github.com/hassox/warden" | ||
LICENSE="MIT" | ||
|
||
KEYWORDS="~amd64" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
ruby_add_rdepend "dev-ruby/rack:*" |