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

graaff      11/09/16 19:14:10

  Modified:             ChangeLog
  Added:                rr-1.0.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	24 Jul 2011 18:07:19 -0000	1.19
+++ ChangeLog	16 Sep 2011 19:14:10 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.19 2011/07/24 18:07:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.20 2011/09/16 19:14:10 graaff Exp $
+
+*rr-1.0.4 (16 Sep 2011)
+
+  16 Sep 2011; Hans de Graaff <graaff@gentoo.org> +rr-1.0.4.ebuild:
+  Version bump.
 
   24 Jul 2011; Raúl Porcel <armin76@gentoo.org> rr-1.0.2.ebuild,
   rr-1.0.3.ebuild:



1.1                  dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.1 2011/09/16 19:14:10 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ruby19 jruby ree18"

RUBY_FAKEGEM_TASK_TEST="none"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"

inherit ruby-fakegem

DESCRIPTION="A double framework that features a rich selection of double techniques and a terse syntax"
HOMEPAGE="http://pivotallabs.com/"
SRC_URI="http://github.com/btakita/${PN}/tarball/v${PV} -> ${P}.tar.gz"

RUBY_S="btakita-${PN}-*"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

ruby_add_bdepend "test? (
		dev-ruby/rspec:0
		virtual/ruby-test-unit
		dev-ruby/minitest
		dev-ruby/session
		dev-ruby/diff-lcs )"

all_ruby_prepare() {
	rm Gemfile || die
	sed -i -e '/bundler/d' spec/spec_suite.rb spec/environment_fixture_setup.rb || die
}

