public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-05-25 10:58 Hans de Graaff (graaff)
  0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff (graaff) @ 2012-05-25 10:58 UTC (permalink / raw
  To: gentoo-commits

graaff      12/05/25 10:58:42

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  Don't require rspec for USE=doc. Fixes bug 417463.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- diff-lcs-1.1.3.ebuild	31 Dec 2011 18:35:58 -0000	1.2
+++ diff-lcs-1.1.3.ebuild	25 May 2012 10:58:42 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.2 2011/12/31 18:35:58 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.3 2012/05/25 10:58:42 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -22,3 +22,8 @@
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"
+
+all_ruby_prepare() {
+	# Remove unneeded rspec require to avoid rspec with USE=doc.
+	sed -i -e "/require 'rspec'/d" Rakefile || die
+}



1.33                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	30 Apr 2012 10:40:41 -0000	1.32
+++ ChangeLog	25 May 2012 10:58:42 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.32 2012/04/30 10:40:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.33 2012/05/25 10:58:42 graaff Exp $
+
+  25 May 2012; Hans de Graaff <graaff@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Don't require rspec for USE=doc. Fixes bug 417463.
 
   30 Apr 2012; Hans de Graaff <graaff@gentoo.org> -diff-lcs-1.1.2-r1.ebuild:
   Remove old version.






^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2013-12-26 15:08 Markus Meier (maekke)
  0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2013-12-26 15:08 UTC (permalink / raw
  To: gentoo-commits

maekke      13/12/26 15:08:33

  Modified:             diff-lcs-1.1.3.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.14                 dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- diff-lcs-1.1.3.ebuild	15 Jan 2013 03:20:15 -0000	1.13
+++ diff-lcs-1.1.3.ebuild	26 Dec 2013 15:08:33 -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.13 2013/01/15 03:20:15 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.14 2013/12/26 15:08:33 maekke Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )"



1.52                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	13 Dec 2013 07:28:25 -0000	1.51
+++ ChangeLog	26 Dec 2013 15:08:33 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.51 2013/12/13 07:28:25 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.52 2013/12/26 15:08:33 maekke Exp $
+
+  26 Dec 2013; Markus Meier <maekke@gentoo.org> diff-lcs-1.1.3.ebuild:
+  arm stable, bug #493780
 
   13 Dec 2013; Manuel Rüger <mrueg@gentoo.org> -diff-lcs-1.2.1.ebuild,
   -diff-lcs-1.2.4.ebuild:





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2013-01-15  3:20 Richard Farina (zerochaos)
  0 siblings, 0 replies; 13+ messages in thread
From: Richard Farina (zerochaos) @ 2013-01-15  3:20 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/01/15 03:20:15

  Modified:             diff-lcs-1.1.3.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.13                 dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- diff-lcs-1.1.3.ebuild	6 Nov 2012 17:14:34 -0000	1.12
+++ diff-lcs-1.1.3.ebuild	15 Jan 2013 03:20:15 -0000	1.13
@@ -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.12 2012/11/06 17:14:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.13 2013/01/15 03:20:15 zerochaos Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )"



1.44                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	6 Nov 2012 17:14:34 -0000	1.43
+++ ChangeLog	15 Jan 2013 03:20:15 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.43 2012/11/06 17:14:34 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.44 2013/01/15 03:20:15 zerochaos Exp $
+
+  15 Jan 2013; Rick Farina <zerochaos@gentoo.org> diff-lcs-1.1.3.ebuild:
+  adding ~arm keywords to net-analyzer/metasploit rdeps
 
   06 Nov 2012; Jeroen Roovers <jer@gentoo.org> diff-lcs-1.1.3.ebuild:
   Stable for HPPA (bug #426668).





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-11-06 17:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-06 17:14 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/06 17:14:34

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #426668).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.12                 dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- diff-lcs-1.1.3.ebuild	28 Oct 2012 17:17:15 -0000	1.11
+++ diff-lcs-1.1.3.ebuild	6 Nov 2012 17:14:34 -0000	1.12
@@ -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.11 2012/10/28 17:17:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.12 2012/11/06 17:14:34 jer Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )"



