diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 01:41:14 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-21 01:41:14 +0000 |
commit | 719228ad4c3a097c80a6bde1001f97f5987b6105 (patch) | |
tree | 558870a0ddf178b0ff94e401b1e573c85eec07b5 /dev-ruby/rack-protection | |
parent | Remove ruby18 target. (diff) | |
download | gentoo-2-719228ad4c3a097c80a6bde1001f97f5987b6105.tar.gz gentoo-2-719228ad4c3a097c80a6bde1001f97f5987b6105.tar.bz2 gentoo-2-719228ad4c3a097c80a6bde1001f97f5987b6105.zip |
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
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.1.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-1.5.2.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index dbd1286e9b96..af284cbb0aae 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.21 2014/04/20 06:06:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.22 2014/05/21 01:41:14 mrueg Exp $ + + 21 May 2014; Manuel Rüger <mrueg@gentoo.org> -rack-protection-1.5.1.ebuild, + -rack-protection-1.5.2.ebuild: + Cleanup old. 20 Apr 2014; Hans de Graaff <graaff@gentoo.org> rack-protection-1.5.3.ebuild: Add ruby21. diff --git a/dev-ruby/rack-protection/rack-protection-1.5.1.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.1.ebuild deleted file mode 100644 index ab37b0c80d8f..000000000000 --- a/dev-ruby/rack-protection/rack-protection-1.5.1.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.1.ebuild,v 1.2 2013/11/21 07:31:46 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" - -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 )" diff --git a/dev-ruby/rack-protection/rack-protection-1.5.2.ebuild b/dev-ruby/rack-protection/rack-protection-1.5.2.ebuild deleted file mode 100644 index ee6abab83e5a..000000000000 --- a/dev-ruby/rack-protection/rack-protection-1.5.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 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.2.ebuild,v 1.1 2014/01/16 07:27:37 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" - -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 )" |