diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-04-13 12:54:05 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-04-13 12:54:05 +0000 |
commit | 987221d93b0169ac9cfc82f895e1b6ceb24ec251 (patch) | |
tree | 4a3e469e92585971c92f1028eb67251ff7b65a99 /dev-ruby/rack-protection | |
parent | Fix compilation with >= gtksourceview-3.8.0 by adding the appropriate include... (diff) | |
download | gentoo-2-987221d93b0169ac9cfc82f895e1b6ceb24ec251.tar.gz gentoo-2-987221d93b0169ac9cfc82f895e1b6ceb24ec251.tar.bz2 gentoo-2-987221d93b0169ac9cfc82f895e1b6ceb24ec251.zip |
Cleanup.
(Portage version: 2.1.11.55/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.2.0.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-1.3.1.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index 7977f9ac57d3..e515c140696f 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.12 2013/01/15 06:38:01 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.13 2013/04/13 12:54:05 graaff Exp $ + + 13 Apr 2013; Hans de Graaff <graaff@gentoo.org> + -rack-protection-1.2.0.ebuild, -rack-protection-1.3.1.ebuild: + Cleanup. 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> rack-protection-1.2.0.ebuild, rack-protection-1.3.1.ebuild, rack-protection-1.3.2.ebuild: diff --git a/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild b/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild deleted file mode 100644 index 443163297d84..000000000000 --- a/dev-ruby/rack-protection/rack-protection-1.2.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.2.0.ebuild,v 1.6 2013/01/15 06:38:01 zerochaos Exp $ - -EAPI=4 -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 )" diff --git a/dev-ruby/rack-protection/rack-protection-1.3.1.ebuild b/dev-ruby/rack-protection/rack-protection-1.3.1.ebuild deleted file mode 100644 index 8f6fd473464d..000000000000 --- a/dev-ruby/rack-protection/rack-protection-1.3.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.3.1.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 )" |