summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-10-14 17:05:53 +0000
committerUlrich Müller <ulm@gentoo.org>2010-10-14 17:05:53 +0000
commit53cdd338123f4493c2fdfc977e83894e8b61ff52 (patch)
tree745881d88992401a8d431631adc72da34911f76d /app-emacs/cedet/files
parentstable ppc, bug 339778 (diff)
downloadgentoo-2-53cdd338123f4493c2fdfc977e83894e8b61ff52.tar.gz
gentoo-2-53cdd338123f4493c2fdfc977e83894e8b61ff52.tar.bz2
gentoo-2-53cdd338123f4493c2fdfc977e83894e8b61ff52.zip
Remove old.
(Portage version: 2.1.9.18/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/cedet/files')
-rw-r--r--app-emacs/cedet/files/50cedet-gentoo-1.0_pre6.el10
-rw-r--r--app-emacs/cedet/files/cedet-1.0_pre6-fix-eieio-comp.patch18
-rw-r--r--app-emacs/cedet/files/cedet-1.0_pre7-cogre-srecode-init.patch14
3 files changed, 0 insertions, 42 deletions
diff --git a/app-emacs/cedet/files/50cedet-gentoo-1.0_pre6.el b/app-emacs/cedet/files/50cedet-gentoo-1.0_pre6.el
deleted file mode 100644
index 6b7abf49da30..000000000000
--- a/app-emacs/cedet/files/50cedet-gentoo-1.0_pre6.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(load "@SITELISP@/common/cedet" nil t)
-(add-to-list 'image-load-path "@SITEETC@/common/icons" t)
-(setq srecode-map-load-path
- (list "@SITEETC@/srecode/templates"
- "@SITEETC@/ede/templates"
- (expand-file-name "~/.srecode")))
-
-;; If you wish to customize CEDET, you will need to follow the
-;; directions in the INSTALL (installed in the documentation) file and
-;; customize your ~/.emacs /before/ site-gentoo is loaded.
diff --git a/app-emacs/cedet/files/cedet-1.0_pre6-fix-eieio-comp.patch b/app-emacs/cedet/files/cedet-1.0_pre6-fix-eieio-comp.patch
deleted file mode 100644
index 6dcd2b2235d5..000000000000
--- a/app-emacs/cedet/files/cedet-1.0_pre6-fix-eieio-comp.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-http://bugs.gentoo.org/280984
-Fix byte-compilation of EIEIO with Emacs 23.1.50 (as of 2009-07-23).
-Patch from upstream CVS.
-
---- cedet/eieio/eieio-comp.el 2008/09/29 00:18:57 1.14
-+++ cedet/eieio/eieio-comp.el 2009/07/27 11:32:06 1.15
-@@ -78,7 +78,10 @@
- (class (if (listp arg1) (nth 1 arg1) nil))
- (my-outbuffer (if (eval-when-compile
- (string-match "XEmacs" emacs-version))
-- byte-compile-outbuffer outbuffer))
-+ byte-compile-outbuffer
-+ (condition-case nil
-+ bytecomp-outbuffer
-+ (error outbuffer))))
- )
- (let ((name (format "%s::%s" (or class "#<generic>") meth)))
- (if byte-compile-verbose
diff --git a/app-emacs/cedet/files/cedet-1.0_pre7-cogre-srecode-init.patch b/app-emacs/cedet/files/cedet-1.0_pre7-cogre-srecode-init.patch
deleted file mode 100644
index 8447542d5216..000000000000
--- a/app-emacs/cedet/files/cedet-1.0_pre7-cogre-srecode-init.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.gentoo.org/307321
-http://sourceforge.net/mailarchive/message.php?msg_name=4B91BD19.2010900%40siege-engine.com
-
---- cedet-1.0pre7-orig/cogre/cogre-srecode.el
-+++ cedet-1.0pre7/cogre/cogre-srecode.el
-@@ -71,7 +71,7 @@
- ))
-
- ;;;###autoload
--(eval-after-load "srecode-map" (cogre-srecode-setup))
-+(eval-after-load "srecode-map" '(cogre-srecode-setup))
-
- ;;;###autoload
- (defun srecode-semantic-handle-:dot (dict)