diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-23 02:31:12 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-23 02:31:12 +0000 |
commit | d5cc971a9227eaa9273ccba4996365da6342d811 (patch) | |
tree | 228928107260b4a088c2948f72198d16199b3f27 /app-emacs/erc | |
parent | add initial category metadata file (GLEP 34) (diff) | |
download | gentoo-2-d5cc971a9227eaa9273ccba4996365da6342d811.tar.gz gentoo-2-d5cc971a9227eaa9273ccba4996365da6342d811.tar.bz2 gentoo-2-d5cc971a9227eaa9273ccba4996365da6342d811.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emacs/erc')
-rw-r--r-- | app-emacs/erc/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/erc/files/5.0.2/50erc-gentoo.el | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/app-emacs/erc/ChangeLog b/app-emacs/erc/ChangeLog index c38dd71add67..d128165bde52 100644 --- a/app-emacs/erc/ChangeLog +++ b/app-emacs/erc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/erc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/ChangeLog,v 1.11 2005/03/17 18:38:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/erc/ChangeLog,v 1.12 2005/03/23 02:31:12 mkennedy Exp $ + + 23 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> + +files/5.0.2/50erc-gentoo.el: + Correct path for site-lisp file installation; Resolves Bug #86242 17 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> erc-5.0.2.ebuild: To ~sparc wrt #85507 diff --git a/app-emacs/erc/files/5.0.2/50erc-gentoo.el b/app-emacs/erc/files/5.0.2/50erc-gentoo.el new file mode 100644 index 000000000000..b8ae6028464a --- /dev/null +++ b/app-emacs/erc/files/5.0.2/50erc-gentoo.el @@ -0,0 +1,5 @@ + +;;; erc site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(require 'erc) |