From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7CC741391DB for ; Thu, 19 Jun 2014 12:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A920CE08F6; Thu, 19 Jun 2014 12:45:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EF35E08F6 for ; Thu, 19 Jun 2014 12:45:03 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32B5E3401FD for ; Thu, 19 Jun 2014 12:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id EE0FD18959 for ; Thu, 19 Jun 2014 12:44:59 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1403181784.4178b02c35f925ff147c6eab443447ae8ee48777.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/cmake/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/cmake/cmake-3.0.0.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4178b02c35f925ff147c6eab443447ae8ee48777 X-VCS-Branch: master Date: Thu, 19 Jun 2014 12:44:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be1cb52a-6ef0-4658-b5bd-60723e6f5cb2 X-Archives-Hash: 2a51fb1db6155931f2a20bdae49f30e2 commit: 4178b02c35f925ff147c6eab443447ae8ee48777 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 19 12:43:04 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 19 12:43:04 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4178b02c [dev-util/cmake] Fix emacs files directory. Package-Manager: portage-2.2.10 --- dev-util/cmake/cmake-3.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cmake/cmake-3.0.0.ebuild b/dev-util/cmake/cmake-3.0.0.ebuild index 1f4c068..94f238d 100644 --- a/dev-util/cmake/cmake-3.0.0.ebuild +++ b/dev-util/cmake/cmake-3.0.0.ebuild @@ -157,7 +157,7 @@ src_configure() { src_compile() { cmake-utils_src_compile - use emacs && elisp-compile Docs/cmake-mode.el + use emacs && elisp-compile Auxiliary/cmake-mode.el } src_test() { @@ -167,7 +167,7 @@ src_test() { src_install() { cmake-utils_src_install if use emacs; then - elisp-install ${PN} Docs/cmake-mode.el Docs/cmake-mode.elc + elisp-install ${PN} Auxiliary/cmake-mode.el Auxiliary/cmake-mode.elc elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi