public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2009-10-15 12:33 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 8+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-10-15 12:33 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/10/15 12:33:04

  Modified:             ChangeLog
  Added:                xgamma-1.0.3.ebuild
  Log:
  Version bump. Sync deps with configure/makefile.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	20 May 2009 13:34:18 -0000	1.26
+++ ChangeLog	15 Oct 2009 12:33:03 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for x11-apps/xgamma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.26 2009/05/20 13:34:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.27 2009/10/15 12:33:03 scarabeus Exp $
+
+*xgamma-1.0.3 (15 Oct 2009)
+
+  15 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xgamma-1.0.3.ebuild:
+  Version bump. Sync deps with configure/makefile.
 
   20 May 2009; Brent Baude <ranger@gentoo.org> xgamma-1.0.2.ebuild:
   Marking xgamma-1.0.2 ppc stable for bug 268581



1.1                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: xgamma-1.0.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.1 2009/10/15 12:33:03 scarabeus Exp $

# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"

inherit x-modular

DESCRIPTION="Alter a monitor's gamma correction through the X server"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libXxf86vm
	x11-libs/libX11"
DEPEND="${RDEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2009-10-16 10:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-16 10:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/16 10:35:47

  Modified:             xgamma-1.0.3.ebuild ChangeLog
  Log:
  Missing x11-proto/xf86vidmodeproto DEPEND wrt #289273, thanks to Cosmin Giradu for reporting.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?r1=1.1&r2=1.2

Index: xgamma-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xgamma-1.0.3.ebuild	15 Oct 2009 12:33:03 -0000	1.1
+++ xgamma-1.0.3.ebuild	16 Oct 2009 10:35:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.1 2009/10/15 12:33:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.2 2009/10/16 10:35:46 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -13,4 +13,5 @@
 IUSE=""
 RDEPEND="x11-libs/libXxf86vm
 	x11-libs/libX11"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	x11-proto/xf86vidmodeproto"



