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 1QOe5g-0000Q7-FJ for garchives@archives.gentoo.org; Mon, 23 May 2011 22:59:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B5761C095; Mon, 23 May 2011 22:59:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 333C31C095 for ; Mon, 23 May 2011 22:59:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA58E1B4027 for ; Mon, 23 May 2011 22:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DFE4D80505 for ; Mon, 23 May 2011 22:59:03 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kget/kget-9999.ebuild X-VCS-Directories: kde-base/kget/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: fd498e6703ea40dcd3abc4e066ae2af89f84d24f Date: Mon, 23 May 2011 22:59:03 +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: fc7100f64eaca29f981efbb179aafceb commit: fd498e6703ea40dcd3abc4e066ae2af89f84d24f Author: Jonathan Callen gentoo org> AuthorDate: Sun May 22 23:15:54 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Mon May 23 22:58:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dfd498e67 [kde-base/kget] Upstream now sets supported MIME types correctly (Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit = with key 229E5838) --- kde-base/kget/kget-9999.ebuild | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/kde-base/kget/kget-9999.ebuild b/kde-base/kget/kget-9999.ebu= ild index 1a66662..e21c6b7 100644 --- a/kde-base/kget/kget-9999.ebuild +++ b/kde-base/kget/kget-9999.ebuild @@ -28,15 +28,6 @@ DEPEND=3D"${RDEPEND} dev-libs/boost " =20 -src_prepare() { - kde4-meta_src_prepare - # Disable bittorrent as supported mimetype - if ! use bittorrent; then - sed -e '/MimeType=3D/s|application/x-bittorrent;||' \ - -i kget/desktop/kget.desktop || die - fi -} - src_configure() { mycmakeargs=3D( $(cmake-utils_use_with bittorrent KTorrent)