summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-07-11 18:31:17 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-07-11 18:31:17 +0000
commit51bbd756665b24866d1048baa15cc4d2cca07c05 (patch)
tree7fee0aedcc8539589a607141acd8d46b7a073e4b /app-emacs/pymacs
parentppc stable, #97915 (diff)
downloadgentoo-2-51bbd756665b24866d1048baa15cc4d2cca07c05.tar.gz
gentoo-2-51bbd756665b24866d1048baa15cc4d2cca07c05.tar.bz2
gentoo-2-51bbd756665b24866d1048baa15cc4d2cca07c05.zip
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r--app-emacs/pymacs/ChangeLog7
-rw-r--r--app-emacs/pymacs/Manifest4
-rw-r--r--app-emacs/pymacs/files/50pymacs-gentoo.el3
3 files changed, 11 insertions, 3 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog
index a4a402312e8e..62029c82c117 100644
--- a/app-emacs/pymacs/ChangeLog
+++ b/app-emacs/pymacs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/pymacs
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.8 2005/04/24 11:04:25 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.9 2005/07/11 18:30:46 mkennedy Exp $
+
+ 11 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ files/50pymacs-gentoo.el:
+ Add site-lisp path to load-path; Enables non-Portage Emacs builds to use
+ /usr/share/emacs/site-lisp/
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> pymacs-0.22.ebuild:
Stable on ppc.
diff --git a/app-emacs/pymacs/Manifest b/app-emacs/pymacs/Manifest
index 8dcd54071440..ad594da96c76 100644
--- a/app-emacs/pymacs/Manifest
+++ b/app-emacs/pymacs/Manifest
@@ -1,5 +1,5 @@
-MD5 21c241bbefde20d6fea4b612da378963 metadata.xml 178
MD5 ecd9cb8ae671626a10109735141edd2a ChangeLog 975
+MD5 21c241bbefde20d6fea4b612da378963 metadata.xml 178
MD5 e74f49de68ee5da14ee678968c30e115 pymacs-0.22.ebuild 974
+MD5 b3a2c5da8073d7dac77a5c763d3cdf1e files/50pymacs-gentoo.el 231
MD5 f7d73dd21b3da6c8dc519bcb4cbea18c files/digest-pymacs-0.22 63
-MD5 bda0b79a6ef909ba726d0f9a9a7e84c0 files/50pymacs-gentoo.el 191
diff --git a/app-emacs/pymacs/files/50pymacs-gentoo.el b/app-emacs/pymacs/files/50pymacs-gentoo.el
index 155458b52ee4..951e6ee5935c 100644
--- a/app-emacs/pymacs/files/50pymacs-gentoo.el
+++ b/app-emacs/pymacs/files/50pymacs-gentoo.el
@@ -1,5 +1,8 @@
;;; emacs site-lisp configuration for pymacs
+
+(add-to-list 'load-path "@SITELISP@")
+
(autoload 'pymacs-load "pymacs" nil t)
(autoload 'pymacs-eval "pymacs" nil t)
(autoload 'pymacs-apply "pymacs")