summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-01-31 15:42:06 +0100
committerHans de Graaff <graaff@gentoo.org>2016-01-31 15:43:43 +0100
commit2e1b1b44d3b25d09bf14c0871cfc418e7858468d (patch)
treef6550fef0ae9cff46867a840410436050237dff8 /dev-ruby/warden/warden-1.2.5.ebuild
parentdev-ruby/openssl-ccm: add ruby22, ruby23 (diff)
downloadgentoo-2e1b1b44d3b25d09bf14c0871cfc418e7858468d.tar.gz
gentoo-2e1b1b44d3b25d09bf14c0871cfc418e7858468d.tar.bz2
gentoo-2e1b1b44d3b25d09bf14c0871cfc418e7858468d.zip
dev-ruby/warden: add 1.2.5
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/warden/warden-1.2.5.ebuild')
-rw-r--r--dev-ruby/warden/warden-1.2.5.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/warden/warden-1.2.5.ebuild b/dev-ruby/warden/warden-1.2.5.ebuild
new file mode 100644
index 000000000000..0847244305ca
--- /dev/null
+++ b/dev-ruby/warden/warden-1.2.5.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:*"