diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-11 17:58:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-11 17:58:12 +0000 |
commit | 88268d7b396a75ecb1183e084795b828f55644d2 (patch) | |
tree | 72b2e139f87ea825258b6c65b616c15b33d39787 /dev-ruby/rack-protection | |
parent | Cleanup. Nothing in the tree depends on it and this should probably have been... (diff) | |
download | historical-88268d7b396a75ecb1183e084795b828f55644d2.tar.gz historical-88268d7b396a75ecb1183e084795b828f55644d2.tar.bz2 historical-88268d7b396a75ecb1183e084795b828f55644d2.zip |
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
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.1.4.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index dd47fd2e552f..eaf73a3a3411 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.7 2012/08/14 00:51:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.8 2012/09/11 17:54:38 graaff Exp $ + + 11 Sep 2012; Hans de Graaff <graaff@gentoo.org> + -rack-protection-1.1.4.ebuild: + Cleanup. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> rack-protection-1.2.0.ebuild: diff --git a/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild b/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild deleted file mode 100644 index 92ce451d96df..000000000000 --- a/dev-ruby/rack-protection/rack-protection-1.1.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 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.1.4.ebuild,v 1.4 2012/05/17 10:57:55 tomka Exp $ - -EAPI=4 -USE_RUBY="ruby18 ree18 ruby19" - -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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/rack-test dev-ruby/rspec:2 )" |