public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.4.5.ebuild
@ 2010-06-30 15:37 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2010-06-30 15:37 UTC (permalink / raw
  To: gentoo-commits

alexxy      10/06/30 15:37:09

  Modified:             ChangeLog
  Added:                libkworkspace-4.4.5.ebuild
  Log:
  [kde-base] Bump KDE SC 4.4.5 =)
  (Portage version: 2.2_rc67_p182/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	28 Jun 2010 03:02:14 -0000	1.72
+++ ChangeLog	30 Jun 2010 15:37:09 -0000	1.73
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.72 2010/06/28 03:02:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.73 2010/06/30 15:37:09 alexxy Exp $
+
+*libkworkspace-4.4.5 (30 Jun 2010)
+
+  30 Jun 2010; Alexey Shvetsov <alexxy@gentoo.org>
+  +libkworkspace-4.4.5.ebuild:
+  Version bump
 
   28 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   libkworkspace-4.4.4.ebuild:



1.1                  kde-base/libkworkspace/libkworkspace-4.4.5.ebuild

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

Index: libkworkspace-4.4.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.1 2010/06/30 15:37:09 alexxy Exp $

EAPI="3"

KMNAME="kdebase-workspace"
KMMODULE="libs/kworkspace"
inherit kde4-meta

DESCRIPTION="A library for KDE desktop applications"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

KMEXTRACTONLY="
	ksmserver/org.kde.KSMServerInterface.xml
	kwin/org.kde.KWin.xml
"

KMSAVELIBS="true"

src_prepare() {
	sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
		libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"

	kde4-meta_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.4.5.ebuild
@ 2010-08-03  7:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-03  7:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/03 07:43:55

  Modified:             ChangeLog libkworkspace-4.4.5.ebuild
  Log:
  Stable on amd64 wrt bug #322791
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.75                 kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	3 Jul 2010 03:23:09 -0000	1.74
+++ ChangeLog	3 Aug 2010 07:43:55 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.74 2010/07/03 03:23:09 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.75 2010/08/03 07:43:55 hwoarang Exp $
+
+  03 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  libkworkspace-4.4.5.ebuild:
+  Stable on amd64 wrt bug #322791
 
   03 Jul 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   libkworkspace-4.4.5.ebuild:



1.3                  kde-base/libkworkspace/libkworkspace-4.4.5.ebuild

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

Index: libkworkspace-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libkworkspace-4.4.5.ebuild	3 Jul 2010 03:23:09 -0000	1.2
+++ libkworkspace-4.4.5.ebuild	3 Aug 2010 07:43:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.2 2010/07/03 03:23:09 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.3 2010/08/03 07:43:55 hwoarang Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A library for KDE desktop applications"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 KMEXTRACTONLY="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.4.5.ebuild
@ 2010-08-09  4:18 Joseph Jezak (josejx)
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-09  4:18 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/09 04:18:35

  Modified:             ChangeLog libkworkspace-4.4.5.ebuild
  Log:
  Marked ppc stable for bug #322791.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	3 Aug 2010 07:43:55 -0000	1.75
+++ ChangeLog	9 Aug 2010 04:18:35 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.75 2010/08/03 07:43:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.76 2010/08/09 04:18:35 josejx Exp $
+
+  09 Aug 2010; Joseph Jezak <josejx@gentoo.org> libkworkspace-4.4.5.ebuild:
+  Marked ppc stable for bug #322791.
 
   03 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
   libkworkspace-4.4.5.ebuild:



1.4                  kde-base/libkworkspace/libkworkspace-4.4.5.ebuild

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

Index: libkworkspace-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libkworkspace-4.4.5.ebuild	3 Aug 2010 07:43:55 -0000	1.3
+++ libkworkspace-4.4.5.ebuild	9 Aug 2010 04:18:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.3 2010/08/03 07:43:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.4 2010/08/09 04:18:35 josejx Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A library for KDE desktop applications"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 KMEXTRACTONLY="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.4.5.ebuild
@ 2010-08-09 10:00 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-09 10:00 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/09 10:00:28

  Modified:             ChangeLog libkworkspace-4.4.5.ebuild
  Log:
  x86 stable, bug 322791
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.77                 kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	9 Aug 2010 04:18:35 -0000	1.76
+++ ChangeLog	9 Aug 2010 10:00:28 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.76 2010/08/09 04:18:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.77 2010/08/09 10:00:28 fauli Exp $
+
+  09 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+  libkworkspace-4.4.5.ebuild:
+  x86 stable, bug 322791
 
   09 Aug 2010; Joseph Jezak <josejx@gentoo.org> libkworkspace-4.4.5.ebuild:
   Marked ppc stable for bug #322791.



1.5                  kde-base/libkworkspace/libkworkspace-4.4.5.ebuild

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

Index: libkworkspace-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libkworkspace-4.4.5.ebuild	9 Aug 2010 04:18:35 -0000	1.4
+++ libkworkspace-4.4.5.ebuild	9 Aug 2010 10:00:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.4 2010/08/09 04:18:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.5 2010/08/09 10:00:28 fauli Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A library for KDE desktop applications"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 KMEXTRACTONLY="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.4.5.ebuild
@ 2010-08-09 17:35 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-08-09 17:35 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/08/09 17:35:33

  Modified:             ChangeLog libkworkspace-4.4.5.ebuild
  Log:
  Drop alpha, ia64 and sparc keywords. as per AT lead permission.
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.79                 kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	9 Aug 2010 11:31:12 -0000	1.78
+++ ChangeLog	9 Aug 2010 17:35:33 -0000	1.79
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.78 2010/08/09 11:31:12 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.79 2010/08/09 17:35:33 scarabeus Exp $
+
+  09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  libkworkspace-4.4.5.ebuild:
+  Drop alpha ia64 and sparc per the AT Lead permission.
 
   09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   -libkworkspace-4.3.5.ebuild, -libkworkspace-4.4.4.ebuild:



1.6                  kde-base/libkworkspace/libkworkspace-4.4.5.ebuild

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

Index: libkworkspace-4.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libkworkspace-4.4.5.ebuild	9 Aug 2010 10:00:28 -0000	1.5
+++ libkworkspace-4.4.5.ebuild	9 Aug 2010 17:35:33 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.5 2010/08/09 10:00:28 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.4.5.ebuild,v 1.6 2010/08/09 17:35:33 scarabeus Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A library for KDE desktop applications"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 KMEXTRACTONLY="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.4.5.ebuild
@ 2011-06-02 21:57 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-06-02 21:57 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/06/02 21:57:53

  Modified:             ChangeLog
  Removed:              libkworkspace-4.4.5.ebuild
  Log:
  Drop KDE 4.4
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.94                 kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	1 Jun 2011 19:13:40 -0000	1.93
+++ ChangeLog	2 Jun 2011 21:57:53 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.93 2011/06/01 19:13:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.94 2011/06/02 21:57:53 dilfridge Exp $
+
+  02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  -libkworkspace-4.4.5.ebuild:
+  Drop KDE-4.4
 
   01 Jun 2011; Brent Baude <ranger@gentoo.org> libkworkspace-4.6.2.ebuild:
   Marking libkworkspace-4.6.2 ppc stable for bug 354033






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

end of thread, other threads:[~2011-06-02 22:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 21:57 [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.4.5.ebuild Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-09 17:35 Tomas Chvatal (scarabeus)
2010-08-09 10:00 Christian Faulhammer (fauli)
2010-08-09  4:18 Joseph Jezak (josejx)
2010-08-03  7:43 Markos Chandras (hwoarang)
2010-06-30 15:37 Alexey Shvetsov (alexxy)

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