public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-03-09 16:45 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2013-03-09 16:45 UTC (permalink / raw
  To: gentoo-commits

jer         13/03/09 16:45:47

  Modified:             ChangeLog
  Added:                wdiff-1.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.81                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	6 Oct 2012 15:18:41 -0000	1.80
+++ ChangeLog	9 Mar 2013 16:45:47 -0000	1.81
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/wdiff
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.80 2012/10/06 15:18:41 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.81 2013/03/09 16:45:47 jer Exp $
+
+*wdiff-1.2.1 (09 Mar 2013)
+
+  09 Mar 2013; Jeroen Roovers <jer@gentoo.org> +wdiff-1.2.1.ebuild:
+  Version bump.
 
   06 Oct 2012; Justin Lecher <jlec@gentoo.org> -wdiff-1.1.0.ebuild,
   -wdiff-1.1.1.ebuild:



1.1                  app-text/wdiff/wdiff-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild?rev=1.1&content-type=text/plain

Index: wdiff-1.2.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.1 2013/03/09 16:45:47 jer Exp $

EAPI=5

DESCRIPTION="Create a diff disregarding formatting"
HOMEPAGE="http://www.gnu.org/software/wdiff/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="experimental test"

RDEPEND="sys-apps/diffutils
	sys-apps/less"
DEPEND="${RDEPEND}
	test? ( app-misc/screen )"

src_configure() {
	econf \
		$(use_enable experimental)
}

src_test() {
	# The test suite hangs in the '3: use pager' test
	# when an incompatible screenrc is found
	touch tests/screenrc || die
	export SYSSCREENRC=tests/screenrc SCREENRC=tests/screenrc
	default
}





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-20  9:21 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 13+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-05-20  9:21 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/05/20 09:21:59

  Modified:             wdiff-1.2.1.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #470342
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.2                  app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wdiff-1.2.1.ebuild	9 Mar 2013 16:45:47 -0000	1.1
+++ wdiff-1.2.1.ebuild	20 May 2013 09:21:58 -0000	1.2
@@ -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.1 2013/03/09 16:45:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.2 2013/05/20 09:21:58 nimiux Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="sys-apps/diffutils



1.82                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	9 Mar 2013 16:45:47 -0000	1.81
+++ ChangeLog	20 May 2013 09:21:58 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.81 2013/03/09 16:45:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.82 2013/05/20 09:21:58 nimiux Exp $
+
+  20 May 2013; Chema Alonso <nimiux@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for amd64 wrt bug #470342
 
 *wdiff-1.2.1 (09 Mar 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-20 12:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 12:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 12:45:08

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

Revision  Changes    Path
1.3                  app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wdiff-1.2.1.ebuild	20 May 2013 09:21:58 -0000	1.2
+++ wdiff-1.2.1.ebuild	20 May 2013 12:45:08 -0000	1.3
@@ -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.2 2013/05/20 09:21:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.3 2013/05/20 12:45:08 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="sys-apps/diffutils



1.83                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	20 May 2013 09:21:58 -0000	1.82
+++ ChangeLog	20 May 2013 12:45:08 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.82 2013/05/20 09:21:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.83 2013/05/20 12:45:08 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for ppc, wrt bug #470342
 
   20 May 2013; Chema Alonso <nimiux@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for amd64 wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-20 17:21 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 17:21 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 17:21:36

  Modified:             wdiff-1.2.1.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #470342
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wdiff-1.2.1.ebuild	20 May 2013 12:45:08 -0000	1.3
+++ wdiff-1.2.1.ebuild	20 May 2013 17:21:36 -0000	1.4
@@ -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.3 2013/05/20 12:45:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.4 2013/05/20 17:21:36 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="sys-apps/diffutils



1.84                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	20 May 2013 12:45:08 -0000	1.83
+++ ChangeLog	20 May 2013 17:21:36 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.83 2013/05/20 12:45:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.84 2013/05/20 17:21:36 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for arm, wrt bug #470342
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for ppc, wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-20 17:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 17:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/20 17:56:33

  Modified:             wdiff-1.2.1.ebuild ChangeLog
  Log:
  Stable for s390, wrt bug #470342
  
  (Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wdiff-1.2.1.ebuild	20 May 2013 17:21:36 -0000	1.4
+++ wdiff-1.2.1.ebuild	20 May 2013 17:56:33 -0000	1.5
@@ -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.4 2013/05/20 17:21:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.5 2013/05/20 17:56:33 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="sys-apps/diffutils



1.85                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	20 May 2013 17:21:36 -0000	1.84
+++ ChangeLog	20 May 2013 17:56:33 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.84 2013/05/20 17:21:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.85 2013/05/20 17:56:33 ago Exp $
+
+  20 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for s390, wrt bug #470342
 
   20 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for arm, wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-21 16:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-21 16:01 UTC (permalink / raw
  To: gentoo-commits

jer         13/05/21 16:01:50

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

Revision  Changes    Path
1.7                  app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wdiff-1.2.1.ebuild	21 May 2013 06:17:48 -0000	1.6
+++ wdiff-1.2.1.ebuild	21 May 2013 16:01:50 -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.6 2013/05/21 06:17:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.7 2013/05/21 16:01:50 jer Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.87                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	21 May 2013 06:17:48 -0000	1.86
+++ ChangeLog	21 May 2013 16:01:50 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.86 2013/05/21 06:17:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.87 2013/05/21 16:01:50 jer Exp $
+
+  21 May 2013; Jeroen Roovers <jer@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for HPPA (bug #470342).
 
   21 May 2013; Justin Lecher <jlec@gentoo.org> wdiff-1.2.1.ebuild,
   metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-22 10:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-22 10:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/22 10:36:17

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

Revision  Changes    Path
1.8                  app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wdiff-1.2.1.ebuild	21 May 2013 16:01:50 -0000	1.7
+++ wdiff-1.2.1.ebuild	22 May 2013 10:36:17 -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.7 2013/05/21 16:01:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.8 2013/05/22 10:36:17 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.88                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	21 May 2013 16:01:50 -0000	1.87
+++ ChangeLog	22 May 2013 10:36:17 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.87 2013/05/21 16:01:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.88 2013/05/22 10:36:17 ago Exp $
+
+  22 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for ia64, wrt bug #470342
 
   21 May 2013; Jeroen Roovers <jer@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for HPPA (bug #470342).





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-24 19:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-24 19:45 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/24 19:45:56

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

Revision  Changes    Path
1.9                  app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wdiff-1.2.1.ebuild	22 May 2013 10:36:17 -0000	1.8
+++ wdiff-1.2.1.ebuild	24 May 2013 19:45:56 -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.8 2013/05/22 10:36:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.9 2013/05/24 19:45:56 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.89                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	22 May 2013 10:36:17 -0000	1.88
+++ ChangeLog	24 May 2013 19:45:56 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.88 2013/05/22 10:36:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.89 2013/05/24 19:45:56 ago Exp $
+
+  24 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for ppc64, wrt bug #470342
 
   22 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for ia64, wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-25  7:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25  7:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 07:59:29

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

Revision  Changes    Path
1.10                 app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wdiff-1.2.1.ebuild	24 May 2013 19:45:56 -0000	1.9
+++ wdiff-1.2.1.ebuild	25 May 2013 07:59:29 -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.9 2013/05/24 19:45:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.10 2013/05/25 07:59:29 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.90                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	24 May 2013 19:45:56 -0000	1.89
+++ ChangeLog	25 May 2013 07:59:29 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.89 2013/05/24 19:45:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.90 2013/05/25 07:59:29 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for sparc, wrt bug #470342
 
   24 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for ppc64, wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-25 14:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25 14:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/25 14:26:33

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

Revision  Changes    Path
1.11                 app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wdiff-1.2.1.ebuild	25 May 2013 07:59:29 -0000	1.10
+++ wdiff-1.2.1.ebuild	25 May 2013 14:26:32 -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.10 2013/05/25 07:59:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.11 2013/05/25 14:26:32 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.91                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	25 May 2013 07:59:29 -0000	1.90
+++ ChangeLog	25 May 2013 14:26:32 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.90 2013/05/25 07:59:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.91 2013/05/25 14:26:32 ago Exp $
+
+  25 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for alpha, wrt bug #470342
 
   25 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for sparc, wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-05-26 15:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-26 15:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/05/26 15:56:11

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

Revision  Changes    Path
1.12                 app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wdiff-1.2.1.ebuild	25 May 2013 14:26:32 -0000	1.11
+++ wdiff-1.2.1.ebuild	26 May 2013 15:56:11 -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.11 2013/05/25 14:26:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.12 2013/05/26 15:56:11 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.92                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	25 May 2013 14:26:32 -0000	1.91
+++ ChangeLog	26 May 2013 15:56:11 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.91 2013/05/25 14:26:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.92 2013/05/26 15:56:11 ago Exp $
+
+  26 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for x86, wrt bug #470342
 
   25 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for alpha, wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2013-06-09 15:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-09 15:59 UTC (permalink / raw
  To: gentoo-commits

ago         13/06/09 15:59:44

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

Revision  Changes    Path
1.13                 app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wdiff-1.2.1.ebuild	26 May 2013 15:56:11 -0000	1.12
+++ wdiff-1.2.1.ebuild	9 Jun 2013 15:59:43 -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/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.12 2013/05/26 15:56:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.13 2013/06/09 15:59:43 ago Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.93                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	26 May 2013 15:56:11 -0000	1.92
+++ ChangeLog	9 Jun 2013 15:59:43 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.92 2013/05/26 15:56:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.93 2013/06/09 15:59:43 ago Exp $
+
+  09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
+  Stable for sh, wrt bug #470342
 
   26 May 2013; Agostino Sarubbo <ago@gentoo.org> wdiff-1.2.1.ebuild:
   Stable for x86, wrt bug #470342





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

* [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog
@ 2014-03-13 20:16 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 13+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-03-13 20:16 UTC (permalink / raw
  To: gentoo-commits

ottxor      14/03/13 20:16:46

  Modified:             wdiff-1.2.1.ebuild ChangeLog
  Log:
  added ~x64-macos (tested by me)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.14                 app-text/wdiff/wdiff-1.2.1.ebuild

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

Index: wdiff-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wdiff-1.2.1.ebuild	9 Jun 2013 15:59:43 -0000	1.13
+++ wdiff-1.2.1.ebuild	13 Mar 2014 20:16:46 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.13 2013/06/09 15:59:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.2.1.ebuild,v 1.14 2014/03/13 20:16:46 ottxor Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE="experimental test"
 
 RDEPEND="



1.95                 app-text/wdiff/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	10 Oct 2013 09:59:31 -0000	1.94
+++ ChangeLog	13 Mar 2014 20:16:46 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/wdiff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.94 2013/10/10 09:59:31 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.95 2014/03/13 20:16:46 ottxor Exp $
+
+  13 Mar 2014; Christoph Junghans <ottxor@gentoo.org> wdiff-1.2.1.ebuild:
+  added ~x64-macos (tested by me)
 
   10 Oct 2013; Justin Lecher <jlec@gentoo.org> -wdiff-1.1.2.ebuild:
   Drop old





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

end of thread, other threads:[~2014-03-13 20:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 16:01 [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-1.2.1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-13 20:16 Christoph Junghans (ottxor)
2013-06-09 15:59 Agostino Sarubbo (ago)
2013-05-26 15:56 Agostino Sarubbo (ago)
2013-05-25 14:26 Agostino Sarubbo (ago)
2013-05-25  7:59 Agostino Sarubbo (ago)
2013-05-24 19:45 Agostino Sarubbo (ago)
2013-05-22 10:36 Agostino Sarubbo (ago)
2013-05-20 17:56 Agostino Sarubbo (ago)
2013-05-20 17:21 Agostino Sarubbo (ago)
2013-05-20 12:45 Agostino Sarubbo (ago)
2013-05-20  9:21 JosA MarAa Alonso (nimiux)
2013-03-09 16:45 Jeroen Roovers (jer)

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