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 1QGZ92-0004Fi-3V for garchives@archives.gentoo.org; Sun, 01 May 2011 16:05:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F311C003; Sun, 1 May 2011 16:05:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0883A1C003 for ; Sun, 1 May 2011 16:05:08 +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 95B901B4056 for ; Sun, 1 May 2011 16:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B99DD80505 for ; Sun, 1 May 2011 16:05:07 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/okular/okular-4.6.3.ebuild kde-base/okular/okular-4.6.9999.ebuild X-VCS-Directories: kde-base/okular/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: dc9657fc247889cc49661376ff2f3a3fca805e57 Date: Sun, 1 May 2011 16:05:07 +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: d3e3c12e59bc011201ac9c668de6b055 commit: dc9657fc247889cc49661376ff2f3a3fca805e57 Author: Tomas Chvatal gentoo org> AuthorDate: Sun May 1 16:03:54 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Sun May 1 16:03:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Ddc9657fc [kde-base/okular] do not install non-existing file. --- kde-base/okular/okular-4.6.3.ebuild | 7 ------- kde-base/okular/okular-4.6.9999.ebuild | 7 ------- 2 files changed, 0 insertions(+), 14 deletions(-) diff --git a/kde-base/okular/okular-4.6.3.ebuild b/kde-base/okular/okular= -4.6.3.ebuild index f762b43..616bd42 100644 --- a/kde-base/okular/okular-4.6.3.ebuild +++ b/kde-base/okular/okular-4.6.3.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 -} diff --git a/kde-base/okular/okular-4.6.9999.ebuild b/kde-base/okular/oku= lar-4.6.9999.ebuild index d1dd6fe..0f4f99d 100644 --- a/kde-base/okular/okular-4.6.9999.ebuild +++ b/kde-base/okular/okular-4.6.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 -}