From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QURZs-0001XI-Ox for garchives@archives.gentoo.org; Wed, 08 Jun 2011 22:50:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC5C1C182; Wed, 8 Jun 2011 22:49:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9583C1C17C for ; Wed, 8 Jun 2011 22:49:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16DDA1B401A for ; Wed, 8 Jun 2011 22:49:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 160F08003E for ; Wed, 8 Jun 2011 22:49:26 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <2f049686a278c2565a449c97c1aae8fe01409948.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ksnapshot/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/ksnapshot/ksnapshot-4.6.4.ebuild kde-base/ksnapshot/ksnapshot-4.6.49.9999.ebuild X-VCS-Directories: kde-base/ksnapshot/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 2f049686a278c2565a449c97c1aae8fe01409948 Date: Wed, 8 Jun 2011 22:49:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3e200bcecf3fae1a53036c9f85665d06 commit: 2f049686a278c2565a449c97c1aae8fe01409948 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Wed Jun 8 22:48:14 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Wed Jun 8 22:49:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D2f049686 Replace D with ED (Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with ke= y B6C5F7DE) --- kde-base/ksnapshot/ksnapshot-4.6.4.ebuild | 2 +- kde-base/ksnapshot/ksnapshot-4.6.49.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/ksnapshot/ksnapshot-4.6.4.ebuild b/kde-base/ksnapsh= ot/ksnapshot-4.6.4.ebuild index bd02677..a385122 100644 --- a/kde-base/ksnapshot/ksnapshot-4.6.4.ebuild +++ b/kde-base/ksnapshot/ksnapshot-4.6.4.ebuild @@ -37,5 +37,5 @@ src_install() { kde4-meta_src_install =20 # why, oh why?! - rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die + rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die } diff --git a/kde-base/ksnapshot/ksnapshot-4.6.49.9999.ebuild b/kde-base/k= snapshot/ksnapshot-4.6.49.9999.ebuild index 66bfdd6..e129275 100644 --- a/kde-base/ksnapshot/ksnapshot-4.6.49.9999.ebuild +++ b/kde-base/ksnapshot/ksnapshot-4.6.49.9999.ebuild @@ -37,5 +37,5 @@ src_install() { kde4-meta_src_install =20 # why, oh why?! - rm "${D}/usr/share/apps/cmake/modules/FindKSane.cmake" || die + rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die }