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 1QUn6G-0001QG-9E for garchives@archives.gentoo.org; Thu, 09 Jun 2011 21:49:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E6AA1C073; Thu, 9 Jun 2011 21:49:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AA431C073 for ; Thu, 9 Jun 2011 21:49:05 +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 AE5C31B4001 for ; Thu, 9 Jun 2011 21:49:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 08E088003C for ; Thu, 9 Jun 2011 21:49:04 +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: <492fce3d5c343a06dec7b4e9a8a9194c973f1c2b.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libkipi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/libkipi/libkipi-4.6.4.ebuild kde-base/libkipi/libkipi-4.6.49.9999.ebuild X-VCS-Directories: kde-base/libkipi/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 492fce3d5c343a06dec7b4e9a8a9194c973f1c2b Date: Thu, 9 Jun 2011 21:49: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f2c83b33eb701907c6a755f0b3b3984c commit: 492fce3d5c343a06dec7b4e9a8a9194c973f1c2b Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Thu Jun 9 21:48:55 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Thu Jun 9 21:48:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D492fce3d [kde-base/libkipi] remove duplicate file (Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with ke= y B6C5F7DE) --- kde-base/libkipi/libkipi-4.6.4.ebuild | 9 +++++++++ kde-base/libkipi/libkipi-4.6.49.9999.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/kde-base/libkipi/libkipi-4.6.4.ebuild b/kde-base/libkipi/lib= kipi-4.6.4.ebuild index 2d6208a..193b052 100644 --- a/kde-base/libkipi/libkipi-4.6.4.ebuild +++ b/kde-base/libkipi/libkipi-4.6.4.ebuild @@ -20,3 +20,12 @@ HOMEPAGE=3D"http://www.kipi-plugins.org" LICENSE=3D"GPL-2" KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE=3D"debug" + +if [[ ${PV} !=3D *9999 ]]; then +src_install() { + kde4-meta_src_install + + # why, oh why?! + rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die +} +fi diff --git a/kde-base/libkipi/libkipi-4.6.49.9999.ebuild b/kde-base/libki= pi/libkipi-4.6.49.9999.ebuild index 73ecadc..769eca9 100644 --- a/kde-base/libkipi/libkipi-4.6.49.9999.ebuild +++ b/kde-base/libkipi/libkipi-4.6.49.9999.ebuild @@ -20,3 +20,12 @@ HOMEPAGE=3D"http://www.kipi-plugins.org" LICENSE=3D"GPL-2" KEYWORDS=3D"" IUSE=3D"debug" + +if [[ ${PV} !=3D *9999 ]]; then +src_install() { + kde4-meta_src_install + + # why, oh why?! + rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die +} +fi