Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-mobile/
Date: Mon, 26 Sep 2011 21:02:29
Message-Id: 135f2e2924c87cda05ccaea654cf5fc28f3ca3fd.alexxy@gentoo
1 commit: 135f2e2924c87cda05ccaea654cf5fc28f3ca3fd
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 21:00:48 2011 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 21:00:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=135f2e29
7
8 [kde-misc/plasma-mobile] Fix collisions
9
10 (Portage version: 2.2.0_alpha59/git/Linux x86_64, signed Manifest commit with key F82F92E6)
11
12 ---
13 kde-misc/plasma-mobile/plasma-mobile-9999.ebuild | 5 +++++
14 1 files changed, 5 insertions(+), 0 deletions(-)
15
16 diff --git a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
17 index b100fa7..40dfee1 100644
18 --- a/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
19 +++ b/kde-misc/plasma-mobile/plasma-mobile-9999.ebuild
20 @@ -24,3 +24,8 @@ DEPEND="
21 $(add_kdebase_dep plasma-workspace)
22 "
23 RDEPEND="${DEPEND}"
24 +
25 +src_install() {
26 + kde4-base_src_install
27 + rm "${ED}/usr/share/apps/plasma/services/powermanagementservice.operations" || die
28 +}