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 25CF91381F3 for ; Mon, 19 Aug 2013 16:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1963E0C2B; Mon, 19 Aug 2013 16:26:03 +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 8CCD0E0C2B for ; Mon, 19 Aug 2013 16:26:03 +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 9CFC533EA5F for ; Mon, 19 Aug 2013 16:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BB23EE468F for ; Mon, 19 Aug 2013 16:25:59 +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: <1376929331.dfac3a542368333c28eb491028e5d5d1ee7973bb.kensington@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.11.49.9999.ebuild kde-base/kdepimlibs/kdepimlibs-9999.ebuild X-VCS-Directories: kde-base/kdepimlibs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: dfac3a542368333c28eb491028e5d5d1ee7973bb X-VCS-Branch: master Date: Mon, 19 Aug 2013 16:25:59 +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: 474d0802-497c-4af6-a9b8-ad63a19383ab X-Archives-Hash: bfa78951a54215a6b833424f6e168061 commit: dfac3a542368333c28eb491028e5d5d1ee7973bb Author: Michael Palimaka gentoo org> AuthorDate: Mon Aug 19 16:21:23 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Aug 19 16:22:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dfac3a54 [kde-base/kdepimlibs] Use ED instead of D when dealing with installation image. Package-Manager: portage-2.2.0 --- kde-base/kdepimlibs/kdepimlibs-4.11.49.9999.ebuild | 4 ++-- kde-base/kdepimlibs/kdepimlibs-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-base/kdepimlibs/kdepimlibs-4.11.49.9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.11.49.9999.ebuild index 1d0de82..8bb82b0 100644 --- a/kde-base/kdepimlibs/kdepimlibs-4.11.49.9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-4.11.49.9999.ebuild @@ -49,6 +49,6 @@ src_configure() { src_install() { kde4-base_src_install - rm "${D}"/usr/share/apps/cmake/modules/FindQJSON.cmake - rm "${D}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides with net-im/choqok + rm "${ED}"/usr/share/apps/cmake/modules/FindQJSON.cmake + rm "${ED}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides with net-im/choqok } diff --git a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild index 565cdb9..fd38028 100644 --- a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild @@ -49,6 +49,6 @@ src_configure() { src_install() { kde4-base_src_install - rm "${D}"/usr/share/apps/cmake/modules/FindQJSON.cmake - rm "${D}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides with net-im/choqok + rm "${ED}"/usr/share/apps/cmake/modules/FindQJSON.cmake + rm "${ED}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides with net-im/choqok }