public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: libkworkspace-4.10.0.ebuild ChangeLog
@ 2013-02-07  4:57 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2013-02-07  4:57 UTC (permalink / raw
  To: gentoo-commits

alexxy      13/02/07 04:57:50

  Modified:             ChangeLog
  Added:                libkworkspace-4.10.0.ebuild
  Log:
  Add KDE SC 4.10.0
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F82F92E6)

Revision  Changes    Path
1.165                kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	7 Feb 2013 00:55:56 -0000	1.164
+++ ChangeLog	7 Feb 2013 04:57:50 -0000	1.165
@@ -1,10 +1,16 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.164 2013/02/07 00:55:56 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.165 2013/02/07 04:57:50 alexxy Exp $
 
   07 Feb 2013; Naohiro Aota <naota@gentoo.org> libkworkspace-4.9.5.ebuild:
   Add ~x86-fbsd wrt bug #430072
 
+*libkworkspace-4.10.0 (06 Feb 2013)
+
+  06 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org>
+  +libkworkspace-4.10.0.ebuild:
+  Version bump KDE SC 4.10.0
+
   28 Jan 2013; Agostino Sarubbo <ago@gentoo.org> -libkworkspace-4.9.3.ebuild,
   -libkworkspace-4.9.4.ebuild:
   Remove old



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

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

Index: libkworkspace-4.10.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.10.0.ebuild,v 1.1 2013/02/07 04:57:50 alexxy Exp $

EAPI=5

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

DESCRIPTION="A library for KDE desktop applications"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"

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

KMSAVELIBS="true"

DEPEND="
	x11-libs/libxkbfile
	x11-libs/libXcomposite
"
RDEPEND=${DEPEND}

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: libkworkspace-4.10.0.ebuild ChangeLog
@ 2013-02-10 21:57 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-02-10 21:57 UTC (permalink / raw
  To: gentoo-commits

dilfridge    13/02/10 21:57:47

  Modified:             libkworkspace-4.10.0.ebuild ChangeLog
  Log:
  Add missing dependency, bug 444438
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key B6C5F7DE)

Revision  Changes    Path
1.2                  kde-base/libkworkspace/libkworkspace-4.10.0.ebuild

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

Index: libkworkspace-4.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libkworkspace-4.10.0.ebuild	7 Feb 2013 04:57:50 -0000	1.1
+++ libkworkspace-4.10.0.ebuild	10 Feb 2013 21:57:47 -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/libkworkspace/libkworkspace-4.10.0.ebuild,v 1.1 2013/02/07 04:57:50 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.10.0.ebuild,v 1.2 2013/02/10 21:57:47 dilfridge Exp $
 
 EAPI=5
 
@@ -22,6 +22,7 @@
 DEPEND="
 	x11-libs/libxkbfile
 	x11-libs/libXcomposite
+	x11-libs/xcb-util-renderutil
 "
 RDEPEND=${DEPEND}
 



1.166                kde-base/libkworkspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	7 Feb 2013 04:57:50 -0000	1.165
+++ ChangeLog	10 Feb 2013 21:57:47 -0000	1.166
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/libkworkspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.165 2013/02/07 04:57:50 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.166 2013/02/10 21:57:47 dilfridge Exp $
+
+  10 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+  libkworkspace-4.10.0.ebuild:
+  Add missing dependency, bug 444438
 
   07 Feb 2013; Naohiro Aota <naota@gentoo.org> libkworkspace-4.9.5.ebuild:
   Add ~x86-fbsd wrt bug #430072





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

end of thread, other threads:[~2013-02-10 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07  4:57 [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: libkworkspace-4.10.0.ebuild ChangeLog Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-10 21:57 Andreas HAttel (dilfridge)

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