From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9F2A1381FA for ; Tue, 6 May 2014 15:04:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A967AE0B10; Tue, 6 May 2014 15:04:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2539EE0B10 for ; Tue, 6 May 2014 15:04:49 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16E2D33FC39 for ; Tue, 6 May 2014 15:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9B2D81818D for ; Tue, 6 May 2014 15:04:45 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1399388611.43802b32ddc425dd0846298edf179a32bbeff56e.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/baloo/files/, kde-base/baloo/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/baloo/baloo-4.13.49.9999.ebuild kde-base/baloo/baloo-4.9999.ebuild kde-base/baloo/files/baloo-4.13.0-nokcm.patch kde-base/baloo/metadata.xml X-VCS-Directories: kde-base/baloo/files/ kde-base/baloo/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 43802b32ddc425dd0846298edf179a32bbeff56e X-VCS-Branch: master Date: Tue, 6 May 2014 15:04:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: df8b8454-f7f5-40d2-b187-78d13f54c093 X-Archives-Hash: 7534243c43993840ff172fa407e511f8 commit: 43802b32ddc425dd0846298edf179a32bbeff56e Author: Andreas K. Huettel gentoo org> AuthorDate: Tue May 6 15:03:31 2014 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue May 6 15:03:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=43802b32 [kde-base/baloo] use alternate configuration module by default Package-Manager: portage-2.2.8-r1 --- kde-base/baloo/baloo-4.13.49.9999.ebuild | 12 ++++++++++-- kde-base/baloo/baloo-4.9999.ebuild | 12 ++++++++++-- kde-base/baloo/files/baloo-4.13.0-nokcm.patch | 11 +++++++++++ kde-base/baloo/metadata.xml | 3 +++ 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/kde-base/baloo/baloo-4.13.49.9999.ebuild b/kde-base/baloo/baloo-4.13.49.9999.ebuild index 095e00a..7e41536 100644 --- a/kde-base/baloo/baloo-4.13.49.9999.ebuild +++ b/kde-base/baloo/baloo-4.13.49.9999.ebuild @@ -8,7 +8,7 @@ inherit kde4-base DESCRIPTION="Next generation of the Nepomuk project" KEYWORDS="" -IUSE="debug" +IUSE="debug +alternatekcm" DEPEND=" $(add_kdebase_dep kdepimlibs) @@ -18,6 +18,14 @@ DEPEND=" sys-apps/attr ! kde + + Use the alternate Systemsettings module by Lindsay Mathieson for better configurability +