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 EE771138323 for ; Mon, 7 Jan 2013 02:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1283D21C099; Mon, 7 Jan 2013 02:50:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CB6221C099 for ; Mon, 7 Jan 2013 02:50:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8542333DABB for ; Mon, 7 Jan 2013 02:50:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DC614E5439 for ; Mon, 7 Jan 2013 02:49:58 +0000 (UTC) From: "Guillaume Horel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guillaume Horel" Message-ID: <1357526956.49ef0d051777c72d3ee990f60b7bce0ab7b11e5b.guillaume_horel@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/julia/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/julia/julia-9999.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: guillaume_horel X-VCS-Committer-Name: Guillaume Horel X-VCS-Revision: 49ef0d051777c72d3ee990f60b7bce0ab7b11e5b X-VCS-Branch: master Date: Mon, 7 Jan 2013 02:49:58 +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: bb78030e-6e63-4434-8815-6517c6f20604 X-Archives-Hash: dfad203c1e9e4a632e7337fc15f84c6e commit: 49ef0d051777c72d3ee990f60b7bce0ab7b11e5b Author: Guillaume Horel gmail com> AuthorDate: Mon Jan 7 02:49:16 2013 +0000 Commit: Guillaume Horel gmail com> CommitDate: Mon Jan 7 02:49:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49ef0d05 dev-lang/julia fix emacs filename --- dev-lang/julia/julia-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/julia/julia-9999.ebuild b/dev-lang/julia/julia-9999.ebuild index 53b026c..c6f774e 100644 --- a/dev-lang/julia/julia-9999.ebuild +++ b/dev-lang/julia/julia-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -80,7 +80,7 @@ src_install() { fi if use emacs; then elisp-install "${PN}" contrib/julia-mode.el - elisp-site-file-install "${FILESDIR}"/63-julia-gentoo.el + elisp-site-file-install "${FILESDIR}"/63julia-gentoo.el fi use doc && dodoc -r doc/_build/html dodoc README.md