diff options
author | 2012-08-04 09:45:25 +0000 | |
---|---|---|
committer | 2012-08-04 09:45:25 +0000 | |
commit | d08d2be718c1b228c8ccf5efc0c1b4366003c5eb (patch) | |
tree | f0ff4d46f3df80ff1f95f691452d477874992ed7 /dev-ruby/oauth/oauth-0.4.4.ebuild | |
parent | Stable for amd64, wrt bug #427606 (diff) | |
download | gentoo-2-d08d2be718c1b228c8ccf5efc0c1b4366003c5eb.tar.gz gentoo-2-d08d2be718c1b228c8ccf5efc0c1b4366003c5eb.tar.bz2 gentoo-2-d08d2be718c1b228c8ccf5efc0c1b4366003c5eb.zip |
Cleanup.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/oauth/oauth-0.4.4.ebuild')
-rw-r--r-- | dev-ruby/oauth/oauth-0.4.4.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/oauth/oauth-0.4.4.ebuild b/dev-ruby/oauth/oauth-0.4.4.ebuild deleted file mode 100644 index e186346b9d17..000000000000 --- a/dev-ruby/oauth/oauth-0.4.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.4.ebuild,v 1.2 2011/01/10 18:25:40 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO" - -inherit ruby-fakegem - -DESCRIPTION="A RubyGem for implementing both OAuth clients and servers." -HOMEPAGE="http://oauth.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="" - -ruby_add_bdepend "test? ( virtual/ruby-test-unit - >=dev-ruby/actionpack-2.3.8:2.3 - dev-ruby/mocha )" - -all_ruby_prepare() { - # Let this test work with a wider range of rails versions, but still - # in SLOT 2.3, and request the right version of rack for it. - sed -i -e "s/'2.3.8'/'~>2.3.8'/" test/test_action_controller_request_proxy.rb || die - - # Ensure a consistent test order to avoid loading issues with e.g. rack - sed -i -e "s/.rb']/.rb'].sort/" Rakefile || die -} |