diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-19 21:13:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-19 21:13:57 +0000 |
commit | 4a6b4f6a2fdcb124241384bbef0a7ba7d1c0be44 (patch) | |
tree | d8ae5f6de3f3336bc6049af245ff3ce2237c6bff /app-emacs/wanderlust | |
parent | Version bump (diff) | |
download | gentoo-2-4a6b4f6a2fdcb124241384bbef0a7ba7d1c0be44.tar.gz gentoo-2-4a6b4f6a2fdcb124241384bbef0a7ba7d1c0be44.tar.bz2 gentoo-2-4a6b4f6a2fdcb124241384bbef0a7ba7d1c0be44.zip |
Add second argument to elisp-site-file-install.
(Portage version: 2.1.3.14)
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r-- | app-emacs/wanderlust/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/wanderlust/files/70wl-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-emacs/wanderlust/ChangeLog b/app-emacs/wanderlust/ChangeLog index 7def03a2a9c1..738389de3d4e 100644 --- a/app-emacs/wanderlust/ChangeLog +++ b/app-emacs/wanderlust/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/wanderlust # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.63 2007/10/16 06:31:23 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/ChangeLog,v 1.64 2007/10/19 21:13:56 ulm Exp $ + + 19 Oct 2007; Ulrich Mueller <ulm@gentoo.org> files/70wl-gentoo.el, + wanderlust-2.14.0-r3.ebuild: + Add second argument to elisp-site-file-install. Remove redundant dodir. 16 Oct 2007; Christian Faulhammer <opfer@gentoo.org> wanderlust-2.14.0-r3.ebuild: diff --git a/app-emacs/wanderlust/files/70wl-gentoo.el b/app-emacs/wanderlust/files/70wl-gentoo.el index 62fd8c7402a2..4b7aca4c7da3 100644 --- a/app-emacs/wanderlust/files/70wl-gentoo.el +++ b/app-emacs/wanderlust/files/70wl-gentoo.el @@ -1,6 +1,7 @@ -;;; Wanderlust site-lisp configuration -(add-to-list 'load-path "/usr/share/emacs/site-lisp/wl") +;;; wanderlust site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild index d9e94b9e888e..1335b5d3a56c 100644 --- a/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.14.0-r3.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/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.9 2007/10/16 06:31:23 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust/wanderlust-2.14.0-r3.ebuild,v 1.10 2007/10/19 21:13:56 ulm Exp $ inherit elisp eutils @@ -49,11 +49,9 @@ src_install() { install || die "emake install failed" elisp-install wl utils/bbdb-wl.{el,elc} - elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" \ + elisp-site-file-install "${FILESDIR}/70wl-gentoo.el" wl \ || die "elisp-site-file-install failed" - dodir /usr/share/wl/samples - insinto /usr/share/wl/samples/ja doins samples/ja/* insinto /usr/share/wl/samples/en |