From: Christian Faulhammer Date: Thu, 8 Mar 2007 08:01:09 +0000 (+0000) Subject: add load path correctly, fixes bug 169588, reported by Ulrich Mueller Package-Manager: portage-2.1.2-r9 --- diff --git a/app-emacs/ognus/ChangeLog b/app-emacs/ognus/ChangeLog index 3a08e5ce0d51..be467e07e660 100644 --- a/app-emacs/ognus/ChangeLog +++ b/app-emacs/ognus/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/ognus # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ognus/ChangeLog,v 1.8 2007/02/08 14:36:23 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ognus/ChangeLog,v 1.9 2007/03/08 07:54:55 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer + files/70ognus-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + 08 Feb 2007; Christian Faulhammer -ognus-0.17.ebuild, -ognus-0.18.ebuild: diff --git a/app-emacs/ognus/files/70ognus-gentoo.el b/app-emacs/ognus/files/70ognus-gentoo.el index fb702cea21f0..3974c13a0fb8 100644 --- a/app-emacs/ognus/files/70ognus-gentoo.el +++ b/app-emacs/ognus/files/70ognus-gentoo.el @@ -1,5 +1,5 @@ ;;; ognus site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'gnus) diff --git a/app-emacs/php-mode/ChangeLog b/app-emacs/php-mode/ChangeLog index a815f5c2ddc8..519dc398848e 100644 --- a/app-emacs/php-mode/ChangeLog +++ b/app-emacs/php-mode/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/php-mode # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.15 2007/02/09 08:32:37 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.16 2007/03/08 07:56:40 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer + files/50php-mode-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + *php-mode-1.2.0 (09 Feb 2007) diff --git a/app-emacs/php-mode/files/50php-mode-gentoo.el b/app-emacs/php-mode/files/50php-mode-gentoo.el index 8a22c1c7209b..feaf452a8282 100644 --- a/app-emacs/php-mode/files/50php-mode-gentoo.el +++ b/app-emacs/php-mode/files/50php-mode-gentoo.el @@ -1,5 +1,5 @@ ;;; php-mode site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (load-library "php-mode") diff --git a/app-emacs/proofgeneral/ChangeLog b/app-emacs/proofgeneral/ChangeLog index a9e6ffcb059b..fe4e1e72abdd 100644 --- a/app-emacs/proofgeneral/ChangeLog +++ b/app-emacs/proofgeneral/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/proofgeneral # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/ChangeLog,v 1.11 2007/01/28 04:26:49 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/proofgeneral/ChangeLog,v 1.12 2007/03/08 07:58:46 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer + files/50proofgeneral-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + 28 Jan 2007; Marius Mauch proofgeneral-3.5.ebuild, proofgeneral-3.5-r1.ebuild: diff --git a/app-emacs/proofgeneral/files/50proofgeneral-gentoo.el b/app-emacs/proofgeneral/files/50proofgeneral-gentoo.el index 998e9ba55809..6ed74ee44fac 100644 --- a/app-emacs/proofgeneral/files/50proofgeneral-gentoo.el +++ b/app-emacs/proofgeneral/files/50proofgeneral-gentoo.el @@ -1,5 +1,4 @@ ;;; Proof General site-lisp configuration -;;;(setq load-path (cons "@SITELISP@/generic" load-path)) -(load-file "@SITELISP@/generic/proof-site.el") +(add-to-list 'load-path "@SITELISP@/generic/proof-site.el") diff --git a/app-emacs/protbuf/ChangeLog b/app-emacs/protbuf/ChangeLog index c15f70df28a3..7e782baec4b3 100644 --- a/app-emacs/protbuf/ChangeLog +++ b/app-emacs/protbuf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/protbuf # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.7 2007/02/06 13:41:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.8 2007/03/08 08:00:07 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer + files/50protbuf-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + 06 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-emacs/protbuf/files/50protbuf-gentoo.el b/app-emacs/protbuf/files/50protbuf-gentoo.el index 99311ef79984..556c82ae617e 100644 --- a/app-emacs/protbuf/files/50protbuf-gentoo.el +++ b/app-emacs/protbuf/files/50protbuf-gentoo.el @@ -1,5 +1,5 @@ ;;; protbuf site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (require 'protbuf) diff --git a/app-emacs/psql/ChangeLog b/app-emacs/psql/ChangeLog index 55faf879b9c4..fcd7f846796d 100644 --- a/app-emacs/psql/ChangeLog +++ b/app-emacs/psql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/psql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/ChangeLog,v 1.5 2007/01/28 04:27:42 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psql/ChangeLog,v 1.6 2007/03/08 08:01:09 opfer Exp $ + + 08 Mar 2007; Christian Faulhammer + files/50psql-gentoo.el: + add load path correctly, fixes bug 169588, reported by Ulrich Mueller + 28 Jan 2007; Marius Mauch psql-1.10.ebuild: Replacing einfo with elog diff --git a/app-emacs/psql/files/50psql-gentoo.el b/app-emacs/psql/files/50psql-gentoo.el index 15c3407ea117..b66466d8020c 100644 --- a/app-emacs/psql/files/50psql-gentoo.el +++ b/app-emacs/psql/files/50psql-gentoo.el @@ -1,7 +1,7 @@ ;;; psql site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (autoload 'psql-mode "psql-mode" "Mode for editing postgress sql." t) (autoload 'psql-run "psql-mode" "Mode for editing postgress sql." t) (add-to-list 'auto-mode-alist '("\\.p?sql$" . psql-mode ))