diff options
author | 2013-08-11 07:42:33 +0000 | |
---|---|---|
committer | 2013-08-11 07:42:33 +0000 | |
commit | 69afbdaff7444529ab65ceae08296f75215be822 (patch) | |
tree | c130b40d8f276db1a064857da43d75a36eb70ad5 /dev-ruby | |
parent | Cleanup. (diff) | |
download | gentoo-2-69afbdaff7444529ab65ceae08296f75215be822.tar.gz gentoo-2-69afbdaff7444529ab65ceae08296f75215be822.tar.bz2 gentoo-2-69afbdaff7444529ab65ceae08296f75215be822.zip |
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/oauth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/oauth/oauth-0.4.6.ebuild | 49 |
2 files changed, 5 insertions, 51 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog index 562ff65253a9..b8fac9a2e46a 100644 --- a/dev-ruby/oauth/ChangeLog +++ b/dev-ruby/oauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/oauth -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.20 2012/10/05 10:33:57 graaff Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.21 2013/08/11 07:42:33 graaff Exp $ + + 11 Aug 2013; Hans de Graaff <graaff@gentoo.org> -oauth-0.4.6.ebuild: + Cleanup. *oauth-0.4.7 (05 Oct 2012) diff --git a/dev-ruby/oauth/oauth-0.4.6.ebuild b/dev-ruby/oauth/oauth-0.4.6.ebuild deleted file mode 100644 index a535cd026367..000000000000 --- a/dev-ruby/oauth/oauth-0.4.6.ebuild +++ /dev/null @@ -1,49 +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/oauth/oauth-0.4.6.ebuild,v 1.2 2012/08/04 14:14:14 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18 ree18 ruby19" - -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? ( - dev-ruby/mocha - dev-ruby/webmock )" -USE_RUBY="ruby18 ree18" ruby_add_bdepend "test? ( >=dev-ruby/actionpack-2.3.8:2.3 )" - -all_ruby_prepare() { - # Ensure a consistent test order to avoid loading issues with e.g. rack - sed -i -e "s/.rb']/.rb'].sort/" Rakefile || die -} - -each_ruby_prepare() { - case ${RUBY} in - *ruby18) - # Ignore hash ordering test failures - sed -i -e '183s:^:#:' -e '224s:^:#:' test/integration/consumer_test.rb || die - ;; - *rubyee18) - # Ignore hash ordering test failures - sed -i -e '183s:^:#:' -e '224s:^:#:' test/integration/consumer_test.rb || die - ;; - *ruby19) - # Remove tests depending on rails. - rm test/test_action_controller_request_proxy.rb || die - ;; - *) - ;; - esac -} |