diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-11-21 07:17:05 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-11-21 07:17:05 +0000 |
commit | ad4ac122b8183a768493a112efde5ca066e11a82 (patch) | |
tree | d61413cb68de03254bf5561a81b2e608d6530535 /dev-ruby/rack-protection | |
parent | alpha stable wrt bug #458122 (diff) | |
download | gentoo-2-ad4ac122b8183a768493a112efde5ca066e11a82.tar.gz gentoo-2-ad4ac122b8183a768493a112efde5ca066e11a82.tar.bz2 gentoo-2-ad4ac122b8183a768493a112efde5ca066e11a82.zip |
Cleanup.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/rack-protection')
-rw-r--r-- | dev-ruby/rack-protection/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-1.5.0.ebuild | 24 |
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index 766997b9ac51..abac2612b7ec 100644 --- a/dev-ruby/rack-protection/ChangeLog +++ b/dev-ruby/rack-protection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rack-protection # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.16 2013/10/22 05:57:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.17 2013/11/21 07:17:04 graaff Exp $ + + 21 Nov 2013; Hans de Graaff <graaff@gentoo.org> + -rack-protection-1.5.0.ebuild: + Cleanup. *rack-protection-1.5.1 (22 Oct 2013) diff --git a/dev-ruby/rack-protection/rack-protection-1.5.0.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.0.ebuild deleted file mode 100644 index 0f01e488ad3c..000000000000 --- a/dev-ruby/rack-protection/rack-protection-1.5.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.5.0.ebuild,v 1.1 2013/04/13 12:56:58 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 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 ~arm ~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 )" |