summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-02-01 07:57:30 +0100
committerHans de Graaff <graaff@gentoo.org>2016-02-01 07:57:30 +0100
commit8d5fb04f76404e18819bcb188e416d61380d2cc4 (patch)
treeed5f3b42f23d9abbb9fad328048c5a4c8ca76a79 /dev-ruby/warden/warden-1.2.6.ebuild
parentdev-ruby/tins: add 1.8.2 (diff)
downloadgentoo-8d5fb04f76404e18819bcb188e416d61380d2cc4.tar.gz
gentoo-8d5fb04f76404e18819bcb188e416d61380d2cc4.tar.bz2
gentoo-8d5fb04f76404e18819bcb188e416d61380d2cc4.zip
dev-ruby/warden: add 1.2.6
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/warden/warden-1.2.6.ebuild')
-rw-r--r--dev-ruby/warden/warden-1.2.6.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/warden/warden-1.2.6.ebuild b/dev-ruby/warden/warden-1.2.6.ebuild
new file mode 100644
index 000000000000..0847244305ca
--- /dev/null
+++ b/dev-ruby/warden/warden-1.2.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 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:*"