diff options
author | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-05-30 08:39:34 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <zlin@gentoo.org> | 2008-05-30 08:39:34 +0000 |
commit | 89fd07a6fc3733ab38daa5e666df608a25d93205 (patch) | |
tree | bf23f4588997434a8a9e39ce552229f096892908 /kde-base | |
parent | KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. (diff) | |
download | historical-89fd07a6fc3733ab38daa5e666df608a25d93205.tar.gz historical-89fd07a6fc3733ab38daa5e666df608a25d93205.tar.bz2 historical-89fd07a6fc3733ab38daa5e666df608a25d93205.zip |
KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.0.4.ebuild | 6 | ||||
-rw-r--r-- | kde-base/dragonplayer/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/dragonplayer/dragonplayer-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/phonon/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/phonon/phonon-4.0.4.ebuild | 7 |
6 files changed, 21 insertions, 12 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index df39392bfe04..bb6b539f5042 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.8 2008/05/15 22:38:38 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.9 2008/05/30 08:32:35 zlin Exp $ + + 30 May 2008; Bo Ørsted Andresen <zlin@gentoo.org> dolphin-4.0.4.ebuild: + KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. *dolphin-4.0.4 (15 May 2008) diff --git a/kde-base/dolphin/dolphin-4.0.4.ebuild b/kde-base/dolphin/dolphin-4.0.4.ebuild index 55cc2a2579d4..0a9b0011cfc3 100644 --- a/kde-base/dolphin/dolphin-4.0.4.ebuild +++ b/kde-base/dolphin/dolphin-4.0.4.ebuild @@ -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/dolphin/dolphin-4.0.4.ebuild,v 1.1 2008/05/15 22:38:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild,v 1.2 2008/05/30 08:32:35 zlin Exp $ EAPI="1" @@ -20,11 +20,11 @@ RDEPEND="${DEPEND}" KMEXTRA="apps/doc/${PN}" KMLOADLIBS="libkonq" -PATCHES="${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch" +PATCHES=("${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch") pkg_setup() { if use semantic-desktop; then - KDE4_BUILT_WITH_USE_CHECK="--missing false kde-base/kdelibs:${SLOT} semantic-desktop" + KDE4_BUILT_WITH_USE_CHECK=("--missing false kde-base/kdelibs:${SLOT} semantic-desktop") fi kde4-meta_pkg_setup } diff --git a/kde-base/dragonplayer/ChangeLog b/kde-base/dragonplayer/ChangeLog index 325efe348508..895589edf3b2 100644 --- a/kde-base/dragonplayer/ChangeLog +++ b/kde-base/dragonplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/dragonplayer # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.2 2008/03/11 07:55:12 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.3 2008/05/30 08:39:34 zlin Exp $ + + 30 May 2008; Bo Ørsted Andresen <zlin@gentoo.org> + dragonplayer-2.0.1.ebuild: + KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. *dragonplayer-2.0.1 (10 Mar 2008) diff --git a/kde-base/dragonplayer/dragonplayer-2.0.1.ebuild b/kde-base/dragonplayer/dragonplayer-2.0.1.ebuild index c8ba08d0ed2b..369eb46e7160 100644 --- a/kde-base/dragonplayer/dragonplayer-2.0.1.ebuild +++ b/kde-base/dragonplayer/dragonplayer-2.0.1.ebuild @@ -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/dragonplayer/dragonplayer-2.0.1.ebuild,v 1.1 2008/03/11 01:25:00 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/dragonplayer-2.0.1.ebuild,v 1.2 2008/05/30 08:39:34 zlin Exp $ EAPI="1" @@ -32,7 +32,7 @@ RDEPEND=">=kde-base/kdelibs-4.0.1-r1:${SLOT} DEPEND="${RDEPEND} sys-devel/gettext" -KDE4_BUILT_WITH_USE_CHECK="kde-base/phonon:${SLOT} xcb" +KDE4_BUILT_WITH_USE_CHECK=("kde-base/phonon:${SLOT} xcb") src_compile() { comment_all_add_subdirectory po/ || die "sed to remove all linguas failed." diff --git a/kde-base/phonon/ChangeLog b/kde-base/phonon/ChangeLog index f5a9f28c614c..bf4983076a79 100644 --- a/kde-base/phonon/ChangeLog +++ b/kde-base/phonon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/phonon # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.7 2008/05/16 00:54:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.8 2008/05/30 08:36:43 zlin Exp $ + + 30 May 2008; Bo Ørsted Andresen <zlin@gentoo.org> phonon-4.0.4.ebuild: + KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. *phonon-4.0.4 (15 May 2008) diff --git a/kde-base/phonon/phonon-4.0.4.ebuild b/kde-base/phonon/phonon-4.0.4.ebuild index e76282d400e3..8f40825397cd 100644 --- a/kde-base/phonon/phonon-4.0.4.ebuild +++ b/kde-base/phonon/phonon-4.0.4.ebuild @@ -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/phonon/phonon-4.0.4.ebuild,v 1.1 2008/05/16 00:54:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/phonon-4.0.4.ebuild,v 1.2 2008/05/30 08:36:43 zlin Exp $ EAPI="1" @@ -14,14 +14,13 @@ IUSE="debug xcb" # There's currently only a xine backend for phonon available, # a gstreamer backend from TrollTech is in the works. -DEPEND=" - >=media-libs/xine-lib-1.1.9 +DEPEND=">=media-libs/xine-lib-1.1.9 xcb? ( x11-libs/libxcb )" RDEPEND="${DEPEND}" pkg_setup() { if use xcb; then - KDE4_BUILT_WITH_USE_CHECK="media-libs/xine-lib xcb" + KDE4_BUILT_WITH_USE_CHECK=("media-libs/xine-lib xcb") fi kde4-meta_pkg_setup |