each_ruby_test() {
	# We need to run everything manually since the Rakefile and
	# associated suite files are riddled with direct invocations of
	# ruby.
	${RUBY} spec/core_spec_suite.rb --format progress || die
	${RUBY} spec/rspec_spec_suite.rb --format progress || die
	${RUBY} spec/test_unit_spec_suite.rb || die
	${RUBY} spec/minitest_spec_suite.rb || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2011-12-31 20:00 Fabian Groffen (grobian)
  0 siblings, 0 replies; 14+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-31 20:00 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/31 20:00:08

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Add Prefix keywords, bug #396547
  
  (Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.2                  dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rr-1.0.4.ebuild	16 Sep 2011 19:14:10 -0000	1.1
+++ rr-1.0.4.ebuild	31 Dec 2011 20:00:08 -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/rr/rr-1.0.4.ebuild,v 1.1 2011/09/16 19:14:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.2 2011/12/31 20:00:08 grobian Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.21                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 Sep 2011 19:14:10 -0000	1.20
+++ ChangeLog	31 Dec 2011 20:00:08 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.20 2011/09/16 19:14:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.21 2011/12/31 20:00:08 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> rr-1.0.4.ebuild:
+  Add Prefix keywords, bug #396547
 
 *rr-1.0.4 (16 Sep 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2012-12-22 17:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-22 17:08 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/22 17:08:43

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Add ~ia64, wrt bug #448162
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rr-1.0.4.ebuild	1 May 2012 18:24:27 -0000	1.3
+++ rr-1.0.4.ebuild	22 Dec 2012 17:08:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.3 2012/05/01 18:24:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.4 2012/12/22 17:08:43 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.24                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	15 Sep 2012 12:06:00 -0000	1.23
+++ ChangeLog	22 Dec 2012 17:08:43 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.23 2012/09/15 12:06:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.24 2012/12/22 17:08:43 ago Exp $
+
+  22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Add ~ia64, wrt bug #448162
 
   15 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rr-1.0.2.ebuild,
   -rr-1.0.3.ebuild:
@@ -95,4 +98,3 @@
   +metadata.xml:
   Initial import of rr as needed by the gemcutter testsuite. Warning:
   license unknown.
-





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2012-12-30 16:53 Raul Porcel (armin76)
  0 siblings, 0 replies; 14+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-30 16:53 UTC (permalink / raw
  To: gentoo-commits

armin76     12/12/30 16:53:40

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Add ~alpha/~sparc wrt #448162
  
  (Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)

Revision  Changes    Path
1.5                  dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rr-1.0.4.ebuild	22 Dec 2012 17:08:43 -0000	1.4
+++ rr-1.0.4.ebuild	30 Dec 2012 16:53:40 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.4 2012/12/22 17:08:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.5 2012/12/30 16:53:40 armin76 Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.25                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	22 Dec 2012 17:08:43 -0000	1.24
+++ ChangeLog	30 Dec 2012 16:53:40 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.24 2012/12/22 17:08:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.25 2012/12/30 16:53:40 armin76 Exp $
+
+  30 Dec 2012; Raúl Porcel <armin76@gentoo.org> rr-1.0.4.ebuild:
+  Add ~alpha/~sparc wrt #448162
 
   22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Add ~ia64, wrt bug #448162





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-01-15  6:12 Richard Farina (zerochaos)
  0 siblings, 0 replies; 14+ messages in thread
From: Richard Farina (zerochaos) @ 2013-01-15  6:12 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/01/15 06:12:48

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  adding ~arm keywords to net-analyzer/metasploit rdeps
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.6                  dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rr-1.0.4.ebuild	30 Dec 2012 16:53:40 -0000	1.5
+++ rr-1.0.4.ebuild	15 Jan 2013 06:12:48 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.5 2012/12/30 16:53:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.6 2013/01/15 06:12:48 zerochaos Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.26                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	30 Dec 2012 16:53:40 -0000	1.25
+++ ChangeLog	15 Jan 2013 06:12:48 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.25 2012/12/30 16:53:40 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.26 2013/01/15 06:12:48 zerochaos Exp $
+
+  15 Jan 2013; Rick Farina <zerochaos@gentoo.org> rr-1.0.4.ebuild:
+  adding ~arm keywords to net-analyzer/metasploit rdeps
 
   30 Dec 2012; Raúl Porcel <armin76@gentoo.org> rr-1.0.4.ebuild:
   Add ~alpha/~sparc wrt #448162





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-06-10 20:27 Jeroen Roovers (jer)
  0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-10 20:27 UTC (permalink / raw
  To: gentoo-commits

jer         13/06/10 20:27:10

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #472910).
  
  (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.7                  dev-ruby/rr/rr-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?r1=1.6&r2=1.7

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rr-1.0.4.ebuild	15 Jan 2013 06:12:48 -0000	1.6
+++ rr-1.0.4.ebuild	10 Jun 2013 20:27:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.6 2013/01/15 06:12:48 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.7 2013/06/10 20:27:10 jer Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.27                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	15 Jan 2013 06:12:48 -0000	1.26
+++ ChangeLog	10 Jun 2013 20:27:10 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.26 2013/01/15 06:12:48 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.27 2013/06/10 20:27:10 jer Exp $
+
+  10 Jun 2013; Jeroen Roovers <jer@gentoo.org> rr-1.0.4.ebuild:
+  Stable for HPPA (bug #472910).
 
   15 Jan 2013; Rick Farina <zerochaos@gentoo.org> rr-1.0.4.ebuild:
   adding ~arm keywords to net-analyzer/metasploit rdeps





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-07-06 16:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-06 16:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/06 16:12:46

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #472910
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rr-1.0.4.ebuild	10 Jun 2013 20:27:10 -0000	1.7
+++ rr-1.0.4.ebuild	6 Jul 2013 16:12:46 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.7 2013/06/10 20:27:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.8 2013/07/06 16:12:46 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.28                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	10 Jun 2013 20:27:10 -0000	1.27
+++ ChangeLog	6 Jul 2013 16:12:46 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.27 2013/06/10 20:27:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.28 2013/07/06 16:12:46 ago Exp $
+
+  06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Stable for x86, wrt bug #472910
 
   10 Jun 2013; Jeroen Roovers <jer@gentoo.org> rr-1.0.4.ebuild:
   Stable for HPPA (bug #472910).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-07-06 16:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-06 16:13 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/06 16:13:21

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #472910
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rr-1.0.4.ebuild	6 Jul 2013 16:12:46 -0000	1.8
+++ rr-1.0.4.ebuild	6 Jul 2013 16:13:21 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.8 2013/07/06 16:12:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.9 2013/07/06 16:13:21 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.29                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	6 Jul 2013 16:12:46 -0000	1.28
+++ ChangeLog	6 Jul 2013 16:13:21 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.28 2013/07/06 16:12:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.29 2013/07/06 16:13:21 ago Exp $
+
+  06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Stable for amd64, wrt bug #472910
 
   06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Stable for x86, wrt bug #472910





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-07-07 15:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-07 15:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/07 15:18:41

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #472910
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rr-1.0.4.ebuild	6 Jul 2013 16:13:21 -0000	1.9
+++ rr-1.0.4.ebuild	7 Jul 2013 15:18:41 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.9 2013/07/06 16:13:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.10 2013/07/07 15:18:41 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.30                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	6 Jul 2013 16:13:21 -0000	1.29
+++ ChangeLog	7 Jul 2013 15:18:41 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.29 2013/07/06 16:13:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.30 2013/07/07 15:18:41 ago Exp $
+
+  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Stable for ia64, wrt bug #472910
 
   06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Stable for amd64, wrt bug #472910





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-07-13 18:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-13 18:15 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/13 18:15:33

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #472910
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-ruby/rr/rr-1.0.4.ebuild

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

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rr-1.0.4.ebuild	7 Jul 2013 15:18:41 -0000	1.10
+++ rr-1.0.4.ebuild	13 Jul 2013 18:15:33 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.10 2013/07/07 15:18:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.11 2013/07/13 18:15:33 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.31                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	7 Jul 2013 15:18:41 -0000	1.30
+++ ChangeLog	13 Jul 2013 18:15:33 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.30 2013/07/07 15:18:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.31 2013/07/13 18:15:33 ago Exp $
+
+  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Stable for ppc, wrt bug #472910
 
   07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Stable for ia64, wrt bug #472910





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-07-13 19:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-13 19:13 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/13 19:13:04

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #472910
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 dev-ruby/rr/rr-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?r1=1.11&r2=1.12

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rr-1.0.4.ebuild	13 Jul 2013 18:15:33 -0000	1.11
+++ rr-1.0.4.ebuild	13 Jul 2013 19:13:04 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.11 2013/07/13 18:15:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.12 2013/07/13 19:13:04 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.32                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	13 Jul 2013 18:15:33 -0000	1.31
+++ ChangeLog	13 Jul 2013 19:13:04 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.31 2013/07/13 18:15:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.32 2013/07/13 19:13:04 ago Exp $
+
+  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Stable for ppc64, wrt bug #472910
 
   13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Stable for ppc, wrt bug #472910





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-07-14 14:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-14 14:19 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/14 14:19:51

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #472910
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 dev-ruby/rr/rr-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?r1=1.12&r2=1.13

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rr-1.0.4.ebuild	13 Jul 2013 19:13:04 -0000	1.12
+++ rr-1.0.4.ebuild	14 Jul 2013 14:19:51 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.12 2013/07/13 19:13:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.13 2013/07/14 14:19:51 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.33                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	13 Jul 2013 19:13:04 -0000	1.32
+++ ChangeLog	14 Jul 2013 14:19:51 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.32 2013/07/13 19:13:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.33 2013/07/14 14:19:51 ago Exp $
+
+  14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Stable for alpha, wrt bug #472910
 
   13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Stable for ppc64, wrt bug #472910





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-08-03  7:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-03  7:39 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/03 07:39:40

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #472910
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.14                 dev-ruby/rr/rr-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?r1=1.13&r2=1.14

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rr-1.0.4.ebuild	14 Jul 2013 14:19:51 -0000	1.13
+++ rr-1.0.4.ebuild	3 Aug 2013 07:39:40 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.13 2013/07/14 14:19:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.14 2013/08/03 07:39:40 ago Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.34                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	14 Jul 2013 14:19:51 -0000	1.33
+++ ChangeLog	3 Aug 2013 07:39:40 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.33 2013/07/14 14:19:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.34 2013/08/03 07:39:40 ago Exp $
+
+  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
+  Stable for sparc, wrt bug #472910
 
   14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Stable for alpha, wrt bug #472910





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog
@ 2013-12-26 15:10 Markus Meier (maekke)
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Meier (maekke) @ 2013-12-26 15:10 UTC (permalink / raw
  To: gentoo-commits

maekke      13/12/26 15:10:04

  Modified:             rr-1.0.4.ebuild ChangeLog
  Log:
  arm stable, bug #493780
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.15                 dev-ruby/rr/rr-1.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild?r1=1.14&r2=1.15

Index: rr-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rr-1.0.4.ebuild	3 Aug 2013 07:39:40 -0000	1.14
+++ rr-1.0.4.ebuild	26 Dec 2013 15:10:04 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.14 2013/08/03 07:39:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.15 2013/12/26 15:10:04 maekke Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? (



1.35                 dev-ruby/rr/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	3 Aug 2013 07:39:40 -0000	1.34
+++ ChangeLog	26 Dec 2013 15:10:04 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rr
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.34 2013/08/03 07:39:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.35 2013/12/26 15:10:04 maekke Exp $
+
+  26 Dec 2013; Markus Meier <maekke@gentoo.org> rr-1.0.4.ebuild:
+  arm stable, bug #493780
 
   03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> rr-1.0.4.ebuild:
   Stable for sparc, wrt bug #472910





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

end of thread, other threads:[~2013-12-26 15:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-30 16:53 [gentoo-commits] gentoo-x86 commit in dev-ruby/rr: rr-1.0.4.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-26 15:10 Markus Meier (maekke)
2013-08-03  7:39 Agostino Sarubbo (ago)
2013-07-14 14:19 Agostino Sarubbo (ago)
2013-07-13 19:13 Agostino Sarubbo (ago)
2013-07-13 18:15 Agostino Sarubbo (ago)
2013-07-07 15:18 Agostino Sarubbo (ago)
2013-07-06 16:13 Agostino Sarubbo (ago)
2013-07-06 16:12 Agostino Sarubbo (ago)
2013-06-10 20:27 Jeroen Roovers (jer)
2013-01-15  6:12 Richard Farina (zerochaos)
2012-12-22 17:08 Agostino Sarubbo (ago)
2011-12-31 20:00 Fabian Groffen (grobian)
2011-09-16 19:14 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