summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-01-02 07:14:01 +0000
committerHans de Graaff <graaff@gentoo.org>2013-01-02 07:14:01 +0000
commit47d6e922fa17f8524b0ba36a9694b8875aa7392b (patch)
treec87337e06f8dbe2076222556cab28c7d72fc0f58 /dev-ruby/rack-protection
parentVersion bump and additional upstream fixes. (diff)
downloadgentoo-2-47d6e922fa17f8524b0ba36a9694b8875aa7392b.tar.gz
gentoo-2-47d6e922fa17f8524b0ba36a9694b8875aa7392b.tar.bz2
gentoo-2-47d6e922fa17f8524b0ba36a9694b8875aa7392b.zip
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/rack-protection')
-rw-r--r--dev-ruby/rack-protection/ChangeLog10
-rw-r--r--dev-ruby/rack-protection/rack-protection-1.3.2.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog
index 7aee3a9c492d..7d20c7f4eca3 100644
--- a/dev-ruby/rack-protection/ChangeLog
+++ b/dev-ruby/rack-protection/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/rack-protection
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.10 2012/12/25 09:12:31 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.11 2013/01/02 07:14:01 graaff Exp $
+
+*rack-protection-1.3.2 (02 Jan 2013)
+
+ 02 Jan 2013; Hans de Graaff <graaff@gentoo.org>
+ +rack-protection-1.3.2.ebuild:
+ Version bump.
*rack-protection-1.3.1 (25 Dec 2012)
diff --git a/dev-ruby/rack-protection/rack-protection-1.3.2.ebuild b/dev-ruby/rack-protection/rack-protection-1.3.2.ebuild
new file mode 100644
index 000000000000..cf3b78d219e5
--- /dev/null
+++ b/dev-ruby/rack-protection/rack-protection-1.3.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.3.2.ebuild,v 1.1 2013/01/02 07:14:01 graaff Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ree18 ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rack-protection.gemspec"
+
+inherit ruby-fakegem eutils versionator
+
+DESCRIPTION="This gem protects against typical web attacks."
+HOMEPAGE="https://github.com/rkh/rack-protection"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1)"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/rack-test )"