public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/libplasma: ChangeLog libplasma-4.1.3.ebuild
@ 2008-11-09  1:39 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2008-11-09  1:39 UTC (permalink / raw
  To: gentoo-commits

scarabeus    08/11/09 01:39:00

  Modified:             ChangeLog
  Added:                libplasma-4.1.3.ebuild
  Log:
  Full auto: Version bump for KDE-4.1.3
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)

Revision  Changes    Path
1.13                 kde-base/libplasma/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	21 Oct 2008 11:31:23 -0000	1.12
+++ ChangeLog	9 Nov 2008 01:39:00 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/libplasma
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.12 2008/10/21 11:31:23 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.13 2008/11/09 01:39:00 scarabeus Exp $
+
+*libplasma-4.1.3 (08 Nov 2008)
+
+  08 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +libplasma-4.1.3.ebuild:
+  Version bump.
 
   21 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   -libplasma-4.0.4.ebuild, -libplasma-4.0.5.ebuild:



1.1                  kde-base/libplasma/libplasma-4.1.3.ebuild

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

Index: libplasma-4.1.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/libplasma-4.1.3.ebuild,v 1.1 2008/11/09 01:39:00 scarabeus Exp $

EAPI="2"

KMNAME=kdebase-workspace
KMMODULE="libs/plasma"
CPPUNIT_REQUIRED="optional"
OPENGL_REQUIRED="optional"
inherit kde4-meta

DESCRIPTION="Plasma: KDE desktop framework"
KEYWORDS="~amd64 ~x86"
IUSE="debug opengl xinerama"

RDEPEND=">=app-misc/strigi-0.5.11[qt4]
	!<kde-base/plasma-3.96.0
	>=kde-base/libkworkspace-${PV}:${SLOT}
	>=kde-base/libtaskmanager-${PV}:${SLOT}
	x11-libs/libXau
	x11-libs/libXfixes
	x11-libs/libXrender
	x11-libs/libXtst
	x11-libs/qt-webkit:4[debug?]
	opengl? ( virtual/opengl )
	xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
	xinerama? ( x11-proto/xineramaproto )"

KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml
	krunner/org.kde.krunner.Interface.xml
	ksmserver/org.kde.KSMServerInterface.xml
	libs/taskmanager/"
KMSAVELIBS="true"

# Disabling tests for now. 3 out of 3 broken now. last tested on 4.0.1.
RESTRICT="test"

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with opengl OpenGL)
		$(cmake-utils_use_with xinerama X11_Xinerama)"

	kde4-meta_src_configure
}

src_install() {
	kde4-meta_src_install

	# Outsmart our doc-handling, to avoid a collision with plasma.
	rm -rf "${D}"/${KDEDIR}/share/doc/
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libplasma: ChangeLog libplasma-4.1.3.ebuild
@ 2008-11-16  8:21 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-11-16  8:21 UTC (permalink / raw
  To: gentoo-commits

vapier      08/11/16 08:21:39

  Modified:             ChangeLog libplasma-4.1.3.ebuild
  Log:
  Add ppc/ppc64 love #244306.
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27.4 x86_64)

Revision  Changes    Path
1.14                 kde-base/libplasma/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Nov 2008 01:39:00 -0000	1.13
+++ ChangeLog	16 Nov 2008 08:21:39 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/libplasma
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.13 2008/11/09 01:39:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/ChangeLog,v 1.14 2008/11/16 08:21:39 vapier Exp $
+
+  15 Nov 2008; Mike Frysinger <vapier@gentoo.org> libplasma-4.1.3.ebuild:
+  Add ppc/ppc64 love #244306.
 
 *libplasma-4.1.3 (08 Nov 2008)
 



1.2                  kde-base/libplasma/libplasma-4.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libplasma/libplasma-4.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libplasma/libplasma-4.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libplasma/libplasma-4.1.3.ebuild?r1=1.1&r2=1.2

Index: libplasma-4.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libplasma/libplasma-4.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libplasma-4.1.3.ebuild	9 Nov 2008 01:39:00 -0000	1.1
+++ libplasma-4.1.3.ebuild	16 Nov 2008 08:21:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/libplasma-4.1.3.ebuild,v 1.1 2008/11/09 01:39:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasma/libplasma-4.1.3.ebuild,v 1.2 2008/11/16 08:21:39 vapier Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 inherit kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="debug opengl xinerama"
 
 RDEPEND=">=app-misc/strigi-0.5.11[qt4]






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

end of thread, other threads:[~2008-11-16  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-09  1:39 [gentoo-commits] gentoo-x86 commit in kde-base/libplasma: ChangeLog libplasma-4.1.3.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-16  8:21 Mike Frysinger (vapier)

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