* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.9.3.ebuild
@ 2012-11-08 23:26 Chris Reffett (creffett)
0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett (creffett) @ 2012-11-08 23:26 UTC (permalink / raw
To: gentoo-commits
creffett 12/11/08 23:26:55
Modified: ChangeLog
Added: kwin-4.9.3.ebuild
Log:
Version bump KDE SC 4.9.3
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Revision Changes Path
1.296 kde-base/kwin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.296&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.296&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.295&r2=1.296
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog 17 Oct 2012 18:15:47 -0000 1.295
+++ ChangeLog 8 Nov 2012 23:26:55 -0000 1.296
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.295 2012/10/17 18:15:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.296 2012/11/08 23:26:55 creffett Exp $
+
+*kwin-4.9.3 (08 Nov 2012)
+
+ 08 Nov 2012; <creffett@gentoo.org> +kwin-4.9.3.ebuild:
+ Version bump KDE SC 4.9.3
17 Oct 2012; Markus Meier <maekke@gentoo.org> kwin-4.9.2.ebuild:
add ~arm, bug #430072
1.1 kde-base/kwin/kwin-4.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.1&content-type=text/plain
Index: kwin-4.9.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v 1.1 2012/11/08 23:26:55 creffett Exp $
EAPI=4
KMNAME="kde-workspace"
OPENGL_REQUIRED="always"
inherit flag-o-matic kde4-meta
DESCRIPTION="KDE window manager"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug gles opengl"
COMMONDEPEND="
$(add_kdebase_dep kactivities)
$(add_kdebase_dep kdelibs opengl)
$(add_kdebase_dep kephal)
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep liboxygenstyle)
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXfixes
>=x11-libs/libXrandr-1.2.1
x11-libs/libXrender
opengl? ( >=media-libs/mesa-7.10 )
gles? (
|| ( ( >=media-libs/mesa-7.10[egl(+),gles] <media-libs/mesa-7.12[egl(+),gles] )
>=media-libs/mesa-7.12[egl(+),gles2] )
)
"
DEPEND="${COMMONDEPEND}
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 )"
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)
-DWITH_X11_Xcomposite=ON
)
kde4-meta_src_configure
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.9.3.ebuild
@ 2012-11-23 17:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-23 17:50 UTC (permalink / raw
To: gentoo-commits
ago 12/11/23 17:50:45
Modified: ChangeLog kwin-4.9.3.ebuild
Log:
Stable for amd64, wrt bug #442394
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.299 kde-base/kwin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.299&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.299&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.298&r2=1.299
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- ChangeLog 13 Nov 2012 20:21:06 -0000 1.298
+++ ChangeLog 23 Nov 2012 17:50:44 -0000 1.299
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.298 2012/11/13 20:21:06 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.299 2012/11/23 17:50:44 ago Exp $
+
+ 23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> kwin-4.9.3.ebuild:
+ Stable for amd64, wrt bug #442394
13 Nov 2012; Johannes Huber <johu@gentoo.org> -kwin-4.9.2.ebuild:
Remove KDE SC 4.9.2
1.2 kde-base/kwin/kwin-4.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?r1=1.1&r2=1.2
Index: kwin-4.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kwin-4.9.3.ebuild 8 Nov 2012 23:26:55 -0000 1.1
+++ kwin-4.9.3.ebuild 23 Nov 2012 17:50:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v 1.1 2012/11/08 23:26:55 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v 1.2 2012/11/23 17:50:44 ago Exp $
EAPI=4
@@ -9,7 +9,7 @@
inherit flag-o-matic kde4-meta
DESCRIPTION="KDE window manager"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug gles opengl"
COMMONDEPEND="
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.9.3.ebuild
@ 2012-11-23 19:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-23 19:24 UTC (permalink / raw
To: gentoo-commits
ago 12/11/23 19:24:01
Modified: ChangeLog kwin-4.9.3.ebuild
Log:
Stable for x86, wrt bug #442394
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.300 kde-base/kwin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.300&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.300&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.299&r2=1.300
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -r1.299 -r1.300
--- ChangeLog 23 Nov 2012 17:50:44 -0000 1.299
+++ ChangeLog 23 Nov 2012 19:24:01 -0000 1.300
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.299 2012/11/23 17:50:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.300 2012/11/23 19:24:01 ago Exp $
+
+ 23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> kwin-4.9.3.ebuild:
+ Stable for x86, wrt bug #442394
23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> kwin-4.9.3.ebuild:
Stable for amd64, wrt bug #442394
1.3 kde-base/kwin/kwin-4.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?r1=1.2&r2=1.3
Index: kwin-4.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kwin-4.9.3.ebuild 23 Nov 2012 17:50:44 -0000 1.2
+++ kwin-4.9.3.ebuild 23 Nov 2012 19:24:01 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v 1.2 2012/11/23 17:50:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v 1.3 2012/11/23 19:24:01 ago Exp $
EAPI=4
@@ -9,7 +9,7 @@
inherit flag-o-matic kde4-meta
DESCRIPTION="KDE window manager"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="debug gles opengl"
COMMONDEPEND="
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.9.3.ebuild
@ 2012-11-30 16:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-30 16:31 UTC (permalink / raw
To: gentoo-commits
ago 12/11/30 16:31:12
Modified: ChangeLog kwin-4.9.3.ebuild
Log:
Stable for ppc, wrt bug #442394
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.301 kde-base/kwin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.301&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.301&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.300&r2=1.301
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- ChangeLog 23 Nov 2012 19:24:01 -0000 1.300
+++ ChangeLog 30 Nov 2012 16:31:12 -0000 1.301
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kwin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.300 2012/11/23 19:24:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.301 2012/11/30 16:31:12 ago Exp $
+
+ 30 Nov 2012; <ago@gentoo.org> kwin-4.9.3.ebuild:
+ Stable for ppc, wrt bug #442394
23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> kwin-4.9.3.ebuild:
Stable for x86, wrt bug #442394
1.4 kde-base/kwin/kwin-4.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild?r1=1.3&r2=1.4
Index: kwin-4.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kwin-4.9.3.ebuild 23 Nov 2012 19:24:01 -0000 1.3
+++ kwin-4.9.3.ebuild 30 Nov 2012 16:31:12 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v 1.3 2012/11/23 19:24:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.9.3.ebuild,v 1.4 2012/11/30 16:31:12 ago Exp $
EAPI=4
@@ -9,7 +9,7 @@
inherit flag-o-matic kde4-meta
DESCRIPTION="KDE window manager"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug gles opengl"
COMMONDEPEND="
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-30 16:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 17:50 [gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.9.3.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-11-30 16:31 Agostino Sarubbo (ago)
2012-11-23 19:24 Agostino Sarubbo (ago)
2012-11-08 23:26 Chris Reffett (creffett)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox