public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-05-21 12:03 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 11+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-05-21 12:03 UTC (permalink / raw
  To: gentoo-commits

chithanh    13/05/21 12:03:22

  Modified:             ChangeLog
  Added:                xdpyinfo-1.3.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.79                 x11-apps/xdpyinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	11 Jun 2012 12:58:14 -0000	1.78
+++ ChangeLog	21 May 2013 12:03:22 -0000	1.79
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xdpyinfo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.78 2012/06/11 12:58:14 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.79 2013/05/21 12:03:22 chithanh Exp $
+
+*xdpyinfo-1.3.1 (21 May 2013)
+
+  21 May 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +xdpyinfo-1.3.1.ebuild:
+  Version bump.
 
 *xdpyinfo-1.3.0-r1 (11 Jun 2012)
 
@@ -289,4 +295,3 @@
   08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
   +xdpyinfo-0.99.0.ebuild:
   Initial commit for modular X.
-



1.1                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild?rev=1.1&content-type=text/plain

Index: xdpyinfo-1.3.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.1 2013/05/21 12:03:22 chithanh Exp $

EAPI=5
inherit xorg-2

DESCRIPTION="Display information utility for X"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
IUSE="dga dmx xinerama"

RDEPEND="
	x11-libs/libX11
	x11-libs/libXcomposite
	x11-libs/libXext
	x11-libs/libXi
	x11-libs/libXrender
	x11-libs/libXtst
	x11-libs/libXxf86vm
	x11-libs/libxcb
	dga? ( x11-libs/libXxf86dga )
	dmx? ( x11-libs/libdmx )
	xinerama? ( x11-libs/libXinerama )
"
DEPEND="${RDEPEND}
	x11-proto/compositeproto
	x11-proto/inputproto
	x11-proto/kbproto
	x11-proto/renderproto
	x11-proto/xf86vidmodeproto
	x11-proto/xextproto
	x11-proto/xproto
	dga? ( x11-proto/xf86dgaproto )
	dmx? ( x11-proto/dmxproto )
	xinerama? ( x11-proto/xineramaproto )
"

pkg_setup() {
	XORG_CONFIGURE_OPTIONS=(
		"--without-xf86misc"
		$(use_with dga)
		$(use_with dmx)
		$(use_with xinerama)
	)

}





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-09-29 11:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-29 11:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/09/29 11:09:01

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdpyinfo-1.3.1.ebuild	21 May 2013 12:03:22 -0000	1.1
+++ xdpyinfo-1.3.1.ebuild	29 Sep 2013 11:09:01 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.1 2013/05/21 12:03:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.2 2013/09/29 11:09:01 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.80                 x11-apps/xdpyinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	21 May 2013 12:03:22 -0000	1.79
+++ ChangeLog	29 Sep 2013 11:09:01 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.79 2013/05/21 12:03:22 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.80 2013/09/29 11:09:01 ago Exp $
+
+  29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for amd64, wrt bug #475480
 
 *xdpyinfo-1.3.1 (21 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-02  3:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-02  3:14 UTC (permalink / raw
  To: gentoo-commits

jer         13/10/02 03:14:08

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #475480).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdpyinfo-1.3.1.ebuild	29 Sep 2013 11:09:01 -0000	1.2
+++ xdpyinfo-1.3.1.ebuild	2 Oct 2013 03:14:08 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.2 2013/09/29 11:09:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.3 2013/10/02 03:14:08 jer Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.81                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	29 Sep 2013 11:09:01 -0000	1.80
+++ ChangeLog	2 Oct 2013 03:14:08 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.80 2013/09/29 11:09:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.81 2013/10/02 03:14:08 jer Exp $
+
+  02 Oct 2013; Jeroen Roovers <jer@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for HPPA (bug #475480).
 
   29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for amd64, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-03 20:06 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-03 20:06 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/03 20:06:34

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdpyinfo-1.3.1.ebuild	2 Oct 2013 03:14:08 -0000	1.3
+++ xdpyinfo-1.3.1.ebuild	3 Oct 2013 20:06:34 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.3 2013/10/02 03:14:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.4 2013/10/03 20:06:34 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.82                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	2 Oct 2013 03:14:08 -0000	1.81
+++ ChangeLog	3 Oct 2013 20:06:34 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.81 2013/10/02 03:14:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.82 2013/10/03 20:06:34 ago Exp $
+
+  03 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for ppc, wrt bug #475480
 
   02 Oct 2013; Jeroen Roovers <jer@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for HPPA (bug #475480).





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-04 11:57 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-04 11:57 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/04 11:57:44

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdpyinfo-1.3.1.ebuild	3 Oct 2013 20:06:34 -0000	1.4
+++ xdpyinfo-1.3.1.ebuild	4 Oct 2013 11:57:44 -0000	1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.4 2013/10/03 20:06:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.5 2013/10/04 11:57:44 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.83                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	3 Oct 2013 20:06:34 -0000	1.82
+++ ChangeLog	4 Oct 2013 11:57:44 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.82 2013/10/03 20:06:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.83 2013/10/04 11:57:44 ago Exp $
+
+  04 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for ppc64, wrt bug #475480
 
   03 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for ppc, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-05  4:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-05  4:54 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/05 04:54:13

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild?r1=1.5&r2=1.6

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdpyinfo-1.3.1.ebuild	4 Oct 2013 11:57:44 -0000	1.5
+++ xdpyinfo-1.3.1.ebuild	5 Oct 2013 04:54:13 -0000	1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.5 2013/10/04 11:57:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.6 2013/10/05 04:54:13 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.84                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	4 Oct 2013 11:57:44 -0000	1.83
+++ ChangeLog	5 Oct 2013 04:54:13 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.83 2013/10/04 11:57:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.84 2013/10/05 04:54:13 ago Exp $
+
+  05 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for alpha, wrt bug #475480
 
   04 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for ppc64, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-05 16:36 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2013-10-05 16:36 UTC (permalink / raw
  To: gentoo-commits

maekke      13/10/05 16:36:24

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

Revision  Changes    Path
1.7                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdpyinfo-1.3.1.ebuild	5 Oct 2013 04:54:13 -0000	1.6
+++ xdpyinfo-1.3.1.ebuild	5 Oct 2013 16:36:24 -0000	1.7
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.6 2013/10/05 04:54:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.7 2013/10/05 16:36:24 maekke Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.85                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	5 Oct 2013 04:54:13 -0000	1.84
+++ ChangeLog	5 Oct 2013 16:36:24 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.84 2013/10/05 04:54:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.85 2013/10/05 16:36:24 maekke Exp $
+
+  05 Oct 2013; Markus Meier <maekke@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  arm stable, bug #475480
 
   05 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for alpha, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-06 11:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-06 11:41 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/06 11:41:20

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdpyinfo-1.3.1.ebuild	5 Oct 2013 16:36:24 -0000	1.7
+++ xdpyinfo-1.3.1.ebuild	6 Oct 2013 11:41:19 -0000	1.8
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.7 2013/10/05 16:36:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.8 2013/10/06 11:41:19 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.86                 x11-apps/xdpyinfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xdpyinfo/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	5 Oct 2013 16:36:24 -0000	1.85
+++ ChangeLog	6 Oct 2013 11:41:19 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.85 2013/10/05 16:36:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.86 2013/10/06 11:41:19 ago Exp $
+
+  06 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for ia64, wrt bug #475480
 
   05 Oct 2013; Markus Meier <maekke@gentoo.org> xdpyinfo-1.3.1.ebuild:
   arm stable, bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-07  4:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-07  4:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/07 04:55:13

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdpyinfo-1.3.1.ebuild	6 Oct 2013 11:41:19 -0000	1.8
+++ xdpyinfo-1.3.1.ebuild	7 Oct 2013 04:55:13 -0000	1.9
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.8 2013/10/06 11:41:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.9 2013/10/07 04:55:13 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.87                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	6 Oct 2013 11:41:19 -0000	1.86
+++ ChangeLog	7 Oct 2013 04:55:13 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.86 2013/10/06 11:41:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.87 2013/10/07 04:55:13 ago Exp $
+
+  07 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for sparc, wrt bug #475480
 
   06 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for ia64, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2013-10-08  5:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-08  5:03 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/08 05:03:29

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #475480
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdpyinfo-1.3.1.ebuild	7 Oct 2013 04:55:13 -0000	1.9
+++ xdpyinfo-1.3.1.ebuild	8 Oct 2013 05:03:29 -0000	1.10
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.9 2013/10/07 04:55:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.10 2013/10/08 05:03:29 ago Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.88                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	7 Oct 2013 04:55:13 -0000	1.87
+++ ChangeLog	8 Oct 2013 05:03:29 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.87 2013/10/07 04:55:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.88 2013/10/08 05:03:29 ago Exp $
+
+  08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  Stable for x86, wrt bug #475480
 
   07 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for sparc, wrt bug #475480





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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog
@ 2015-03-03 10:42 Yixun Lan (dlan)
  0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03 10:42 UTC (permalink / raw
  To: gentoo-commits

dlan        15/03/03 10:42:39

  Modified:             xdpyinfo-1.3.1.ebuild ChangeLog
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.11                 x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild

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

Index: xdpyinfo-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdpyinfo-1.3.1.ebuild	8 Oct 2013 05:03:29 -0000	1.10
+++ xdpyinfo-1.3.1.ebuild	3 Mar 2015 10:42:39 -0000	1.11
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.10 2013/10/08 05:03:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild,v 1.11 2015/03/03 10:42:39 dlan Exp $
 
 EAPI=5
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.89                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	8 Oct 2013 05:03:29 -0000	1.88
+++ ChangeLog	3 Mar 2015 10:42:39 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.88 2013/10/08 05:03:29 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.89 2015/03/03 10:42:39 dlan Exp $
+
+  03 Mar 2015; Yixun Lan <dlan@gentoo.org> xdpyinfo-1.3.1.ebuild:
+  add arm64 support, tested on A53 board
 
   08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.1.ebuild:
   Stable for x86, wrt bug #475480





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

end of thread, other threads:[~2015-03-03 10:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08  5:03 [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-03 10:42 Yixun Lan (dlan)
2013-10-07  4:55 Agostino Sarubbo (ago)
2013-10-06 11:41 Agostino Sarubbo (ago)
2013-10-05 16:36 Markus Meier (maekke)
2013-10-05  4:54 Agostino Sarubbo (ago)
2013-10-04 11:57 Agostino Sarubbo (ago)
2013-10-03 20:06 Agostino Sarubbo (ago)
2013-10-02  3:14 Jeroen Roovers (jer)
2013-09-29 11:09 Agostino Sarubbo (ago)
2013-05-21 12:03 Chi-Thanh Christopher Nguyen (chithanh)

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