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 1R8IJn-0006Do-By for garchives@archives.gentoo.org; Mon, 26 Sep 2011 21:02:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 406BC21C1E1; Mon, 26 Sep 2011 21:02:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 15E6E21C1E1 for ; Mon, 26 Sep 2011 21:02:10 +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 A00461B4021 for ; Mon, 26 Sep 2011 21:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 947D780042 for ; Mon, 26 Sep 2011 21:02:08 +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: <135f2e2924c87cda05ccaea654cf5fc28f3ca3fd.alexxy@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-mobile/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-mobile/plasma-mobile-9999.ebuild X-VCS-Directories: kde-misc/plasma-mobile/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 135f2e2924c87cda05ccaea654cf5fc28f3ca3fd Date: Mon, 26 Sep 2011 21:02:08 +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: 9c0324e061e7cb13aed0e37179c94e36 commit: 135f2e2924c87cda05ccaea654cf5fc28f3ca3fd Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Sep 26 21:00:48 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Sep 26 21:00:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D135f2e29 [kde-misc/plasma-mobile] Fix collisions (Portage version: 2.2.0_alpha59/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- kde-misc/plasma-mobile/plasma-mobile-9999.ebuild | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild b/kde-misc/= plasma-mobile/plasma-mobile-9999.ebuild index b100fa7..40dfee1 100644 --- a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild +++ b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild @@ -24,3 +24,8 @@ DEPEND=3D" $(add_kdebase_dep plasma-workspace) " RDEPEND=3D"${DEPEND}" + +src_install() { + kde4-base_src_install + rm "${ED}/usr/share/apps/plasma/services/powermanagementservice.operati= ons" || die +}