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 1QlHZW-0001rQ-0b for garchives@archives.gentoo.org; Mon, 25 Jul 2011 09:35:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D89A421C023; Mon, 25 Jul 2011 09:35:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A272121C023 for ; Mon, 25 Jul 2011 09:35:23 +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 33E062AC01E for ; Mon, 25 Jul 2011 09:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7FB158003D for ; Mon, 25 Jul 2011 09:35:22 +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: <60506768ae72db0d8bcd93ec0be8371a48eae45c.alexxy@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild X-VCS-Directories: net-im/telepathy-contact-list/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 60506768ae72db0d8bcd93ec0be8371a48eae45c Date: Mon, 25 Jul 2011 09:35:22 +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: 89b8dddedebd09e41fae0e829d9c3d25 commit: 60506768ae72db0d8bcd93ec0be8371a48eae45c Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Jul 25 09:34:41 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Jul 25 09:34:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D60506768 [net-im/telepathy-contact-list] Update ebuild (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- .../telepathy-contact-list-9999.ebuild | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/net-im/telepathy-contact-list/telepathy-contact-list-9999.eb= uild b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild index 99ddbfa..30c2894 100644 --- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild +++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild @@ -21,16 +21,3 @@ DEPEND=3D" >=3Dnet-im/telepathy-accounts-kcm-9999 " RDEPEND=3D"${DEPEND}" - -src_install() { - kde4-base_src_install - # Now we will drop icons colliding with 4.6.80-90 - for x in facebook google-talk icq jabber msn skype yahoo - do - rm "${ED}/usr/share/icons/oxygen/48x48/actions/im-${x}.png" || die - done - for x in 16 22 32 48 64 128 - do - rm "${ED}/usr/share/icons/oxygen/${x}x${x}/apps/kde-telepathy.png" - done -}