public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-openid: ruby-openid-2.6.0.ebuild ChangeLog
@ 2014-11-02 19:00 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-11-02 19:00 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/11/02 19:00:42

  Modified:             ChangeLog
  Added:                ruby-openid-2.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.37                 dev-ruby/ruby-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	25 Jul 2014 15:04:43 -0000	1.36
+++ ChangeLog	2 Nov 2014 19:00:42 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/ruby-openid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.36 2014/07/25 15:04:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.37 2014/11/02 19:00:42 mrueg Exp $
+
+*ruby-openid-2.6.0 (02 Nov 2014)
+
+  02 Nov 2014; Manuel Rüger <mrueg@gentoo.org> +ruby-openid-2.6.0.ebuild:
+  Version bump.
 
 *ruby-openid-2.5.0-r1 (25 Jul 2014)
 



1.1                  dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild

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

Index: ruby-openid-2.6.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v 1.1 2014/11/02 19:00:42 mrueg Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"

inherit ruby-fakegem

DESCRIPTION="A robust library for verifying and serving OpenID identities"
HOMEPAGE="http://ruby-openid.rubyforge.org/"
SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
IUSE="test"

all_ruby_prepare() {
	sed -i -e "/[Bb]undler/d" Rakefile || die
}

all_ruby_install() {
	all_fakegem_install

	insinto /usr/share/doc/${PF}
	doins -r examples
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-openid: ruby-openid-2.6.0.ebuild ChangeLog
@ 2015-05-28  4:14 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2015-05-28  4:14 UTC (permalink / raw
  To: gentoo-commits

graaff      15/05/28 04:14:58

  Modified:             ruby-openid-2.6.0.ebuild ChangeLog
  Log:
  Create stable candidate.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.2                  dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild

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

Index: ruby-openid-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-openid-2.6.0.ebuild	2 Nov 2014 19:00:42 -0000	1.1
+++ ruby-openid-2.6.0.ebuild	28 May 2015 04:14:58 -0000	1.2
@@ -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/ruby-openid/ruby-openid-2.6.0.ebuild,v 1.1 2014/11/02 19:00:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v 1.2 2015/05/28 04:14:58 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



1.43                 dev-ruby/ruby-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	28 May 2015 04:14:25 -0000	1.42
+++ ChangeLog	28 May 2015 04:14:58 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-openid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.42 2015/05/28 04:14:25 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.43 2015/05/28 04:14:58 graaff Exp $
+
+  28 May 2015; Hans de Graaff <graaff@gentoo.org> ruby-openid-2.6.0.ebuild:
+  Create stable candidate.
 
   28 May 2015; Hans de Graaff <graaff@gentoo.org> -ruby-openid-2.5.0.ebuild:
   Cleanup.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-openid: ruby-openid-2.6.0.ebuild ChangeLog
@ 2015-05-28 10:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-28 10:29 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/28 10:29:59

  Modified:             ruby-openid-2.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #550614
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild

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

Index: ruby-openid-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-openid-2.6.0.ebuild	28 May 2015 04:14:58 -0000	1.2
+++ ruby-openid-2.6.0.ebuild	28 May 2015 10:29:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v 1.2 2015/05/28 04:14:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v 1.3 2015/05/28 10:29:59 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
 IUSE="test"
 
 all_ruby_prepare() {



1.44                 dev-ruby/ruby-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	28 May 2015 04:14:58 -0000	1.43
+++ ChangeLog	28 May 2015 10:29:59 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-openid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.43 2015/05/28 04:14:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.44 2015/05/28 10:29:59 ago Exp $
+
+  28 May 2015; Agostino Sarubbo <ago@gentoo.org> ruby-openid-2.6.0.ebuild:
+  Stable for amd64, wrt bug #550614
 
   28 May 2015; Hans de Graaff <graaff@gentoo.org> ruby-openid-2.6.0.ebuild:
   Create stable candidate.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-openid: ruby-openid-2.6.0.ebuild ChangeLog
@ 2015-06-09  7:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-09  7:18 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/09 07:18:41

  Modified:             ruby-openid-2.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #550614
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild

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

Index: ruby-openid-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-openid-2.6.0.ebuild	28 May 2015 10:29:59 -0000	1.3
+++ ruby-openid-2.6.0.ebuild	9 Jun 2015 07:18:41 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v 1.3 2015/05/28 10:29:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild,v 1.4 2015/06/09 07:18:41 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-macos"
 IUSE="test"
 
 all_ruby_prepare() {



1.46                 dev-ruby/ruby-openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	7 Jun 2015 19:37:13 -0000	1.45
+++ ChangeLog	9 Jun 2015 07:18:41 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-openid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.45 2015/06/07 19:37:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.46 2015/06/09 07:18:41 ago Exp $
+
+  09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> ruby-openid-2.6.0.ebuild:
+  Stable for x86, wrt bug #550614
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





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

end of thread, other threads:[~2015-06-09  7:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28 10:29 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-openid: ruby-openid-2.6.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09  7:18 Agostino Sarubbo (ago)
2015-05-28  4:14 Hans de Graaff (graaff)
2014-11-02 19:00 Manuel Rueger (mrueg)

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