public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.5.ebuild ChangeLog
@ 2014-01-10  4:21 Chris Reffett (creffett)
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Reffett (creffett) @ 2014-01-10  4:21 UTC (permalink / raw
  To: gentoo-commits

creffett    14/01/10 04:21:29

  Modified:             ChangeLog
  Added:                kwin-4.11.5.ebuild
  Log:
  Bump KDE SC 4.11.5
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.367                kde-base/kwin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -r1.366 -r1.367
--- ChangeLog	12 Dec 2013 03:37:25 -0000	1.366
+++ ChangeLog	10 Jan 2014 04:21:29 -0000	1.367
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kwin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.366 2013/12/12 03:37:25 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.367 2014/01/10 04:21:29 creffett Exp $
+
+*kwin-4.11.5 (10 Jan 2014)
+
+  10 Jan 2014; Chris Reffett <creffett@gentoo.org> +kwin-4.11.5.ebuild:
+  Bump KDE SC 4.11.5
 
   12 Dec 2013; Agostino Sarubbo <ago@gentoo.org> -kwin-4.10.5.ebuild:
   Remove old



1.1                  kde-base/kwin/kwin-4.11.5.ebuild

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

Index: kwin-4.11.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.1 2014/01/10 04:21:29 creffett Exp $

EAPI=5

KMNAME="kde-workspace"
DECLARATIVE_REQUIRED="always"
OPENGL_REQUIRED="always"

#VIRTUALX_REQUIRED=test
RESTRICT=test
# test 8: kwin-TestVirtualDesktops hangs even with virtualx

inherit flag-o-matic kde4-meta

DESCRIPTION="KDE window manager"
HOMEPAGE+=" http://userbase.kde.org/KWin"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug gles opengl wayland"

COMMONDEPEND="
	$(add_kdebase_dep kactivities)
	$(add_kdebase_dep kdelibs opengl)
	$(add_kdebase_dep kephal)
	$(add_kdebase_dep libkworkspace)
	$(add_kdebase_dep liboxygenstyle)
	x11-libs/libICE
	x11-libs/libSM
	x11-libs/libX11
	x11-libs/libxcb
	x11-libs/xcb-util-image
	x11-libs/xcb-util-keysyms
	x11-libs/libXcomposite
	x11-libs/libXcursor
	x11-libs/libXdamage
	x11-libs/libXext
	x11-libs/libXfixes
	>=x11-libs/libXrandr-1.2.1
	x11-libs/libXrender
	x11-libs/libXxf86vm
	opengl? ( >=media-libs/mesa-7.10 )
	gles? ( >=media-libs/mesa-7.12[egl(+),gles2] )
	wayland? ( >=media-libs/mesa-9.0[egl(+),wayland] )
"
DEPEND="${COMMONDEPEND}
	x11-libs/xcb-util-renderutil
	x11-proto/compositeproto
	x11-proto/damageproto
	x11-proto/fixesproto
	x11-proto/randrproto
	x11-proto/renderproto
"
RDEPEND="${COMMONDEPEND}
	x11-apps/scripts
"

KMEXTRACTONLY="
	ksmserver/
	libs/kephal/
	libs/oxygen/
"

# you need one of these
REQUIRED_USE="!opengl? ( gles ) !gles? ( opengl ) wayland? ( gles )"

src_configure() {
	# FIXME Remove when activity API moved away from libkworkspace
	append-cppflags "-I${EPREFIX}/usr/include/kworkspace"

	mycmakeargs=(
		$(cmake-utils_use_with gles OpenGLES)
		$(cmake-utils_use gles KWIN_BUILD_WITH_OPENGLES)
		$(cmake-utils_use_with opengl OpenGL)
		$(cmake-utils_use_with wayland Wayland)
		-DWITH_X11_Xcomposite=ON
	)

	kde4-meta_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.5.ebuild ChangeLog
@ 2014-01-20  8:00 Michael Palimaka (kensington)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka (kensington) @ 2014-01-20  8:00 UTC (permalink / raw
  To: gentoo-commits

kensington    14/01/20 08:00:30

  Modified:             kwin-4.11.5.ebuild ChangeLog
  Log:
  Restore keywords that were accidentally omitted.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.2                  kde-base/kwin/kwin-4.11.5.ebuild

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

Index: kwin-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kwin-4.11.5.ebuild	10 Jan 2014 04:21:29 -0000	1.1
+++ kwin-4.11.5.ebuild	20 Jan 2014 08:00:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.1 2014/01/10 04:21:29 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.2 2014/01/20 08:00:30 kensington Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 DESCRIPTION="KDE window manager"
 HOMEPAGE+=" http://userbase.kde.org/KWin"
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug gles opengl wayland"
 
 COMMONDEPEND="



1.369                kde-base/kwin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.368
retrieving revision 1.369
diff -u -r1.368 -r1.369
--- ChangeLog	10 Jan 2014 04:32:09 -0000	1.368
+++ ChangeLog	20 Jan 2014 08:00:30 -0000	1.369
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kwin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.368 2014/01/10 04:32:09 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.369 2014/01/20 08:00:30 kensington Exp $
+
+  20 Jan 2014; Michael Palimaka <kensington@gentoo.org> kwin-4.11.5.ebuild:
+  Restore keywords that were accidentally omitted.
 
   10 Jan 2014; Chris Reffett <creffett@gentoo.org> -kwin-4.11.4.ebuild:
   Remove KDE SC 4.11.4





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.5.ebuild ChangeLog
@ 2014-02-09 10:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-09 10:04 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/09 10:04:42

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

Revision  Changes    Path
1.3                  kde-base/kwin/kwin-4.11.5.ebuild

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

Index: kwin-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kwin-4.11.5.ebuild	20 Jan 2014 08:00:30 -0000	1.2
+++ kwin-4.11.5.ebuild	9 Feb 2014 10:04:42 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.2 2014/01/20 08:00:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.3 2014/02/09 10:04:42 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 DESCRIPTION="KDE window manager"
 HOMEPAGE+=" http://userbase.kde.org/KWin"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug gles opengl wayland"
 
 COMMONDEPEND="



1.371                kde-base/kwin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -r1.370 -r1.371
--- ChangeLog	6 Feb 2014 23:20:37 -0000	1.370
+++ ChangeLog	9 Feb 2014 10:04:42 -0000	1.371
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kwin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.370 2014/02/06 23:20:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.371 2014/02/09 10:04:42 ago Exp $
+
+  09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kwin-4.11.5.ebuild:
+  Stable for amd64, wrt bug #493782
 
 *kwin-4.11.6 (06 Feb 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.5.ebuild ChangeLog
@ 2014-02-16  7:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-16  7:19 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/16 07:19:24

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

Revision  Changes    Path
1.4                  kde-base/kwin/kwin-4.11.5.ebuild

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

Index: kwin-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kwin-4.11.5.ebuild	9 Feb 2014 10:04:42 -0000	1.3
+++ kwin-4.11.5.ebuild	16 Feb 2014 07:19:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.3 2014/02/09 10:04:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.4 2014/02/16 07:19:24 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 DESCRIPTION="KDE window manager"
 HOMEPAGE+=" http://userbase.kde.org/KWin"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug gles opengl wayland"
 
 COMMONDEPEND="



1.372                kde-base/kwin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -r1.371 -r1.372
--- ChangeLog	9 Feb 2014 10:04:42 -0000	1.371
+++ ChangeLog	16 Feb 2014 07:19:24 -0000	1.372
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kwin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.371 2014/02/09 10:04:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.372 2014/02/16 07:19:24 ago Exp $
+
+  16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kwin-4.11.5.ebuild:
+  Stable for x86, wrt bug #493782
 
   09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kwin-4.11.5.ebuild:
   Stable for amd64, wrt bug #493782





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.5.ebuild ChangeLog
@ 2014-02-20  9:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-20  9:27 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/20 09:27:20

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

Revision  Changes    Path
1.5                  kde-base/kwin/kwin-4.11.5.ebuild

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

Index: kwin-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kwin-4.11.5.ebuild	16 Feb 2014 07:19:24 -0000	1.4
+++ kwin-4.11.5.ebuild	20 Feb 2014 09:27:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.4 2014/02/16 07:19:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.5 2014/02/20 09:27:20 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 DESCRIPTION="KDE window manager"
 HOMEPAGE+=" http://userbase.kde.org/KWin"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug gles opengl wayland"
 
 COMMONDEPEND="



1.373                kde-base/kwin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.372
retrieving revision 1.373
diff -u -r1.372 -r1.373
--- ChangeLog	16 Feb 2014 07:19:24 -0000	1.372
+++ ChangeLog	20 Feb 2014 09:27:20 -0000	1.373
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kwin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.372 2014/02/16 07:19:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.373 2014/02/20 09:27:20 ago Exp $
+
+  20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kwin-4.11.5.ebuild:
+  Stable for ppc, wrt bug #493782
 
   16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kwin-4.11.5.ebuild:
   Stable for x86, wrt bug #493782





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

* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.5.ebuild ChangeLog
@ 2014-02-23  9:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-02-23  9:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/02/23 09:08:06

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

Revision  Changes    Path
1.6                  kde-base/kwin/kwin-4.11.5.ebuild

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

Index: kwin-4.11.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kwin-4.11.5.ebuild	20 Feb 2014 09:27:20 -0000	1.5
+++ kwin-4.11.5.ebuild	23 Feb 2014 09:08:05 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.5 2014/02/20 09:27:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.11.5.ebuild,v 1.6 2014/02/23 09:08:05 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 DESCRIPTION="KDE window manager"
 HOMEPAGE+=" http://userbase.kde.org/KWin"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug gles opengl wayland"
 
 COMMONDEPEND="



1.374                kde-base/kwin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- ChangeLog	20 Feb 2014 09:27:20 -0000	1.373
+++ ChangeLog	23 Feb 2014 09:08:05 -0000	1.374
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kwin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.373 2014/02/20 09:27:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.374 2014/02/23 09:08:05 ago Exp $
+
+  23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kwin-4.11.5.ebuild:
+  Stable for ppc64, wrt bug #493782
 
   20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kwin-4.11.5.ebuild:
   Stable for ppc, wrt bug #493782





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

end of thread, other threads:[~2014-02-23  9:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10  4:21 [gentoo-commits] gentoo-x86 commit in kde-base/kwin: kwin-4.11.5.ebuild ChangeLog Chris Reffett (creffett)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-20  8:00 Michael Palimaka (kensington)
2014-02-09 10:04 Agostino Sarubbo (ago)
2014-02-16  7:19 Agostino Sarubbo (ago)
2014-02-20  9:27 Agostino Sarubbo (ago)
2014-02-23  9:08 Agostino Sarubbo (ago)

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