public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth: ChangeLog oauth-0.4.7-r2.ebuild
@ 2014-07-03 10:15 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2014-07-03 10:15 UTC (permalink / raw
  To: gentoo-commits

graaff      14/07/03 10:15:23

  Modified:             ChangeLog
  Added:                oauth-0.4.7-r2.ebuild
  Log:
  Add ruby20. Drop x86, bug 511176.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.25                 dev-ruby/oauth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	21 May 2014 02:24:22 -0000	1.24
+++ ChangeLog	3 Jul 2014 10:15:23 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/oauth
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.24 2014/05/21 02:24:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.25 2014/07/03 10:15:23 graaff Exp $
+
+*oauth-0.4.7-r2 (03 Jul 2014)
+
+  03 Jul 2014; Hans de Graaff <graaff@gentoo.org> +oauth-0.4.7-r2.ebuild:
+  Add ruby20. Drop x86, bug 511176.
 
 *oauth-0.4.7-r1 (21 May 2014)
 



1.1                  dev-ruby/oauth/oauth-0.4.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild?rev=1.1&content-type=text/plain

Index: oauth-0.4.7-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild,v 1.1 2014/07/03 10:15:23 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 jruby"

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-macos"
IUSE=""

ruby_add_bdepend "test? (
		dev-ruby/test-unit:2
		dev-ruby/mocha:0.12
		dev-ruby/webmock )"

all_ruby_prepare() {
	# Require a compatible version of mocha
	sed -i -e '1igem "mocha", "~> 0.12.0"' test/test_helper.rb || die

	# Ensure a consistent test order to avoid loading issues with e.g. rack
	sed -i -e "s/.rb']/.rb'].sort/" Rakefile || die

	# Remove tests that require Rails 2.3 since that is ruby18-only.
	rm test/test_action_controller_request_proxy.rb || die
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth: ChangeLog oauth-0.4.7-r2.ebuild
@ 2015-05-29  5:50 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-05-29  5:50 UTC (permalink / raw
  To: gentoo-commits

graaff      15/05/29 05:50:54

  Modified:             ChangeLog oauth-0.4.7-r2.ebuild
  Log:
  Avoid now-incomptaible typhoeus tests. Use a newer mocha version so ruby21 can be added. Add missing rack test dependency.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.30                 dev-ruby/oauth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	16 Mar 2015 19:43:49 -0000	1.29
+++ ChangeLog	29 May 2015 05:50:54 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/oauth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.29 2015/03/16 19:43:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.30 2015/05/29 05:50:54 graaff Exp $
+
+  29 May 2015; Hans de Graaff <graaff@gentoo.org> oauth-0.4.7-r2.ebuild:
+  Avoid now-incomptaible typhoeus tests. Use a newer mocha version so ruby21
+  can be added. Add missing rack test dependency.
 
   16 Mar 2015; Hans de Graaff <graaff@gentoo.org> -oauth-0.4.7-r1.ebuild:
   Cleanup.



1.5                  dev-ruby/oauth/oauth-0.4.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild?r1=1.4&r2=1.5

Index: oauth-0.4.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oauth-0.4.7-r2.ebuild	19 Dec 2014 13:27:33 -0000	1.4
+++ oauth-0.4.7-r2.ebuild	29 May 2015 05:50:54 -0000	1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild,v 1.4 2014/12/19 13:27:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild,v 1.5 2015/05/29 05:50:54 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 
@@ -21,16 +21,20 @@
 
 ruby_add_bdepend "test? (
 		dev-ruby/test-unit:2
-		dev-ruby/mocha:0.12
-		dev-ruby/webmock )"
+		dev-ruby/mocha:0.14
+		dev-ruby/webmock
+		dev-ruby/rack )"
 
 all_ruby_prepare() {
 	# Require a compatible version of mocha
-	sed -i -e '1igem "mocha", "~> 0.12.0"' test/test_helper.rb || die
+	sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die
 
 	# Ensure a consistent test order to avoid loading issues with e.g. rack
 	sed -i -e "s/.rb']/.rb'].sort/" Rakefile || die
 
 	# Remove tests that require Rails 2.3 since that is ruby18-only.
-	rm test/test_action_controller_request_proxy.rb || die
+	rm -f test/test_action_controller_request_proxy.rb || die
+
+	# Remove typhoeus tests since they require an old version.
+	rm -f test/test_typhoeus_request_proxy.rb || die
 }





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-29  5:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29  5:50 [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth: ChangeLog oauth-0.4.7-r2.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-03 10:15 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