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 E7786138770 for ; Wed, 30 Jan 2013 16:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF2C21C03E; Wed, 30 Jan 2013 16:46:39 +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 4FF4221C03E for ; Wed, 30 Jan 2013 16:46:39 +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 5104033DBF2 for ; Wed, 30 Jan 2013 16:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DC5EFE4073 for ; Wed, 30 Jan 2013 16:46:36 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1359564367.bf6c070b9da53f09f7cb2109a2e9642407d811fe.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bf6c070b9da53f09f7cb2109a2e9642407d811fe X-VCS-Branch: master Date: Wed, 30 Jan 2013 16:46:36 +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: 3daab806-2d67-4351-98a5-a284e053b985 X-Archives-Hash: eac426e9ba8d1fd5978b2ad34ed351ac commit: bf6c070b9da53f09f7cb2109a2e9642407d811fe Author: Michael Palimaka gentoo org> AuthorDate: Wed Jan 30 16:46:07 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jan 30 16:46:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bf6c070b [kde-base/pykde4] Apply previous commit to other versions. Fix DESTDIR for prefix. Package-Manager: portage-2.1.11.50 --- kde-base/pykde4/pykde4-4.10.49.9999.ebuild | 2 +- kde-base/pykde4/pykde4-4.9.98.ebuild | 4 ++-- kde-base/pykde4/pykde4-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild index 3b04f53..bf02402 100644 --- a/kde-base/pykde4/pykde4-4.10.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.10.49.9999.ebuild @@ -128,7 +128,7 @@ src_compile() { src_install() { installation() { pushd "${BUILD_DIR}" > /dev/null - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install popd > /dev/null mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die diff --git a/kde-base/pykde4/pykde4-4.9.98.ebuild b/kde-base/pykde4/pykde4-4.9.98.ebuild index 45f4b2e..bf02402 100644 --- a/kde-base/pykde4/pykde4-4.9.98.ebuild +++ b/kde-base/pykde4/pykde4-4.9.98.ebuild @@ -128,10 +128,10 @@ src_compile() { src_install() { installation() { pushd "${BUILD_DIR}" > /dev/null - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install popd > /dev/null - mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die + mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die python_optimize } python_foreach_impl installation diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 45f4b2e..bf02402 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -128,10 +128,10 @@ src_compile() { src_install() { installation() { pushd "${BUILD_DIR}" > /dev/null - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install popd > /dev/null - mv "${ED}"/usr/bin/pykdeuic4{,-${EPYTHON}} || die + mv "${ED}"/usr/bin/pykdeuic4-{${EPYTHON/python/},${EPYTHON}} || die python_optimize } python_foreach_impl installation