summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-14 22:39:36 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-14 22:39:36 +0000
commit6f5e540efc903298ea6457140b15a2f0fb9830b4 (patch)
tree1ae1e5584b68291e790d3247bb2e9d8e00e09881 /dev-util/mercurial
parentVersion bump. (diff)
downloadgentoo-2-6f5e540efc903298ea6457140b15a2f0fb9830b4.tar.gz
gentoo-2-6f5e540efc903298ea6457140b15a2f0fb9830b4.tar.bz2
gentoo-2-6f5e540efc903298ea6457140b15a2f0fb9830b4.zip
change site file for Emacs to not to load too much; correct installation directory of compiled emacs support files; fixes bug 156753
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-util/mercurial')
-rw-r--r--dev-util/mercurial/ChangeLog7
-rw-r--r--dev-util/mercurial/files/70mercurial-gentoo.el2
-rw-r--r--dev-util/mercurial/mercurial-0.9.3-r1.ebuild4
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-util/mercurial/ChangeLog b/dev-util/mercurial/ChangeLog
index afc913bd11c2..184126439f47 100644
--- a/dev-util/mercurial/ChangeLog
+++ b/dev-util/mercurial/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/mercurial
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.45 2007/01/21 09:30:58 aross Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/ChangeLog,v 1.46 2007/02/14 22:39:36 opfer Exp $
+
+ 14 Feb 2007; Christian Faulhammer <opfer@gentoo.org>
+ files/70mercurial-gentoo.el, mercurial-0.9.3-r1.ebuild:
+ change site file for Emacs to not to load too much; correct installation
+ directory of compiled emacs support files; fixes bug 156753
*mercurial-0.9.3-r1 (21 Jan 2007)
diff --git a/dev-util/mercurial/files/70mercurial-gentoo.el b/dev-util/mercurial/files/70mercurial-gentoo.el
index 7ecfbddfceb0..5779a612f204 100644
--- a/dev-util/mercurial/files/70mercurial-gentoo.el
+++ b/dev-util/mercurial/files/70mercurial-gentoo.el
@@ -1,3 +1,3 @@
;;; mercurial site-lisp configuration
-(load "mercurial")
+(add-to-list 'load-path "@SITELISP@") \ No newline at end of file
diff --git a/dev-util/mercurial/mercurial-0.9.3-r1.ebuild b/dev-util/mercurial/mercurial-0.9.3-r1.ebuild
index 62fdaa67046c..324d57bdb782 100644
--- a/dev-util/mercurial/mercurial-0.9.3-r1.ebuild
+++ b/dev-util/mercurial/mercurial-0.9.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.3-r1.ebuild,v 1.1 2007/01/21 09:30:58 aross Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-0.9.3-r1.ebuild,v 1.2 2007/02/14 22:39:36 opfer Exp $
inherit bash-completion distutils elisp-common flag-o-matic
@@ -53,7 +53,7 @@ src_install() {
doman doc/*.?
if use emacs; then
- insinto ${SITELISP}
+ insinto ${SITELISP}/${PN}
doins contrib/mercurial.el*
elisp-site-file-install "${FILESDIR}"/70mercurial-gentoo.el
fi