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 1QD1nk-0000Hx-MV for garchives@archives.gentoo.org; Thu, 21 Apr 2011 21:52:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D09CA1C016; Thu, 21 Apr 2011 21:52:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A43781C016 for ; Thu, 21 Apr 2011 21:52:33 +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 274E61B4021 for ; Thu, 21 Apr 2011 21:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 59E29802C1 for ; Thu, 21 Apr 2011 21:52:32 +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: <4c757a88f396df03e8ae7b91a3aaf77eec56339c.abcd@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/okular/okular-9999.ebuild X-VCS-Directories: kde-base/okular/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 4c757a88f396df03e8ae7b91a3aaf77eec56339c Date: Thu, 21 Apr 2011 21:52:32 +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: 5485461695e91f7cb1689166b4fce28f commit: 4c757a88f396df03e8ae7b91a3aaf77eec56339c Author: Jonathan Callen gentoo org> AuthorDate: Thu Apr 21 03:56:08 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Thu Apr 21 03:56:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D4c757a88 [kde-base/okular] FindOkular.cmake is no longer in the repo (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit = with key 229E5838) --- kde-base/okular/okular-9999.ebuild | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-= 9999.ebuild index d1dd6fe..0f4f99d 100644 --- a/kde-base/okular/okular-9999.ebuild +++ b/kde-base/okular/okular-9999.ebuild @@ -43,10 +43,3 @@ src_configure() { =20 kde4-meta_src_configure } - -src_install() { - insinto "${KDEDIR}"/share/apps/cmake/modules - doins "${S}"/cmake/modules/FindOkular.cmake - - kde4-meta_src_install -}