public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth/files: oauth-0.3.6-newgem.patch
@ 2010-02-26  7:06 99% Hans de Graaff (graaff)
  0 siblings, 0 replies; 1+ results
From: Hans de Graaff (graaff) @ 2010-02-26  7:06 UTC (permalink / raw
  To: gentoo-commits

graaff      10/02/26 07:06:06

  Added:                oauth-0.3.6-newgem.patch
  Log:
  Convert to ruby-fakegem.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-ruby/oauth/files/oauth-0.3.6-newgem.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/oauth/files/oauth-0.3.6-newgem.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/oauth/files/oauth-0.3.6-newgem.patch?rev=1.1&content-type=text/plain

Index: oauth-0.3.6-newgem.patch
===================================================================
Patch out newgem since we don't need it to install and it currently
isn't available in Gentoo.

--- Rakefile.orig	2010-02-25 07:56:59.000000000 +0100
+++ Rakefile	2010-02-25 07:56:28.000000000 +0100
@@ -1,4 +1,4 @@
-%w[rubygems rake rake/clean fileutils newgem rubigen hoe].each { |f| require f }
+%w[rubygems rake rake/clean fileutils rubigen hoe].each { |f| require f }
 $LOAD_PATH << File.dirname(__FILE__) + '/lib'
 require 'oauth'
 require 'oauth/version'
@@ -18,7 +18,6 @@
     ['ruby-hmac','>= 0.3.1']
   ]
   p.extra_dev_deps = [
-    ['newgem', ">= #{::Newgem::VERSION}"],
     ['actionpack'],
     ['rack']
   ]
@@ -29,7 +28,6 @@
   p.rsync_args = '-av --delete --ignore-errors'
 end
 
-require 'newgem/tasks' # load /tasks/*.rake
 Dir['tasks/**/*.rake'].each { |t| load t }
 
 # TODO - want other tests/tasks run by default? Add them to the list






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26  7:06 99% [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth/files: oauth-0.3.6-newgem.patch Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox