summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-12-23 00:44:40 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-12-23 00:44:40 +0000
commit37c4b4116944b41f5549866cc7f9b0b0ce363246 (patch)
treea2d4c983771cc082c6ce5e68cf98c0c764f419d3 /kde-base
parentPull in changes from overlay and prefix support (diff)
downloadhistorical-37c4b4116944b41f5549866cc7f9b0b0ce363246.tar.gz
historical-37c4b4116944b41f5549866cc7f9b0b0ce363246.tar.bz2
historical-37c4b4116944b41f5549866cc7f9b0b0ce363246.zip
Pull in changes from overlay
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kpilot/ChangeLog5
-rw-r--r--kde-base/kpilot/kpilot-4.3.4.ebuild7
-rw-r--r--kde-base/krdc/ChangeLog5
-rw-r--r--kde-base/krdc/krdc-4.3.4.ebuild7
-rw-r--r--kde-base/kscreensaver/ChangeLog5
-rw-r--r--kde-base/kscreensaver/kscreensaver-4.3.4.ebuild7
6 files changed, 24 insertions, 12 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog
index ff754aa2ab56..0d98795e4045 100644
--- a/kde-base/kpilot/ChangeLog
+++ b/kde-base/kpilot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kpilot
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.108 2009/12/10 22:08:54 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.109 2009/12/23 00:39:22 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> kpilot-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -kpilot-4.3.1.ebuild:
Drop KDE SC-4.3.1.
diff --git a/kde-base/kpilot/kpilot-4.3.4.ebuild b/kde-base/kpilot/kpilot-4.3.4.ebuild
index 03100d9e0ea1..c8ceb61cc9d0 100644
--- a/kde-base/kpilot/kpilot-4.3.4.ebuild
+++ b/kde-base/kpilot/kpilot-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/kpilot/kpilot-4.3.4.ebuild,v 1.2 2009/12/05 05:11:30 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-4.3.4.ebuild,v 1.3 2009/12/23 00:39:22 abcd Exp $
EAPI="2"
@@ -23,9 +23,10 @@ RDEPEND="${DEPEND}"
RESTRICT="test"
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_with avantgo Mal)
- $(cmake-utils_use_with crypt QCA2)"
+ $(cmake-utils_use_with crypt QCA2)
+ )
kde4-meta_src_configure
}
diff --git a/kde-base/krdc/ChangeLog b/kde-base/krdc/ChangeLog
index 5cd2978a4392..e2aa3bc85581 100644
--- a/kde-base/krdc/ChangeLog
+++ b/kde-base/krdc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/krdc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/ChangeLog,v 1.147 2009/12/10 22:12:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/ChangeLog,v 1.148 2009/12/23 00:40:06 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> krdc-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -krdc-4.3.1.ebuild:
Drop KDE SC-4.3.1.
diff --git a/kde-base/krdc/krdc-4.3.4.ebuild b/kde-base/krdc/krdc-4.3.4.ebuild
index 039986e373bc..15eaaba1264c 100644
--- a/kde-base/krdc/krdc-4.3.4.ebuild
+++ b/kde-base/krdc/krdc-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/krdc/krdc-4.3.4.ebuild,v 1.1 2009/12/01 10:58:59 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/krdc-4.3.4.ebuild,v 1.2 2009/12/23 00:40:06 abcd Exp $
EAPI="2"
@@ -26,10 +26,11 @@ RDEPEND="${DEPEND}
"
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with vnc LibVNCServer)
- $(cmake-utils_use_with zeroconf DNSSD)"
+ $(cmake-utils_use_with zeroconf DNSSD)
+ )
kde4-meta_src_configure
}
diff --git a/kde-base/kscreensaver/ChangeLog b/kde-base/kscreensaver/ChangeLog
index 167a583a4707..9fb68a818800 100644
--- a/kde-base/kscreensaver/ChangeLog
+++ b/kde-base/kscreensaver/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kscreensaver
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/ChangeLog,v 1.144 2009/12/10 22:25:41 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/ChangeLog,v 1.145 2009/12/23 00:44:40 abcd Exp $
+
+ 23 Dec 2009; Jonathan Callen <abcd@gentoo.org> kscreensaver-4.3.4.ebuild:
+ Pull in changes from overlay
10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-kscreensaver-4.3.1.ebuild:
diff --git a/kde-base/kscreensaver/kscreensaver-4.3.4.ebuild b/kde-base/kscreensaver/kscreensaver-4.3.4.ebuild
index 85bf3cd9bdb0..3ab62e4b7ba9 100644
--- a/kde-base/kscreensaver/kscreensaver-4.3.4.ebuild
+++ b/kde-base/kscreensaver/kscreensaver-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/kscreensaver/kscreensaver-4.3.4.ebuild,v 1.1 2009/12/01 11:03:16 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/kscreensaver-4.3.4.ebuild,v 1.2 2009/12/23 00:44:40 abcd Exp $
EAPI="2"
@@ -28,9 +28,10 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}/kdebase-4.0.2-pam-optional.patch" )
src_configure() {
- mycmakeargs="${mycmakeargs}
+ mycmakeargs=(
$(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_with pam)"
+ $(cmake-utils_use_with pam)
+ )
kde4-meta_src_configure
}