diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-08-31 05:10:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-08-31 05:10:06 +0000 |
commit | 80213248bf78626051c05bfd6fedc72198bfd8ab (patch) | |
tree | 452130a9eaa51e0a4a1b1cc8d7c55083b4c51696 /dev-ruby/rack-protection | |
parent | bump to 3.7.1, tested (diff) | |
download | gentoo-2-80213248bf78626051c05bfd6fedc72198bfd8ab.tar.gz gentoo-2-80213248bf78626051c05bfd6fedc72198bfd8ab.tar.bz2 gentoo-2-80213248bf78626051c05bfd6fedc72198bfd8ab.zip |
Cleanup.
(Portage version: 2.1.12.2/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.3.2.ebuild | 24 |
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index 88a04e4e4833..f52fcda805db 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.14 2013/04/13 12:56:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.15 2013/08/31 05:10:06 graaff Exp $ + + 31 Aug 2013; Hans de Graaff <graaff@gentoo.org> + -rack-protection-1.3.2.ebuild: + Cleanup. *rack-protection-1.5.0 (13 Apr 2013) diff --git a/dev-ruby/rack-protection/rack-protection-1.3.2.ebuild b/dev-ruby/rack-protection/rack-protection-1.3.2.ebuild deleted file mode 100644 index 239d8068f79d..000000000000 --- a/dev-ruby/rack-protection/rack-protection-1.3.2.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.3.2.ebuild,v 1.2 2013/01/15 06:38:01 zerochaos 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 ~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 )" |