diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2008-08-21 19:43:19 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2008-08-21 19:43:19 +0000 |
commit | e39c2e3e8cb40207a072eaea09f22c6af69309ce (patch) | |
tree | dbc1247e07cfa7691b3dbc9fbba09a13a7e07310 /dev-libs/librep/files | |
parent | Version bump (diff) | |
download | historical-e39c2e3e8cb40207a072eaea09f22c6af69309ce.tar.gz historical-e39c2e3e8cb40207a072eaea09f22c6af69309ce.tar.bz2 historical-e39c2e3e8cb40207a072eaea09f22c6af69309ce.zip |
Fix Emacs support (bug #234920, by Ulrich Müller)
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'dev-libs/librep/files')
-rw-r--r-- | dev-libs/librep/files/50librep-gentoo.el | 6 | ||||
-rw-r--r-- | dev-libs/librep/files/librep-0.17_p20070101-disable-elisp.patch | 20 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/librep/files/50librep-gentoo.el b/dev-libs/librep/files/50librep-gentoo.el new file mode 100644 index 000000000000..59025bbb9d0e --- /dev/null +++ b/dev-libs/librep/files/50librep-gentoo.el @@ -0,0 +1,6 @@ + +;;; librep site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'rep-debugger "rep-debugger" + "Run the rep debugger on program FILE in buffer *gud-FILE*." t) diff --git a/dev-libs/librep/files/librep-0.17_p20070101-disable-elisp.patch b/dev-libs/librep/files/librep-0.17_p20070101-disable-elisp.patch new file mode 100644 index 000000000000..b41e19d15afd --- /dev/null +++ b/dev-libs/librep/files/librep-0.17_p20070101-disable-elisp.patch @@ -0,0 +1,20 @@ +--- librep-0.17-orig/Makefile.in 2003-09-04 07:57:43.000000000 +0200 ++++ librep-0.17/Makefile.in 2008-08-16 13:16:41.000000000 +0200 +@@ -53,7 +53,6 @@ + $(INSTALL_SCRIPT) libtool $(DESTDIR)$(repcommonexecdir) + $(INSTALL_DATA) rules.mk $(DESTDIR)$(repcommonexecdir) + $(INSTALL_SCRIPT) install-aliases $(DESTDIR)$(repcommonexecdir) +- $(INSTALL_DATA) rep-debugger.el $(DESTDIR)$(emacssitelispdir) + + @echo "---------------------------------------------------------" + @echo "Trying to install rep.m4 in $(DESTDIR)$(aclocaldir);" +@@ -64,8 +63,7 @@ + installdirs : mkinstalldirs + $(SHELL) $< $(DESTDIR)$(repdir)/$(version) \ + $(DESTDIR)$(bindir) $(DESTDIR)$(aclocaldir) \ +- $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir) \ +- $(DESTDIR)$(emacssitelispdir) ++ $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir) + + uninstall : + -for dir in $(INSTALL_SUBDIRS); do \ |