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 98557138247 for ; Sun, 3 Nov 2013 19:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1729CE0AD7; Sun, 3 Nov 2013 19:41:31 +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 7C7F8E0AD7 for ; Sun, 3 Nov 2013 19:41:30 +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 9714033EDD6 for ; Sun, 3 Nov 2013 19:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4ACDFE545C for ; Sun, 3 Nov 2013 19:41:28 +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: <1383507688.7075295f2dc538e376f743ce76b7f08d812bd569.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/pykde4/pykde4-4.11.3.ebuild kde-base/pykde4/pykde4-4.11.49.9999.ebuild kde-base/pykde4/pykde4-9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 7075295f2dc538e376f743ce76b7f08d812bd569 X-VCS-Branch: master Date: Sun, 3 Nov 2013 19:41:28 +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: 6a7c6d41-2e9c-4ce5-81c6-97a79fd0ba0c X-Archives-Hash: a55102910b6cdf69edf83fb0dfb12a5d commit: 7075295f2dc538e376f743ce76b7f08d812bd569 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sun Nov 3 19:41:28 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Nov 3 19:41:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7075295f [kde-base/pykde4] Revert back to CMAKE_BUILD_DIR since otherwise the Python build system goes haywire --- kde-base/pykde4/pykde4-4.11.3.ebuild | 4 ++-- kde-base/pykde4/pykde4-4.11.49.9999.ebuild | 4 ++-- kde-base/pykde4/pykde4-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.11.3.ebuild b/kde-base/pykde4/pykde4-4.11.3.ebuild index 34ca9a6..cadfb8e 100644 --- a/kde-base/pykde4/pykde4-4.11.3.ebuild +++ b/kde-base/pykde4/pykde4-4.11.3.ebuild @@ -81,7 +81,7 @@ src_configure() { -DPYTHON_EXECUTABLE=${PYTHON} -DPYKDEUIC4_ALTINSTALL=TRUE ) - local BUILD_DIR=${S}_build-${PYTHON_ABI} + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure } @@ -95,7 +95,7 @@ echo_and_run() { src_compile() { compilation() { - local BUILD_DIR=${S}_build-${PYTHON_ABI} + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_compile } python_foreach_impl run_in_build_dir compilation diff --git a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild index 2f1d4c9..37dd17c 100644 --- a/kde-base/pykde4/pykde4-4.11.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.11.49.9999.ebuild @@ -81,7 +81,7 @@ src_configure() { -DPYTHON_EXECUTABLE=${PYTHON} -DPYKDEUIC4_ALTINSTALL=TRUE ) - local BUILD_DIR=${S}_build-${PYTHON_ABI} + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure } @@ -95,7 +95,7 @@ echo_and_run() { src_compile() { compilation() { - local BUILD_DIR=${S}_build-${PYTHON_ABI} + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_compile } python_foreach_impl run_in_build_dir compilation diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 2f1d4c9..37dd17c 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -81,7 +81,7 @@ src_configure() { -DPYTHON_EXECUTABLE=${PYTHON} -DPYKDEUIC4_ALTINSTALL=TRUE ) - local BUILD_DIR=${S}_build-${PYTHON_ABI} + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure } @@ -95,7 +95,7 @@ echo_and_run() { src_compile() { compilation() { - local BUILD_DIR=${S}_build-${PYTHON_ABI} + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_compile } python_foreach_impl run_in_build_dir compilation