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 90E61138536 for ; Fri, 18 Jan 2013 10:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7BE21C025; Fri, 18 Jan 2013 10:08:07 +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 A2D8B21C025 for ; Fri, 18 Jan 2013 10:08:06 +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 B061733DA71 for ; Fri, 18 Jan 2013 10:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1B27DE4073 for ; Fri, 18 Jan 2013 10:08:04 +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: <1358503635.77e04be59d5f747f5d077132a3b3ed3e780e9701.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.10.49.9999.ebuild kde-base/pykde4/pykde4-4.9.98.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: 77e04be59d5f747f5d077132a3b3ed3e780e9701 X-VCS-Branch: master Date: Fri, 18 Jan 2013 10:08:04 +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: 1cbfd357-7f47-485f-96db-1b81083b20cd X-Archives-Hash: 748fc3fa353177d5ece799bca71af0dc commit: 77e04be59d5f747f5d077132a3b3ed3e780e9701 Author: Andreas K. Huettel akhuettel de> AuthorDate: Fri Jan 18 10:07:15 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Jan 18 10:07:15 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77e04be5 [kde-base/pykde4] Only install version-dependent bin of pykdeuic4 --- kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 1 + kde-base/pykde4/pykde4-4.9.98.ebuild | 1 + kde-base/pykde4/pykde4-9999.ebuild | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild index 964af3c..982076b 100644 --- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild @@ -77,6 +77,7 @@ src_configure() { $(cmake-utils_use_with semantic-desktop Nepomuk) $(cmake-utils_use_with semantic-desktop KdepimLibs) -DPYTHON_EXECUTABLE=$(PYTHON -a) + -DPYKDEUIC4_ALTINSTALL=TRUE ) local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild index 910b8b0..22e8a0a 100644 --- a/kde-base/pykde4/pykde4-4.9.98.ebuild +++ b/kde-base/pykde4/pykde4-4.9.98.ebuild @@ -77,6 +77,7 @@ src_configure() { $(cmake-utils_use_with semantic-desktop Nepomuk) $(cmake-utils_use_with semantic-desktop KdepimLibs) -DPYTHON_EXECUTABLE=$(PYTHON -a) + -DPYKDEUIC4_ALTINSTALL=TRUE ) local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 964af3c..982076b 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -77,6 +77,7 @@ src_configure() { $(cmake-utils_use_with semantic-desktop Nepomuk) $(cmake-utils_use_with semantic-desktop KdepimLibs) -DPYTHON_EXECUTABLE=$(PYTHON -a) + -DPYKDEUIC4_ALTINSTALL=TRUE ) local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} kde4-base_src_configure