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 1RIlFT-0007pk-6P for garchives@archives.gentoo.org; Tue, 25 Oct 2011 17:57:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D9C521C088; Tue, 25 Oct 2011 17:57:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E4D9321C088 for ; Tue, 25 Oct 2011 17:57:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 669261B4014 for ; Tue, 25 Oct 2011 17:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C655780042 for ; Tue, 25 Oct 2011 17:56:59 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/marble/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/marble/marble-9999.ebuild X-VCS-Directories: kde-base/marble/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: af4471838c878bdb8021a3dba2b11908e86bb953 Date: Tue, 25 Oct 2011 17:56: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a3e7fc2b1f2df6ecdffe3abf64edb9f1 commit: af4471838c878bdb8021a3dba2b11908e86bb953 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Oct 25 17:55:02 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Oct 25 17:55:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Daf447183 [kde-base/marble] drop src_install for :live (Portage version: 2.2.0_alpha71/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- kde-base/marble/marble-9999.ebuild | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/kde-base/marble/marble-9999.ebuild b/kde-base/marble/marble-= 9999.ebuild index 181d881..b947cca 100644 --- a/kde-base/marble/marble-9999.ebuild +++ b/kde-base/marble/marble-9999.ebuild @@ -59,11 +59,3 @@ src_configure() { =20 kde4-base_src_configure } - -src_install() { - if use plasma; then - insinto /usr/share/apps/cmake/modules - doins "${S}"/cmake/modules/FindMarbleWidget.cmake - fi - kde4-base_src_install -}