summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-12-23 00:56:10 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-12-23 00:56:10 +0000
commitf73ecb99592ba96933b33f4439d985ff802eea46 (patch)
treea30325d723a3136706613304497eaafc10c757fb /kde-base
parentPull in changes from overlay and add patch prefix support (Solaris) (diff)
downloadhistorical-f73ecb99592ba96933b33f4439d985ff802eea46.tar.gz
historical-f73ecb99592ba96933b33f4439d985ff802eea46.tar.bz2
historical-f73ecb99592ba96933b33f4439d985ff802eea46.zip
Pull in changes from overlay
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/ksplash/ChangeLog5
-rw-r--r--kde-base/ksplash/ksplash-4.3.4.ebuild7
-rw-r--r--kde-base/ksysguard/ChangeLog5
-rw-r--r--kde-base/ksysguard/ksysguard-4.3.4.ebuild7
4 files changed, 16 insertions, 8 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog
index 0bc3fbd54ae9..7d1670e3f7cb 100644
--- a/kde-base/ksplash/ChangeLog
+++ b/kde-base/ksplash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksplash
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.47 2009/12/10 22:32:12 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.48 2009/12/23 00:53:03 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> ksplash-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-ksplash-4.3.1.ebuild:
diff --git a/kde-base/ksplash/ksplash-4.3.4.ebuild b/kde-base/ksplash/ksplash-4.3.4.ebuild
index 65a5354f3db4..ecef8cd51f19 100644
--- a/kde-base/ksplash/ksplash-4.3.4.ebuild
+++ b/kde-base/ksplash/ksplash-4.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.4.ebuild,v 1.1 2009/12/01 11:05:28 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.4.ebuild,v 1.2 2009/12/23 00:53:03 abcd Exp $
EAPI="2"
@@ -21,13 +21,14 @@ DEPEND="${COMMONDEPEND}
RDEPEND="${COMMONDEPEND}"
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_has 3dnow X86_3DNOW)
$(cmake-utils_use_has altivec PPC_ALTIVEC)
$(cmake-utils_use_has mmx X86_MMX)
$(cmake-utils_use_has sse X86_SSE)
$(cmake-utils_use_has sse2 X86_SSE2)
- $(cmake-utils_use_with xinerama X11_Xinerama)"
+ $(cmake-utils_use_with xinerama X11_Xinerama)
+ )
kde4-meta_src_configure
}
diff --git a/kde-base/ksysguard/ChangeLog b/kde-base/ksysguard/ChangeLog
index 0c4aeed57910..4fb5ae784085 100644
--- a/kde-base/ksysguard/ChangeLog
+++ b/kde-base/ksysguard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksysguard
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.161 2009/12/10 22:41:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ChangeLog,v 1.162 2009/12/23 00:56:10 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> ksysguard-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-ksysguard-4.3.1.ebuild:
diff --git a/kde-base/ksysguard/ksysguard-4.3.4.ebuild b/kde-base/ksysguard/ksysguard-4.3.4.ebuild
index 44786ff16d63..c3826da209dd 100644
--- a/kde-base/ksysguard/ksysguard-4.3.4.ebuild
+++ b/kde-base/ksysguard/ksysguard-4.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.1 2009/12/01 11:08:26 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksysguard/ksysguard-4.3.4.ebuild,v 1.2 2009/12/23 00:56:10 abcd Exp $
EAPI="2"
@@ -27,8 +27,9 @@ KMEXTRA="
"
src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with lm_sensors Sensors)"
+ mycmakeargs=(
+ $(cmake-utils_use_with lm_sensors Sensors)
+ )
kde4-meta_src_configure
}