diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-26 07:04:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-26 07:04:12 +0000 |
commit | ae063179097e81eb82a963d0c9436a4eeb612921 (patch) | |
tree | 19a2955547e914db150a0494568415ab5674cdb0 /dev-ruby/oauth | |
parent | Version bump. (diff) | |
download | gentoo-2-ae063179097e81eb82a963d0c9436a4eeb612921.tar.gz gentoo-2-ae063179097e81eb82a963d0c9436a4eeb612921.tar.bz2 gentoo-2-ae063179097e81eb82a963d0c9436a4eeb612921.zip |
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/oauth')
-rw-r--r-- | dev-ruby/oauth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/oauth/oauth-0.4.3.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog index 3bf906205799..41849492bfab 100644 --- a/dev-ruby/oauth/ChangeLog +++ b/dev-ruby/oauth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/oauth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.14 2011/01/10 18:25:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.15 2011/06/26 07:04:11 graaff Exp $ + + 26 Jun 2011; Hans de Graaff <graaff@gentoo.org> -oauth-0.4.3.ebuild: + Remove old version. 10 Jan 2011; Hans de Graaff <graaff@gentoo.org> oauth-0.4.4.ebuild: Keyword ~x86-macos. diff --git a/dev-ruby/oauth/oauth-0.4.3.ebuild b/dev-ruby/oauth/oauth-0.4.3.ebuild deleted file mode 100644 index 6a7498653a94..000000000000 --- a/dev-ruby/oauth/oauth-0.4.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.3.ebuild,v 1.1 2010/09/18 09:58:03 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" -IUSE="" - -RUBY_PATCHES=( "${P}-optional-tests.patch" ) - -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. - sed -i "s/'2.3.8'/'~>2.3.8'/" test/test_action_controller_request_proxy.rb || die -} |