public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth2: ChangeLog oauth2-0.4.1.ebuild
@ 2011-07-19  7:25 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-07-19  7:25 UTC (permalink / raw
  To: gentoo-commits

graaff      11/07/19 07:25:57

  Modified:             ChangeLog
  Added:                oauth2-0.4.1.ebuild
  Log:
  Version bump. Drop x86 keyword, bug 375153.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/oauth2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Jan 2011 13:45:07 -0000	1.8
+++ ChangeLog	19 Jul 2011 07:25:57 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/oauth2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.8 2011/01/02 13:45:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.9 2011/07/19 07:25:57 graaff Exp $
+
+*oauth2-0.4.1 (19 Jul 2011)
+
+  19 Jul 2011; Hans de Graaff <graaff@gentoo.org> +oauth2-0.4.1.ebuild:
+  Version bump. Drop x86 keyword, bug 375153.
 
   02 Jan 2011; Hans de Graaff <graaff@gentoo.org> -oauth2-0.0.10.ebuild:
   Remove old version.



1.1                  dev-ruby/oauth2/oauth2-0.4.1.ebuild

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

Index: oauth2-0.4.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.4.1.ebuild,v 1.1 2011/07/19 07:25:57 graaff Exp $

EAPI="2"

USE_RUBY="ruby18 ruby19 jruby ree18"

RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC="rerdoc"

RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"

inherit ruby-fakegem eutils

DESCRIPTION="Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem."
HOMEPAGE="http://github.com/intridea/oauth2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend ">=dev-ruby/faraday-0.6.1 >=dev-ruby/multi_json-0.0.5"
ruby_add_bdepend test ">=dev-ruby/rspec-2.5.0:2"

all_ruby_prepare() {
	rm Gemfile || die
	sed -i -e "/[Bb]undler/d" -e "/[Ss]imple[Cc]ov/d" spec/spec_helper.rb || die
}

each_ruby_test() {
	${RUBY} -S rspec spec || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth2: ChangeLog oauth2-0.4.1.ebuild
@ 2011-07-24 20:09 Thomas Kahle (tomka)
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-24 20:09 UTC (permalink / raw
  To: gentoo-commits

tomka       11/07/24 20:09:44

  Modified:             ChangeLog oauth2-0.4.1.ebuild
  Log:
  ~x86 per bug 375153
  
  (Portage version: 2.1.10.7/cvs/Linux i686)

Revision  Changes    Path
1.10                 dev-ruby/oauth2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Jul 2011 07:25:57 -0000	1.9
+++ ChangeLog	24 Jul 2011 20:09:43 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/oauth2
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.9 2011/07/19 07:25:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.10 2011/07/24 20:09:43 tomka Exp $
+
+  24 Jul 2011; Thomas Kahle <tomka@gentoo.org> oauth2-0.4.1.ebuild:
+  ~x86 per bug 375153
 
 *oauth2-0.4.1 (19 Jul 2011)
 



1.2                  dev-ruby/oauth2/oauth2-0.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-0.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-0.4.1.ebuild?r1=1.1&r2=1.2

Index: oauth2-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oauth2-0.4.1.ebuild	19 Jul 2011 07:25:57 -0000	1.1
+++ oauth2-0.4.1.ebuild	24 Jul 2011 20:09:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.4.1.ebuild,v 1.1 2011/07/19 07:25:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.4.1.ebuild,v 1.2 2011/07/24 20:09:44 tomka Exp $
 
 EAPI="2"
 
@@ -19,7 +19,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/faraday-0.6.1 >=dev-ruby/multi_json-0.0.5"






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

end of thread, other threads:[~2011-07-24 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19  7:25 [gentoo-commits] gentoo-x86 commit in dev-ruby/oauth2: ChangeLog oauth2-0.4.1.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-24 20:09 Thomas Kahle (tomka)

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