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.0.ebuild ChangeLog
@ 2011-10-23 12:46 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2011-10-23 12:46 UTC (permalink / raw
  To: gentoo-commits

chithanh    11/10/23 12:46:30

  Modified:             ChangeLog
  Added:                xdpyinfo-1.3.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	18 Apr 2011 11:23:06 -0000	1.68
+++ ChangeLog	23 Oct 2011 12:46:30 -0000	1.69
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.68 2011/04/18 11:23:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.69 2011/10/23 12:46:30 chithanh Exp $
+
+*xdpyinfo-1.3.0 (23 Oct 2011)
+
+  23 Oct 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +xdpyinfo-1.3.0.ebuild:
+  Version bump.
 
   18 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xdpyinfo-1.1.0.ebuild:
   old



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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.1 2011/10/23 12:46:29 chithanh Exp $

EAPI=4
inherit xorg-2

DESCRIPTION="Display information utility for X"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2011-12-20 15:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-20 15:38 UTC (permalink / raw
  To: gentoo-commits

ago         11/12/20 15:38:34

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #394393
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdpyinfo-1.3.0.ebuild	23 Oct 2011 12:46:29 -0000	1.1
+++ xdpyinfo-1.3.0.ebuild	20 Dec 2011 15:38:33 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.1 2011/10/23 12:46:29 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.2 2011/12/20 15:38:33 ago Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.70                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	23 Oct 2011 12:46:30 -0000	1.69
+++ ChangeLog	20 Dec 2011 15:38:33 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.69 2011/10/23 12:46:30 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.70 2011/12/20 15:38:33 ago Exp $
+
+  20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  Stable for AMD64, wrt bug #394393
 
 *xdpyinfo-1.3.0 (23 Oct 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2011-12-20 21:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-20 21:09 UTC (permalink / raw
  To: gentoo-commits

jer         11/12/20 21:09:12

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #394393).
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdpyinfo-1.3.0.ebuild	20 Dec 2011 15:38:33 -0000	1.2
+++ xdpyinfo-1.3.0.ebuild	20 Dec 2011 21:09:12 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.2 2011/12/20 15:38:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.3 2011/12/20 21:09:12 jer Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.71                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	20 Dec 2011 15:38:33 -0000	1.70
+++ ChangeLog	20 Dec 2011 21:09:12 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.70 2011/12/20 15:38:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.71 2011/12/20 21:09:12 jer Exp $
+
+  20 Dec 2011; Jeroen Roovers <jer@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  Stable for HPPA (bug #394393).
 
   20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> xdpyinfo-1.3.0.ebuild:
   Stable for AMD64, wrt bug #394393






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2011-12-21 21:44 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2011-12-21 21:44 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/21 21:44:05

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  arm stable, bug #394393
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdpyinfo-1.3.0.ebuild	20 Dec 2011 21:09:12 -0000	1.3
+++ xdpyinfo-1.3.0.ebuild	21 Dec 2011 21:44:05 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.3 2011/12/20 21:09:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.4 2011/12/21 21:44:05 maekke Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.72                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	20 Dec 2011 21:09:12 -0000	1.71
+++ ChangeLog	21 Dec 2011 21:44:05 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.71 2011/12/20 21:09:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.72 2011/12/21 21:44:05 maekke Exp $
+
+  21 Dec 2011; Markus Meier <maekke@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  arm stable, bug #394393
 
   20 Dec 2011; Jeroen Roovers <jer@gentoo.org> xdpyinfo-1.3.0.ebuild:
   Stable for HPPA (bug #394393).






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2011-12-27 20:53 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2011-12-27 20:53 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/27 20:53:50

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  x86 stable, bug #394393
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdpyinfo-1.3.0.ebuild	21 Dec 2011 21:44:05 -0000	1.4
+++ xdpyinfo-1.3.0.ebuild	27 Dec 2011 20:53:50 -0000	1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.4 2011/12/21 21:44:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.5 2011/12/27 20:53:50 maekke Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.73                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	21 Dec 2011 21:44:05 -0000	1.72
+++ ChangeLog	27 Dec 2011 20:53:50 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.72 2011/12/21 21:44:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.73 2011/12/27 20:53:50 maekke Exp $
+
+  27 Dec 2011; Markus Meier <maekke@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  x86 stable, bug #394393
 
   21 Dec 2011; Markus Meier <maekke@gentoo.org> xdpyinfo-1.3.0.ebuild:
   arm stable, bug #394393






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2012-02-15 19:07 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-02-15 19:07 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/15 19:07:23

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  Marking xdpyinfo-1.3.0 ppc for bug 394393
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdpyinfo-1.3.0.ebuild	27 Dec 2011 20:53:50 -0000	1.5
+++ xdpyinfo-1.3.0.ebuild	15 Feb 2012 19:07:23 -0000	1.6
@@ -1,12 +1,12 @@
-# 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/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.5 2011/12/27 20:53:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.6 2012/02/15 19:07:23 ranger Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.74                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	27 Dec 2011 20:53:50 -0000	1.73
+++ ChangeLog	15 Feb 2012 19:07:23 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xdpyinfo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.73 2011/12/27 20:53:50 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.74 2012/02/15 19:07:23 ranger Exp $
+
+  15 Feb 2012; Brent Baude <ranger@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  Marking xdpyinfo-1.3.0 ppc stable for bug 394393
 
   27 Dec 2011; Markus Meier <maekke@gentoo.org> xdpyinfo-1.3.0.ebuild:
   x86 stable, bug #394393






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2012-02-19 14:30 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-02-19 14:30 UTC (permalink / raw
  To: gentoo-commits

armin76     12/02/19 14:30:49

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #394393
  
  (Portage version: 2.1.10.44/cvs/Linux ia64)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdpyinfo-1.3.0.ebuild	15 Feb 2012 19:07:23 -0000	1.6
+++ xdpyinfo-1.3.0.ebuild	19 Feb 2012 14:30:48 -0000	1.7
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.6 2012/02/15 19:07:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.7 2012/02/19 14:30:48 armin76 Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.75                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	15 Feb 2012 19:07:23 -0000	1.74
+++ ChangeLog	19 Feb 2012 14:30:48 -0000	1.75
@@ -1,6 +1,9 @@
 # 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.74 2012/02/15 19:07:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.75 2012/02/19 14:30:48 armin76 Exp $
+
+  19 Feb 2012; Raúl Porcel <armin76@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #394393
 
   15 Feb 2012; Brent Baude <ranger@gentoo.org> xdpyinfo-1.3.0.ebuild:
   Marking xdpyinfo-1.3.0 ppc stable for bug 394393






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2012-03-03 16:26 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-03-03 16:26 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/03 16:26:46

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  Marking xdpyinfo-1.3.0 ppc64 for bug 394393
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdpyinfo-1.3.0.ebuild	19 Feb 2012 14:30:48 -0000	1.7
+++ xdpyinfo-1.3.0.ebuild	3 Mar 2012 16:26:45 -0000	1.8
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.7 2012/02/19 14:30:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.8 2012/03/03 16:26:45 ranger Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~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 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
 IUSE="dga dmx xinerama"
 
 RDEPEND="



1.76                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	19 Feb 2012 14:30:48 -0000	1.75
+++ ChangeLog	3 Mar 2012 16:26:45 -0000	1.76
@@ -1,6 +1,9 @@
 # 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.75 2012/02/19 14:30:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.76 2012/03/03 16:26:45 ranger Exp $
+
+  03 Mar 2012; Brent Baude <ranger@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  Marking xdpyinfo-1.3.0 ppc64 stable for bug 394393
 
   19 Feb 2012; Raúl Porcel <armin76@gentoo.org> xdpyinfo-1.3.0.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #394393






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog
@ 2012-05-15 14:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-15 14:20 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/15 14:20:23

  Modified:             xdpyinfo-1.3.0.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

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

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

Index: xdpyinfo-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdpyinfo-1.3.0.ebuild	3 Mar 2012 16:26:45 -0000	1.8
+++ xdpyinfo-1.3.0.ebuild	15 May 2012 14:20:23 -0000	1.9
@@ -1,12 +1,12 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.8 2012/03/03 16:26:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.3.0.ebuild,v 1.9 2012/05/15 14:20:23 aballier Exp $
 
 EAPI=4
 inherit xorg-2
 
 DESCRIPTION="Display information utility for X"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~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.77                 x11-apps/xdpyinfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	3 Mar 2012 16:26:45 -0000	1.76
+++ ChangeLog	15 May 2012 14:20:23 -0000	1.77
@@ -1,6 +1,9 @@
 # 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.76 2012/03/03 16:26:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.77 2012/05/15 14:20:23 aballier Exp $
+
+  15 May 2012; Alexis Ballier <aballier@gentoo.org> xdpyinfo-1.3.0.ebuild:
+  keyword ~amd64-fbsd
 
   03 Mar 2012; Brent Baude <ranger@gentoo.org> xdpyinfo-1.3.0.ebuild:
   Marking xdpyinfo-1.3.0 ppc64 stable for bug 394393






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

end of thread, other threads:[~2012-05-15 14:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 14:20 [gentoo-commits] gentoo-x86 commit in x11-apps/xdpyinfo: xdpyinfo-1.3.0.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-03 16:26 Brent Baude (ranger)
2012-02-19 14:30 Raul Porcel (armin76)
2012-02-15 19:07 Brent Baude (ranger)
2011-12-27 20:53 Markus Meier (maekke)
2011-12-21 21:44 Markus Meier (maekke)
2011-12-20 21:09 Jeroen Roovers (jer)
2011-12-20 15:38 Agostino Sarubbo (ago)
2011-10-23 12:46 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