1.28                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	15 Oct 2009 12:33:03 -0000	1.27
+++ ChangeLog	16 Oct 2009 10:35:46 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for x11-apps/xgamma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.27 2009/10/15 12:33:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.28 2009/10/16 10:35:46 ssuominen Exp $
+
+  16 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> xgamma-1.0.3.ebuild:
+  Missing x11-proto/xf86vidmodeproto DEPEND wrt #289273, thanks to Cosmin
+  Giradu for reporting.
 
 *xgamma-1.0.3 (15 Oct 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2009-12-10 12:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-12-10 12:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/10 12:46:53

  Modified:             xgamma-1.0.3.ebuild ChangeLog
  Log:
  amd64 stable wrt #294958
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?r1=1.2&r2=1.3

Index: xgamma-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xgamma-1.0.3.ebuild	16 Oct 2009 10:35:46 -0000	1.2
+++ xgamma-1.0.3.ebuild	10 Dec 2009 12:46:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.2 2009/10/16 10:35:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.3 2009/12/10 12:46:53 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Alter a monitor's gamma correction through the X server"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libXxf86vm
 	x11-libs/libX11"



1.29                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	16 Oct 2009 10:35:46 -0000	1.28
+++ ChangeLog	10 Dec 2009 12:46:53 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xgamma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.28 2009/10/16 10:35:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.29 2009/12/10 12:46:53 ssuominen Exp $
+
+  10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> xgamma-1.0.3.ebuild:
+  amd64 stable wrt #294958
 
   16 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> xgamma-1.0.3.ebuild:
   Missing x11-proto/xf86vidmodeproto DEPEND wrt #289273, thanks to Cosmin






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2009-12-10 18:38 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 18:38 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/10 18:38:13

  Modified:             xgamma-1.0.3.ebuild ChangeLog
  Log:
  x86 stable, bug 294958
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.4                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?r1=1.3&r2=1.4

Index: xgamma-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xgamma-1.0.3.ebuild	10 Dec 2009 12:46:53 -0000	1.3
+++ xgamma-1.0.3.ebuild	10 Dec 2009 18:38:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.3 2009/12/10 12:46:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.4 2009/12/10 18:38:12 fauli Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Alter a monitor's gamma correction through the X server"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libXxf86vm
 	x11-libs/libX11"



1.30                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	10 Dec 2009 12:46:53 -0000	1.29
+++ ChangeLog	10 Dec 2009 18:38:12 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xgamma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.29 2009/12/10 12:46:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.30 2009/12/10 18:38:12 fauli Exp $
+
+  10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> xgamma-1.0.3.ebuild:
+  x86 stable, bug 294958
 
   10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> xgamma-1.0.3.ebuild:
   amd64 stable wrt #294958






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2009-12-15 16:31 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-15 16:31 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/15 16:31:57

  Modified:             xgamma-1.0.3.ebuild ChangeLog
  Log:
  alpha/arm/ia64/s390/sh/sparc stable
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.5                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?r1=1.4&r2=1.5

Index: xgamma-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xgamma-1.0.3.ebuild	10 Dec 2009 18:38:12 -0000	1.4
+++ xgamma-1.0.3.ebuild	15 Dec 2009 16:31:56 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.4 2009/12/10 18:38:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.5 2009/12/15 16:31:56 armin76 Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Alter a monitor's gamma correction through the X server"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libXxf86vm
 	x11-libs/libX11"



1.31                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	10 Dec 2009 18:38:12 -0000	1.30
+++ ChangeLog	15 Dec 2009 16:31:56 -0000	1.31
@@ -1,6 +1,12 @@
 # ChangeLog for x11-apps/xgamma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.30 2009/12/10 18:38:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.31 2009/12/15 16:31:56 armin76 Exp $
+
+  15 Dec 2009; Raúl Porcel <armin76@gentoo.org> xgamma-1.0.3.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable
+
+  15 Dec 2009; Raúl Porcel <armin76@gentoo.org> xgamma-1.0.3.ebuild:
+  alpha/s390/sh/sparc stable wrt #282290
 
   10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> xgamma-1.0.3.ebuild:
   x86 stable, bug 294958






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2009-12-15 19:14 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-12-15 19:14 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/15 19:14:36

  Modified:             xgamma-1.0.3.ebuild ChangeLog
  Log:
  Marking xgamma-1.0.3 ppc64 for bug 294958
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?r1=1.5&r2=1.6

Index: xgamma-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xgamma-1.0.3.ebuild	15 Dec 2009 16:31:56 -0000	1.5
+++ xgamma-1.0.3.ebuild	15 Dec 2009 19:14:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.5 2009/12/15 16:31:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.6 2009/12/15 19:14:36 ranger Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Alter a monitor's gamma correction through the X server"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libXxf86vm
 	x11-libs/libX11"



1.32                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	15 Dec 2009 16:31:56 -0000	1.31
+++ ChangeLog	15 Dec 2009 19:14:36 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xgamma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.31 2009/12/15 16:31:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.32 2009/12/15 19:14:36 ranger Exp $
+
+  15 Dec 2009; Brent Baude <ranger@gentoo.org> xgamma-1.0.3.ebuild:
+  Marking xgamma-1.0.3 ppc64 stable for bug 294958
 
   15 Dec 2009; Raúl Porcel <armin76@gentoo.org> xgamma-1.0.3.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2009-12-27 17:45 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2009-12-27 17:45 UTC (permalink / raw
  To: gentoo-commits

josejx      09/12/27 17:45:24

  Modified:             xgamma-1.0.3.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #294958.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?r1=1.6&r2=1.7

Index: xgamma-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xgamma-1.0.3.ebuild	15 Dec 2009 19:14:36 -0000	1.6
+++ xgamma-1.0.3.ebuild	27 Dec 2009 17:45:23 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.6 2009/12/15 19:14:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.7 2009/12/27 17:45:23 josejx Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Alter a monitor's gamma correction through the X server"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libXxf86vm
 	x11-libs/libX11"



1.33                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	15 Dec 2009 19:14:36 -0000	1.32
+++ ChangeLog	27 Dec 2009 17:45:23 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xgamma
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.32 2009/12/15 19:14:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.33 2009/12/27 17:45:23 josejx Exp $
+
+  27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xgamma-1.0.3.ebuild:
+  Marked ppc stable for bug #294958.
 
   15 Dec 2009; Brent Baude <ranger@gentoo.org> xgamma-1.0.3.ebuild:
   Marking xgamma-1.0.3 ppc64 stable for bug 294958






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

* [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog
@ 2010-01-17 22:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-17 22:33 UTC (permalink / raw
  To: gentoo-commits

jer         10/01/17 22:33:10

  Modified:             xgamma-1.0.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #294958).
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.8                  x11-apps/xgamma/xgamma-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild?r1=1.7&r2=1.8

Index: xgamma-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xgamma-1.0.3.ebuild	27 Dec 2009 17:45:23 -0000	1.7
+++ xgamma-1.0.3.ebuild	17 Jan 2010 22:33:10 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.7 2009/12/27 17:45:23 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.3.ebuild,v 1.8 2010/01/17 22:33:10 jer Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="Alter a monitor's gamma correction through the X server"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 RDEPEND="x11-libs/libXxf86vm
 	x11-libs/libX11"



1.34                 x11-apps/xgamma/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	27 Dec 2009 17:45:23 -0000	1.33
+++ ChangeLog	17 Jan 2010 22:33:10 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xgamma
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.33 2009/12/27 17:45:23 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.34 2010/01/17 22:33:10 jer Exp $
+
+  17 Jan 2010; Jeroen Roovers <jer@gentoo.org> xgamma-1.0.3.ebuild:
+  Stable for HPPA (bug #294958).
 
   27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xgamma-1.0.3.ebuild:
   Marked ppc stable for bug #294958.






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

end of thread, other threads:[~2010-01-17 22:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 17:45 [gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: xgamma-1.0.3.ebuild ChangeLog Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-17 22:33 Jeroen Roovers (jer)
2009-12-15 19:14 Brent Baude (ranger)
2009-12-15 16:31 Raul Porcel (armin76)
2009-12-10 18:38 Christian Faulhammer (fauli)
2009-12-10 12:46 Samuli Suominen (ssuominen)
2009-10-16 10:35 Samuli Suominen (ssuominen)
2009-10-15 12:33 Tomas Chvatal (scarabeus)

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