Skip to content

Commit

Permalink
dev-ruby/warden-1.0.4: new ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazunori Kojima committed Jun 5, 2011
1 parent b928be8 commit 223e3bb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/warden/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST warden-1.0.4.gem 77824 RMD160 d0cbdc3a9ba509ae5a8c68cfdc7be0cdbb6ac0d4 SHA1 647fb93e7e1f2f3d8d6a30319062af1e1bca030c SHA256 1b6ffb95d7d31fe3596c936a31a30f2b94206e12f1eac0b69d110c905e3710d0
25 changes: 25 additions & 0 deletions dev-ruby/warden/warden-1.0.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="README.textile LICENSE"
inherit ruby-fakegem

DESCRIPTION="Rack middleware that provides authentication for rack applications"
HOMEPAGE="http://github.com/hassox/warden"

KEYWORDS="~amd64"
LICENSE="as-is"
SLOT="0"
IUSE="test"

RDEPEND=">=dev-ruby/rack-1.0"
DEPEND="test? ( =dev-ruby/rspec-core-2.5.1
=dev-ruby/rack-test-0.6.0
=dev-ruby/rack-1.2.2
=dev-ruby/rspec-expectations-2.5.0
=dev-ruby/rspec-2.5.0 )"

0 comments on commit 223e3bb

Please sign in to comment.