1.43                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	28 Oct 2012 17:17:15 -0000	1.42
+++ ChangeLog	6 Nov 2012 17:14:34 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.42 2012/10/28 17:17:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.43 2012/11/06 17:14:34 jer Exp $
+
+  06 Nov 2012; Jeroen Roovers <jer@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Stable for HPPA (bug #426668).
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> diff-lcs-1.1.2-r2.ebuild,
   diff-lcs-1.1.3.ebuild:





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-10-28 12:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 12:10 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/28 12:10:22

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #426668
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- diff-lcs-1.1.3.ebuild	14 Aug 2012 03:23:50 -0000	1.9
+++ diff-lcs-1.1.3.ebuild	28 Oct 2012 12:10:22 -0000	1.10
@@ -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.9 2012/08/14 03:23:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.10 2012/10/28 12:10:22 armin76 Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )"



1.41                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	14 Aug 2012 03:23:50 -0000	1.40
+++ ChangeLog	28 Oct 2012 12:10:22 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.40 2012/08/14 03:23:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.41 2012/10/28 12:10:22 armin76 Exp $
+
+  28 Oct 2012; Raúl Porcel <armin76@gentoo.org> diff-lcs-1.1.3.ebuild:
+  ia64/sparc stable wrt #426668
 
   14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> diff-lcs-1.1.3.ebuild:
   Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test.





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-08-14  3:23 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-14  3:23 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/14 03:23:50

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- diff-lcs-1.1.3.ebuild	12 Aug 2012 20:45:09 -0000	1.8
+++ diff-lcs-1.1.3.ebuild	14 Aug 2012 03:23:50 -0000	1.9
@@ -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.8 2012/08/12 20:45:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.9 2012/08/14 03:23:50 flameeyes Exp $
 
 EAPI=4
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -21,7 +21,7 @@
 KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
-ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"
+ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )"
 
 all_ruby_prepare() {
 	# Remove unneeded rspec require to avoid rspec with USE=doc.



1.40                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	12 Aug 2012 20:45:09 -0000	1.39
+++ ChangeLog	14 Aug 2012 03:23:50 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.39 2012/08/12 20:45:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.40 2012/08/14 03:23:50 flameeyes Exp $
+
+  14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test.
 
   12 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> diff-lcs-1.1.3.ebuild:
   Bump to EAPI 4 and use the new rspec recipe for testing instead of rake.





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-08-12 20:45 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-12 20:45 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/08/12 20:45:09

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  Bump to EAPI 4 and use the new rspec recipe for testing instead of rake.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- diff-lcs-1.1.3.ebuild	26 Jul 2012 12:33:56 -0000	1.7
+++ diff-lcs-1.1.3.ebuild	12 Aug 2012 20:45:09 -0000	1.8
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.7 2012/07/26 12:33:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.8 2012/08/12 20:45:09 flameeyes Exp $
 
-EAPI=2
+EAPI=4
 USE_RUBY="ruby18 ree18 ruby19 jruby"
 
-RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_DOCDIR="doc"



1.39                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	5 Aug 2012 09:49:18 -0000	1.38
+++ ChangeLog	12 Aug 2012 20:45:09 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.38 2012/08/05 09:49:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.39 2012/08/12 20:45:09 flameeyes Exp $
+
+  12 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Bump to EAPI 4 and use the new rspec recipe for testing instead of rake.
 
   05 Aug 2012; Hans de Graaff <graaff@gentoo.org> -diff-lcs-1.1.2-r3.ebuild:
   Cleanup.
@@ -140,4 +143,3 @@
   +diff-lcs-1.1.2.ebuild:
   Initial import, ebuild by James Le Cuirot in bug #106453. ~amd64 and
   ~x86-fbsd keywords for start.
-





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-07-26 12:33 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-26 12:33 UTC (permalink / raw
  To: gentoo-commits

blueness    12/07/26 12:33:56

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  Stable ppc64, bug #426668
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- diff-lcs-1.1.3.ebuild	26 Jul 2012 12:06:03 -0000	1.6
+++ diff-lcs-1.1.3.ebuild	26 Jul 2012 12:33:56 -0000	1.7
@@ -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.6 2012/07/26 12:06:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.7 2012/07/26 12:33:56 blueness Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"



1.37                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	26 Jul 2012 12:06:03 -0000	1.36
+++ ChangeLog	26 Jul 2012 12:33:56 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.36 2012/07/26 12:06:03 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.37 2012/07/26 12:33:56 blueness Exp $
+
+  26 Jul 2012; Anthony G. Basile <blueness@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Stable ppc64, bug #426668
 
   26 Jul 2012; Anthony G. Basile <blueness@gentoo.org> diff-lcs-1.1.3.ebuild:
   Stable ppc, bug #426668





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-07-26 12:06 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-26 12:06 UTC (permalink / raw
  To: gentoo-commits

blueness    12/07/26 12:06:03

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  Stable ppc, bug #426668
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- diff-lcs-1.1.3.ebuild	22 Jul 2012 07:53:16 -0000	1.5
+++ diff-lcs-1.1.3.ebuild	26 Jul 2012 12:06:03 -0000	1.6
@@ -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.5 2012/07/22 07:53:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.6 2012/07/26 12:06:03 blueness Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"



1.36                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	22 Jul 2012 07:53:16 -0000	1.35
+++ ChangeLog	26 Jul 2012 12:06:03 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.35 2012/07/22 07:53:16 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.36 2012/07/26 12:06:03 blueness Exp $
+
+  26 Jul 2012; Anthony G. Basile <blueness@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Stable ppc, bug #426668
 
   22 Jul 2012; Jeff Horelick <jdhore@gentoo.org> diff-lcs-1.1.3.ebuild:
   marked x86 per bug 426668





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-07-22  7:53 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-22  7:53 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/22 07:53:16

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  marked x86 per bug 426668
  
  (Portage version: 2.2.0_alpha119/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- diff-lcs-1.1.3.ebuild	15 Jul 2012 12:48:46 -0000	1.4
+++ diff-lcs-1.1.3.ebuild	22 Jul 2012 07:53:16 -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.4 2012/07/15 12:48:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.5 2012/07/22 07:53:16 jdhore Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"



1.35                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	15 Jul 2012 12:48:46 -0000	1.34
+++ ChangeLog	22 Jul 2012 07:53:16 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.34 2012/07/15 12:48:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.35 2012/07/22 07:53:16 jdhore Exp $
+
+  22 Jul 2012; Jeff Horelick <jdhore@gentoo.org> diff-lcs-1.1.3.ebuild:
+  marked x86 per bug 426668
 
   15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> diff-lcs-1.1.3.ebuild:
   Stable for amd64, wrt bug #426668





^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2012-07-15 12:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-15 12:48 UTC (permalink / raw
  To: gentoo-commits

ago         12/07/15 12:48:46

  Modified:             diff-lcs-1.1.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #426668
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- diff-lcs-1.1.3.ebuild	25 May 2012 10:58:42 -0000	1.3
+++ diff-lcs-1.1.3.ebuild	15 Jul 2012 12:48:46 -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.3 2012/05/25 10:58:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.4 2012/07/15 12:48:46 ago Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"



1.34                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	25 May 2012 10:58:42 -0000	1.33
+++ ChangeLog	15 Jul 2012 12:48:46 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.33 2012/05/25 10:58:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.34 2012/07/15 12:48:46 ago Exp $
+
+  15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Stable for amd64, wrt bug #426668
 
   25 May 2012; Hans de Graaff <graaff@gentoo.org> diff-lcs-1.1.3.ebuild:
   Don't require rspec for USE=doc. Fixes bug 417463.






^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2011-12-31 18:35 Fabian Groffen (grobian)
  0 siblings, 0 replies; 13+ messages in thread
From: Fabian Groffen (grobian) @ 2011-12-31 18:35 UTC (permalink / raw
  To: gentoo-commits

grobian     11/12/31 18:35:58

  Modified:             diff-lcs-1.1.3.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/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- diff-lcs-1.1.3.ebuild	15 Oct 2011 09:03:58 -0000	1.1
+++ diff-lcs-1.1.3.ebuild	31 Dec 2011 18:35:58 -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/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.1 2011/10/15 09:03:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.2 2011/12/31 18:35:58 grobian Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -18,7 +18,7 @@
 
 LICENSE="|| ( MIT Ruby GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"



1.31                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	15 Oct 2011 09:03:58 -0000	1.30
+++ ChangeLog	31 Dec 2011 18:35:58 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.30 2011/10/15 09:03:58 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.31 2011/12/31 18:35:58 grobian Exp $
+
+  31 Dec 2011; Fabian Groffen <grobian@gentoo.org> diff-lcs-1.1.3.ebuild:
+  Add Prefix keywords, bug #396547
 
 *diff-lcs-1.1.3 (15 Oct 2011)
 






^ permalink raw reply	[flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog
@ 2011-10-15  9:03 Hans de Graaff (graaff)
  0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff (graaff) @ 2011-10-15  9:03 UTC (permalink / raw
  To: gentoo-commits

graaff      11/10/15 09:03:58

  Modified:             ChangeLog
  Added:                diff-lcs-1.1.3.ebuild
  Log:
  Version bump. Drop alpha keyword due to new rspec:2 dependency, bug 387179.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 dev-ruby/diff-lcs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	14 Sep 2011 16:09:02 -0000	1.29
+++ ChangeLog	15 Oct 2011 09:03:58 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/diff-lcs
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.29 2011/09/14 16:09:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.30 2011/10/15 09:03:58 graaff Exp $
+
+*diff-lcs-1.1.3 (15 Oct 2011)
+
+  15 Oct 2011; Hans de Graaff <graaff@gentoo.org> +diff-lcs-1.1.3.ebuild:
+  Version bump. Drop alpha keyword due to new rspec:2 dependency, bug 387179.
 
   14 Sep 2011; Jeroen Roovers <jer@gentoo.org> diff-lcs-1.1.2-r2.ebuild:
   Stable for HPPA (bug #369573).



1.1                  dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild

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

Index: diff-lcs-1.1.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.1 2011/10/15 09:03:58 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"

RUBY_FAKEGEM_TASK_TEST="spec"

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"

inherit ruby-fakegem

DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
HOMEPAGE="https://github.com/halostatue/diff-lcs"

LICENSE="|| ( MIT Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )"






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

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 10:58 [gentoo-commits] gentoo-x86 commit in dev-ruby/diff-lcs: diff-lcs-1.1.3.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-26 15:08 Markus Meier (maekke)
2013-01-15  3:20 Richard Farina (zerochaos)
2012-11-06 17:14 Jeroen Roovers (jer)
2012-10-28 12:10 Raul Porcel (armin76)
2012-08-14  3:23 Diego Petteno (flameeyes)
2012-08-12 20:45 Diego Petteno (flameeyes)
2012-07-26 12:33 Anthony G. Basile (blueness)
2012-07-26 12:06 Anthony G. Basile (blueness)
2012-07-22  7:53 Jeff Horelick (jdhore)
2012-07-15 12:48 Agostino Sarubbo (ago)
2011-12-31 18:35 Fabian Groffen (grobian)
2011-10-15  9:03 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