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 <gentoo-commits+bounces-395603-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RIlGe-00084z-Hk
	for garchives@archives.gentoo.org; Tue, 25 Oct 2011 17:58:28 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 78ACE21C082;
	Tue, 25 Oct 2011 17:58:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 4A6CB21C082
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Oct 2011 17:58:21 +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 B7F6D1B4015
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Oct 2011 17:58:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 0183080042
	for <gentoo-commits@lists.gentoo.org>; Tue, 25 Oct 2011 17:58:20 +0000 (UTC)
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org>
Message-ID: <5c3c5aaaa79ea85718e3a036060ccd1b69c1b40f.alexxy@gentoo>
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: 5c3c5aaaa79ea85718e3a036060ccd1b69c1b40f
Date: Tue, 25 Oct 2011 17:58:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: ce0704d7bdab50a0c2f64e2ee21ce995

commit:     5c3c5aaaa79ea85718e3a036060ccd1b69c1b40f
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:56:24 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:56:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc=
ommit;h=3D5c3c5aaa

[kde-base/marble] simplify src_prepare for :live

(Portage version: 2.2.0_alpha71/git/Linux x86_64, signed Manifest commit =
with key F82F92E6)

---
 kde-base/marble/marble-9999.ebuild |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/kde-base/marble/marble-9999.ebuild b/kde-base/marble/marble-=
9999.ebuild
index b947cca..b4f1435 100644
--- a/kde-base/marble/marble-9999.ebuild
+++ b/kde-base/marble/marble-9999.ebuild
@@ -39,8 +39,6 @@ pkg_setup() {
 src_prepare() {
 	kde4-base_src_prepare
 	python_convert_shebangs -r $(python_get_version) .
-
-	find "${S}/marble/src/bindings/python/sip" -name "*.sip" | xargs -- sed=
 -i 's/#include <marble\//#include </'
 }
=20
 src_configure() {