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.3.0.ebuild
@ 2009-08-04  1:23 Alex Alexander (wired)
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Alexander (wired) @ 2009-08-04  1:23 UTC (permalink / raw
  To: gentoo-commits

wired       09/08/04 01:23:55

  Modified:             ChangeLog
  Added:                libkworkspace-4.3.0.ebuild
  Log:
  Version bump KDE 4.3.0
  (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.36                 kde-base/libkworkspace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	14 Jun 2009 11:49:15 -0000	1.35
+++ ChangeLog	4 Aug 2009 01:23:55 -0000	1.36
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.35 2009/06/14 11:49:15 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.36 2009/08/04 01:23:55 wired Exp $
+
+*libkworkspace-4.3.0 (04 Aug 2009)
+
+  04 Aug 2009; Alex Alexander <wired@gentoo.org>
+  +libkworkspace-4.3.0.ebuild:
+  Version bump
 
   14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org>
   -libkworkspace-4.2.3.ebuild, -libkworkspace-4.2.3-r1.ebuild:



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

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

Index: libkworkspace-4.3.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.0.ebuild,v 1.1 2009/08/04 01:23:55 wired Exp $

EAPI="2"

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

DESCRIPTION="A library for KDE desktop applications"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.3.0.ebuild
@ 2009-10-08 15:07 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-10-08 15:07 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/10/08 15:07:13

  Modified:             ChangeLog
  Removed:              libkworkspace-4.3.0.ebuild
  Log:
  [kde-base] Drop KDE 4.3.0
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 kde-base/libkworkspace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	6 Oct 2009 20:29:21 -0000	1.39
+++ ChangeLog	8 Oct 2009 15:07:12 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.39 2009/10/06 20:29:21 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.40 2009/10/08 15:07:12 alexxy Exp $
+
+  08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org>
+  -libkworkspace-4.3.0.ebuild:
+  Drop KDE 4.3.0
 
 *libkworkspace-4.3.2 (06 Oct 2009)
 






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

end of thread, other threads:[~2009-10-08 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-08 15:07 [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.3.0.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-04  1:23 Alex Alexander (wired)

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