public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild
@ 2011-05-07 10:47 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-07 10:47 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/05/07 10:47:59

  Modified:             ChangeLog
  Added:                kgamma-4.6.3.ebuild
  Log:
  Version bump to KDE SC 4.6.3.
  
  (Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.167                kde-base/kgamma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?r1=1.166&r2=1.167

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	6 Apr 2011 14:19:19 -0000	1.166
+++ ChangeLog	7 May 2011 10:47:58 -0000	1.167
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kgamma
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.166 2011/04/06 14:19:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.167 2011/05/07 10:47:58 scarabeus Exp $
+
+*kgamma-4.6.3 (07 May 2011)
+
+  07 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> +kgamma-4.6.3.ebuild:
+  Version bump KDE SC 4.6.3
 
 *kgamma-4.6.2 (06 Apr 2011)
 



1.1                  kde-base/kgamma/kgamma-4.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild?rev=1.1&content-type=text/plain

Index: kgamma-4.6.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.1 2011/05/07 10:47:58 scarabeus Exp $

EAPI=4

KDE_HANDBOOK="optional"
KMNAME="kdegraphics"
inherit kde4-meta

DESCRIPTION="KDE screen gamma values kcontrol module"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

RDEPEND="
	x11-libs/libXxf86vm
"
DEPEND="${RDEPEND}
	x11-proto/xf86vidmodeproto
"

src_unpack() {
	if use handbook; then
		KMEXTRA+=" doc/kcontrol/kgamma"
	fi

	kde4-meta_src_unpack
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild
@ 2011-05-08 11:24 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-08 11:24 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/05/08 11:24:14

  Modified:             ChangeLog kgamma-4.6.3.ebuild
  Log:
  Fix unpacking with handbook useflag.
  
  (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)

Revision  Changes    Path
1.168                kde-base/kgamma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?r1=1.167&r2=1.168

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	7 May 2011 10:47:58 -0000	1.167
+++ ChangeLog	8 May 2011 11:24:14 -0000	1.168
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kgamma
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.167 2011/05/07 10:47:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.168 2011/05/08 11:24:14 scarabeus Exp $
+
+  08 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> kgamma-4.6.3.ebuild:
+  Fix unpacking with handbook useflag.
 
 *kgamma-4.6.3 (07 May 2011)
 



1.2                  kde-base/kgamma/kgamma-4.6.3.ebuild

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

Index: kgamma-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kgamma-4.6.3.ebuild	7 May 2011 10:47:58 -0000	1.1
+++ kgamma-4.6.3.ebuild	8 May 2011 11:24:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.1 2011/05/07 10:47:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.2 2011/05/08 11:24:14 scarabeus Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 
 src_unpack() {
 	if use handbook; then
-		KMEXTRA+=" doc/kcontrol/kgamma"
+		KMEXTRA_NOFATAL+=" doc/kcontrol/kgamma"
 	fi
 
 	kde4-meta_src_unpack






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild
@ 2011-05-08 19:31 Jonathan Callen (abcd)
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen (abcd) @ 2011-05-08 19:31 UTC (permalink / raw
  To: gentoo-commits

abcd        11/05/08 19:31:36

  Modified:             ChangeLog kgamma-4.6.3.ebuild
  Log:
  And really fix it this time (actually disable docs when USE=-handbook)
  
  (Portage version: 2.2.0_alpha31/cvs/Linux x86_64)

Revision  Changes    Path
1.169                kde-base/kgamma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.169&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.169&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?r1=1.168&r2=1.169

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	8 May 2011 11:24:14 -0000	1.168
+++ ChangeLog	8 May 2011 19:31:36 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kgamma
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.168 2011/05/08 11:24:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.169 2011/05/08 19:31:36 abcd Exp $
+
+  08 May 2011; Jonathan Callen <abcd@gentoo.org> kgamma-4.6.3.ebuild:
+  And really fix it this time (actually disable docs when USE=-handbook)
 
   08 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> kgamma-4.6.3.ebuild:
   Fix unpacking with handbook useflag.



1.3                  kde-base/kgamma/kgamma-4.6.3.ebuild

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

Index: kgamma-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kgamma-4.6.3.ebuild	8 May 2011 11:24:14 -0000	1.2
+++ kgamma-4.6.3.ebuild	8 May 2011 19:31:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.2 2011/05/08 11:24:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.3 2011/05/08 19:31:36 abcd Exp $
 
 EAPI=4
 
@@ -20,8 +20,8 @@
 "
 
 src_unpack() {
-	if use handbook; then
-		KMEXTRA_NOFATAL+=" doc/kcontrol/kgamma"
+	if ! use handbook; then
+		KMEXTRACTONLY+=" kgamma/doc"
 	fi
 
 	kde4-meta_src_unpack






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild
@ 2011-06-08 23:50 Thomas Kahle (tomka)
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Kahle (tomka) @ 2011-06-08 23:50 UTC (permalink / raw
  To: gentoo-commits

tomka       11/06/08 23:50:39

  Modified:             ChangeLog kgamma-4.6.3.ebuild
  Log:
  x86 stable per bug 369979
  
  (Portage version: 2.1.9.50/cvs/Linux i686)

Revision  Changes    Path
1.174                kde-base/kgamma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.174&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.174&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?r1=1.173&r2=1.174

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog	2 Jun 2011 21:57:39 -0000	1.173
+++ ChangeLog	8 Jun 2011 23:50:39 -0000	1.174
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kgamma
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.173 2011/06/02 21:57:39 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.174 2011/06/08 23:50:39 tomka Exp $
+
+  08 Jun 2011; Thomas Kahle <tomka@gentoo.org> kgamma-4.6.3.ebuild:
+  x86 stable per bug 369979
 
   02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kgamma-4.4.5.ebuild:
   Drop KDE-4.4



1.4                  kde-base/kgamma/kgamma-4.6.3.ebuild

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

Index: kgamma-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kgamma-4.6.3.ebuild	8 May 2011 19:31:36 -0000	1.3
+++ kgamma-4.6.3.ebuild	8 Jun 2011 23:50:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.3 2011/05/08 19:31:36 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.4 2011/06/08 23:50:39 tomka Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE screen gamma values kcontrol module"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild
@ 2011-06-10 11:50 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-10 11:50 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/10 11:50:54

  Modified:             ChangeLog kgamma-4.6.3.ebuild
  Log:
  Stable on amd64 wrt bug #369979
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.175                kde-base/kgamma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?r1=1.174&r2=1.175

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog	8 Jun 2011 23:50:39 -0000	1.174
+++ ChangeLog	10 Jun 2011 11:50:54 -0000	1.175
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kgamma
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.174 2011/06/08 23:50:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.175 2011/06/10 11:50:54 hwoarang Exp $
+
+  10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> kgamma-4.6.3.ebuild:
+  Stable on amd64 wrt bug #369979
 
   08 Jun 2011; Thomas Kahle <tomka@gentoo.org> kgamma-4.6.3.ebuild:
   x86 stable per bug 369979



1.5                  kde-base/kgamma/kgamma-4.6.3.ebuild

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

Index: kgamma-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kgamma-4.6.3.ebuild	8 Jun 2011 23:50:39 -0000	1.4
+++ kgamma-4.6.3.ebuild	10 Jun 2011 11:50:54 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.4 2011/06/08 23:50:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.5 2011/06/10 11:50:54 hwoarang Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE screen gamma values kcontrol module"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild
@ 2011-06-26  1:54 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-06-26  1:54 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/26 01:54:44

  Modified:             ChangeLog kgamma-4.6.3.ebuild
  Log:
  Commiting kde-4.6.3 ppc on bug 369979
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.177                kde-base/kgamma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.177&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.177&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?r1=1.176&r2=1.177

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog	10 Jun 2011 18:00:11 -0000	1.176
+++ ChangeLog	26 Jun 2011 01:54:44 -0000	1.177
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kgamma
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.176 2011/06/10 18:00:11 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.177 2011/06/26 01:54:44 ranger Exp $
+
+  25 Jun 2011; Brent Baude <ranger@gentoo.org> kgamma-4.6.3.ebuild:
+  Marking kgamma-4.6.3 ppc stable for bug 369979
 
 *kgamma-4.6.4 (10 Jun 2011)
 



1.6                  kde-base/kgamma/kgamma-4.6.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild?r1=1.5&r2=1.6

Index: kgamma-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kgamma-4.6.3.ebuild	10 Jun 2011 11:50:54 -0000	1.5
+++ kgamma-4.6.3.ebuild	26 Jun 2011 01:54:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.5 2011/06/10 11:50:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.6.3.ebuild,v 1.6 2011/06/26 01:54:44 ranger Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE screen gamma values kcontrol module"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild
@ 2012-02-21 12:52 Johannes Huber (johu)
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber (johu) @ 2012-02-21 12:52 UTC (permalink / raw
  To: gentoo-commits

johu        12/02/21 12:52:27

  Modified:             ChangeLog
  Removed:              kgamma-4.6.3.ebuild
  Log:
  Remove KDE SC 4.6.3
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.199                kde-base/kgamma/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kgamma/ChangeLog?r1=1.198&r2=1.199

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog	18 Feb 2012 15:29:44 -0000	1.198
+++ ChangeLog	21 Feb 2012 12:52:27 -0000	1.199
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kgamma
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.198 2012/02/18 15:29:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/ChangeLog,v 1.199 2012/02/21 12:52:27 johu Exp $
+
+  20 Feb 2012; Johannes Huber <johu@gentoo.org> -kgamma-4.6.3.ebuild:
+  Remove KDE SC 4.6.3
 
   18 Feb 2012; nixnut <nixnut@gentoo.org> kgamma-4.7.4.ebuild:
   ppc stable #396359






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

end of thread, other threads:[~2012-02-21 13:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-21 12:52 [gentoo-commits] gentoo-x86 commit in kde-base/kgamma: ChangeLog kgamma-4.6.3.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-26  1:54 Brent Baude (ranger)
2011-06-10 11:50 Markos Chandras (hwoarang)
2011-06-08 23:50 Thomas Kahle (tomka)
2011-05-08 19:31 Jonathan Callen (abcd)
2011-05-08 11:24 Tomas Chvatal (scarabeus)
2011-05-07 10:47 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