public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.2-r1.ebuild ChangeLog
@ 2013-10-23 21:11 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2013-10-23 21:11 UTC (permalink / raw
  To: gentoo-commits

johu        13/10/23 21:11:41

  Modified:             plasma-workspace-4.11.2-r1.ebuild ChangeLog
  Log:
  Fix USE semantic-desktop by Duncan <1i5t5.duncan@cox.net> wrt bug #489186.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.2                  kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild

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

Index: plasma-workspace-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plasma-workspace-4.11.2-r1.ebuild	9 Oct 2013 23:04:36 -0000	1.1
+++ plasma-workspace-4.11.2-r1.ebuild	23 Oct 2013 21:11:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.1 2013/10/09 23:04:36 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.2 2013/10/23 21:11:41 johu Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -24,11 +24,10 @@
 	!kde-misc/ktouchpadenabler
 	$(add_kdebase_dep kactivities)
 	$(add_kdebase_dep kdelibs 'semantic-desktop?')
-	$(add_kdebase_dep kdepimlibs)
 	$(add_kdebase_dep kephal)
 	$(add_kdebase_dep ksysguard)
 	$(add_kdebase_dep libkworkspace)
-	$(add_kdebase_dep libplasmaclock)
+	$(add_kdebase_dep libplasmaclock 'semantic-desktop?')
 	$(add_kdebase_dep libplasmagenericshell)
 	$(add_kdebase_dep libtaskmanager)
 	x11-libs/libX11
@@ -48,6 +47,7 @@
 	qalculate? ( sci-libs/libqalculate )
 	semantic-desktop? (
 		dev-libs/soprano
+		$(add_kdebase_dep kdepimlibs)
 		$(add_kdebase_dep nepomuk-core)
 	)
 "
@@ -108,6 +108,7 @@
 		$(cmake-utils_use_with python PythonLibrary)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with semantic-desktop Akonadi)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
 		$(cmake-utils_use_with semantic-desktop NepomukCore)
 		$(cmake-utils_use_with semantic-desktop Soprano)
 		-DWITH_Xmms=OFF



1.245                kde-base/plasma-workspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog	10 Oct 2013 03:56:23 -0000	1.244
+++ ChangeLog	23 Oct 2013 21:11:41 -0000	1.245
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/plasma-workspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.244 2013/10/10 03:56:23 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.245 2013/10/23 21:11:41 johu Exp $
+
+  23 Oct 2013; Johannes Huber <johu@gentoo.org>
+  plasma-workspace-4.11.2-r1.ebuild:
+  Fix USE semantic-desktop by Duncan <1i5t5.duncan@cox.net> wrt bug #489186.
 
   10 Oct 2013; Chris Reffett <creffett@gentoo.org>
   files/plasma-workspace-4.10.1-noplasmalock.patch:





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

* [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.2-r1.ebuild ChangeLog
@ 2013-12-08 14:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-08 14:07 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/08 14:07:24

  Modified:             plasma-workspace-4.11.2-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild

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

Index: plasma-workspace-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plasma-workspace-4.11.2-r1.ebuild	23 Oct 2013 21:11:41 -0000	1.2
+++ plasma-workspace-4.11.2-r1.ebuild	8 Dec 2013 14:07:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.2 2013/10/23 21:11:41 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.3 2013/12/08 14:07:23 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.249                kde-base/plasma-workspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- ChangeLog	4 Dec 2013 17:10:04 -0000	1.248
+++ ChangeLog	8 Dec 2013 14:07:23 -0000	1.249
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/plasma-workspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.248 2013/12/04 17:10:04 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.249 2013/12/08 14:07:23 ago Exp $
+
+  08 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
+  plasma-workspace-4.11.2-r1.ebuild:
+  Stable for amd64, wrt bug #484884
 
   04 Dec 2013; Johannes Huber <johu@gentoo.org>
   -plasma-workspace-4.11.3.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.2-r1.ebuild ChangeLog
@ 2013-12-09  5:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-09  5:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/09 05:44:19

  Modified:             plasma-workspace-4.11.2-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild

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

Index: plasma-workspace-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plasma-workspace-4.11.2-r1.ebuild	8 Dec 2013 14:07:23 -0000	1.3
+++ plasma-workspace-4.11.2-r1.ebuild	9 Dec 2013 05:44:19 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.3 2013/12/08 14:07:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.4 2013/12/09 05:44:19 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.250                kde-base/plasma-workspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog	8 Dec 2013 14:07:23 -0000	1.249
+++ ChangeLog	9 Dec 2013 05:44:19 -0000	1.250
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/plasma-workspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.249 2013/12/08 14:07:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.250 2013/12/09 05:44:19 ago Exp $
+
+  09 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
+  plasma-workspace-4.11.2-r1.ebuild:
+  Stable for x86, wrt bug #484884
 
   08 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
   plasma-workspace-4.11.2-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.2-r1.ebuild ChangeLog
@ 2013-12-10 19:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-10 19:48 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/10 19:48:15

  Modified:             plasma-workspace-4.11.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild

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

Index: plasma-workspace-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plasma-workspace-4.11.2-r1.ebuild	9 Dec 2013 05:44:19 -0000	1.4
+++ plasma-workspace-4.11.2-r1.ebuild	10 Dec 2013 19:48:15 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.4 2013/12/09 05:44:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.5 2013/12/10 19:48:15 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.251                kde-base/plasma-workspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog	9 Dec 2013 05:44:19 -0000	1.250
+++ ChangeLog	10 Dec 2013 19:48:15 -0000	1.251
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/plasma-workspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.250 2013/12/09 05:44:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.251 2013/12/10 19:48:15 ago Exp $
+
+  10 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
+  plasma-workspace-4.11.2-r1.ebuild:
+  Stable for ppc, wrt bug #484884
 
   09 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
   plasma-workspace-4.11.2-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.2-r1.ebuild ChangeLog
@ 2013-12-11 20:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-11 20:26 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/11 20:26:54

  Modified:             plasma-workspace-4.11.2-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #484884
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild

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

Index: plasma-workspace-4.11.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plasma-workspace-4.11.2-r1.ebuild	10 Dec 2013 19:48:15 -0000	1.5
+++ plasma-workspace-4.11.2-r1.ebuild	11 Dec 2013 20:26:54 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.5 2013/12/10 19:48:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild,v 1.6 2013/12/11 20:26:54 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



1.253                kde-base/plasma-workspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog	11 Dec 2013 20:12:13 -0000	1.252
+++ ChangeLog	11 Dec 2013 20:26:54 -0000	1.253
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/plasma-workspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.252 2013/12/11 20:12:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.253 2013/12/11 20:26:54 ago Exp $
+
+  11 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
+  plasma-workspace-4.11.2-r1.ebuild:
+  Stable for ppc64, wrt bug #484884
 
   11 Dec 2013; Agostino Sarubbo <ago@gentoo.org>
   plasma-workspace-4.11.2-r1.ebuild:





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

end of thread, other threads:[~2013-12-11 20:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 14:07 [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.2-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-11 20:26 Agostino Sarubbo (ago)
2013-12-10 19:48 Agostino Sarubbo (ago)
2013-12-09  5:44 Agostino Sarubbo (ago)
2013-10-23 21:11 Johannes Huber (johu)

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