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 D1AC21382DF for ; Sat, 5 Jan 2013 15:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09C4621C02E; Sat, 5 Jan 2013 15:59:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 643A521C02E for ; Sat, 5 Jan 2013 15:59:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2970133D8D6 for ; Sat, 5 Jan 2013 15:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7F82CE5439 for ; Sat, 5 Jan 2013 15:59:30 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1357401401.59f1933732fffb8d1279b566cd7a2dbe5ef04dd7.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdepimlibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdepimlibs/kdepimlibs-4.10.49.9999.ebuild kde-base/kdepimlibs/kdepimlibs-4.9.97.ebuild kde-base/kdepimlibs/kdepimlibs-9999.ebuild X-VCS-Directories: kde-base/kdepimlibs/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 59f1933732fffb8d1279b566cd7a2dbe5ef04dd7 X-VCS-Branch: master Date: Sat, 5 Jan 2013 15:59:30 +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: fc00cf9c-5e46-4e1b-920e-50c17ed341db X-Archives-Hash: 3ba398dad76fed438d4e9d935229160f commit: 59f1933732fffb8d1279b566cd7a2dbe5ef04dd7 Author: Chris Reffett gentoo org> AuthorDate: Sat Jan 5 15:56:41 2013 +0000 Commit: Chris Reffett gmail com> CommitDate: Sat Jan 5 15:56:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=59f19337 [kde-base/kdepimlibs] Change sed line to fix bug 450350, credit to Franz Fellner for the fix Package-Manager: portage-2.2.0_alpha149 --- kde-base/kdepimlibs/kdepimlibs-4.10.49.9999.ebuild | 2 +- kde-base/kdepimlibs/kdepimlibs-4.9.97.ebuild | 2 +- kde-base/kdepimlibs/kdepimlibs-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.10.49.9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.10.49.9999.ebuild index 28c12db..be92a75 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.10.49.9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-4.10.49.9999.ebuild @@ -44,7 +44,7 @@ src_prepare() { # Disable hardcoded checks sed -r -e '/find_package\((Akonadi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ - -e '/macro_log_feature\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ + -e '/set_package_properties\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)/s/ REQUIRED / OPTIONAL /' \ -e '/add_subdirectory\((akonadi|mailtransport)/{/macro_optional_/!s/add/macro_optional_&/}' \ -i CMakeLists.txt || die if ! use semantic-desktop; then diff --git a/kde-base/kdepimlibs/kdepimlibs-4.9.97.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.9.97.ebuild index 8ccb8d1..9cf3f20 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.9.97.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-4.9.97.ebuild @@ -44,7 +44,7 @@ src_prepare() { # Disable hardcoded checks sed -r -e '/find_package\((Akonadi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ - -e '/macro_log_feature\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ + -e '/set_package_properties\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)/s/ REQUIRED / OPTIONAL /' \ -e '/add_subdirectory\((akonadi|mailtransport)/{/macro_optional_/!s/add/macro_optional_&/}' \ -i CMakeLists.txt || die if ! use semantic-desktop; then diff --git a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild index 28c12db..be92a75 100644 --- a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild @@ -44,7 +44,7 @@ src_prepare() { # Disable hardcoded checks sed -r -e '/find_package\((Akonadi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ - -e '/macro_log_feature\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ + -e '/set_package_properties\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)/s/ REQUIRED / OPTIONAL /' \ -e '/add_subdirectory\((akonadi|mailtransport)/{/macro_optional_/!s/add/macro_optional_&/}' \ -i CMakeLists.txt || die if ! use semantic-desktop; then