summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-04-30 16:07:02 +0000
committerMamoru Komachi <usata@gentoo.org>2004-04-30 16:07:02 +0000
commite5066122e073b9e985aa093f63713b066c4798e6 (patch)
tree3c574e4e87769ced8786890c04c440ad98e7e807
parentVersion bumped. Marked previous versions stable. Removed old ebuilds. (diff)
downloadhistorical-e5066122e073b9e985aa093f63713b066c4798e6.tar.gz
historical-e5066122e073b9e985aa093f63713b066c4798e6.tar.bz2
historical-e5066122e073b9e985aa093f63713b066c4798e6.zip
Removed unnecessary files
-rw-r--r--app-emacs/ecb/Manifest4
-rw-r--r--app-emacs/ecb/files/50ecb-gentoo.el5
-rw-r--r--app-emacs/ecb/files/ecb-1.90-gentoo.patch45
-rw-r--r--app-emacs/ecb/files/ecb-help.el-gentoo.patch28
-rw-r--r--app-emacs/ecb/files/ecb.texi-gentoo.patch10
5 files changed, 0 insertions, 92 deletions
diff --git a/app-emacs/ecb/Manifest b/app-emacs/ecb/Manifest
index 2dcf7d3ce69b..c5695513e942 100644
--- a/app-emacs/ecb/Manifest
+++ b/app-emacs/ecb/Manifest
@@ -4,11 +4,7 @@ MD5 d66885a4f4fda4d047843a29bc611fa5 metadata.xml 1347
MD5 b718cc95bf0c5b1776c9273cf4b4f6db ecb-2.21.ebuild 1221
MD5 e12bf9035feb5fcd4f551feede8645b1 ecb-2.24.ebuild 1222
MD5 16eb737af1695abe7371fc78c0a863b3 files/digest-ecb-1.96 60
-MD5 9f6fdeeb2bb9e4dfef117f28fe5995de files/ecb.texi-gentoo.patch 251
MD5 b2fecab970cb3caf89959102b9494cc9 files/ecb-help.el-ecb-1.96-gentoo.diff 1270
-MD5 0a0e7458fb9bcb8ccffce77ab25944a9 files/ecb-help.el-gentoo.patch 1427
-MD5 bf88d754c37fc5df12a996583552816b files/50ecb-gentoo.el 134
-MD5 3888d43ea733def4c7566c06aa442f79 files/ecb-1.90-gentoo.patch 2393
MD5 af9f327c163294046f2addc281abd91f files/70ecb-gentoo.el 88
MD5 55d3c6fd5bb0cfbfea6600fc4340226b files/digest-ecb-2.21 60
MD5 eaf88c4204fa1150d1e9ee41b7c8dd9f files/digest-ecb-2.24 60
diff --git a/app-emacs/ecb/files/50ecb-gentoo.el b/app-emacs/ecb/files/50ecb-gentoo.el
deleted file mode 100644
index 444c67f8ba49..000000000000
--- a/app-emacs/ecb/files/50ecb-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-
-;;; ecb site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'ecb-activate "ecb" "Autoload for ecb-activate" t)
diff --git a/app-emacs/ecb/files/ecb-1.90-gentoo.patch b/app-emacs/ecb/files/ecb-1.90-gentoo.patch
deleted file mode 100644
index 50320b5cb470..000000000000
--- a/app-emacs/ecb/files/ecb-1.90-gentoo.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur ecb-1.90/ecb-help.el ecb-1.90~/ecb-help.el
---- ecb-1.90/ecb-help.el 2003-01-31 07:51:15.000000000 -0600
-+++ ecb-1.90~/ecb-help.el 2003-01-31 19:55:44.000000000 -0600
-@@ -67,16 +67,7 @@
- (const :tag "Html" :value html)))
-
-
--(defcustom ecb-help-info-path (concat
-- (if ecb-running-xemacs
-- (if (file-exists-p
-- (concat ecb-ecb-dir
-- ecb-help-info-subdir
-- ecb-help-info-start-file))
-- ecb-help-info-subdir
-- "../../info/")
-- ecb-help-info-subdir)
-- ecb-help-info-start-file)
-+(defcustom ecb-help-info-path "@ECB_INFO@"
- "*Path where the ECB online help in info format resides.
- This must be the location of the file \"ecb.info\" which comes with the ECB
- distribution. If is installed by unpacking the archive available on the ECB
-@@ -92,22 +83,7 @@
- :group 'ecb-help
- :type 'file)
-
--(defcustom ecb-help-html-path (concat
-- (if ecb-running-xemacs
-- (cond ((file-exists-p
-- (concat ecb-ecb-dir
-- ecb-help-html-subdir
-- ecb-help-html-start-file))
-- ecb-help-html-subdir)
-- ((file-exists-p
-- (concat ecb-ecb-dir
-- "../../html/"
-- ecb-help-html-start-file))
-- "../../html/")
-- (t
-- "../../etc/ecb/html/"))
-- ecb-help-html-subdir)
-- ecb-help-html-start-file)
-+(defcustom ecb-help-html-path "@ECB_HTML@"
- "*Path where the ECB online help in HTML format resides.
- This must be the location of the file \"index.html\" which comes with the ECB
- distribution. If is installed by unpacking the archive available on the ECB
diff --git a/app-emacs/ecb/files/ecb-help.el-gentoo.patch b/app-emacs/ecb/files/ecb-help.el-gentoo.patch
deleted file mode 100644
index 7b4d82fb1483..000000000000
--- a/app-emacs/ecb/files/ecb-help.el-gentoo.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- ecb-help.el 2002-08-12 14:53:10.000000000 -0500
-+++ /tmp/ecb-help.el 2002-09-01 20:19:32.000000000 -0500
-@@ -57,19 +57,18 @@
- '("html" "info"))))
- ecb-show-help-format)))
- (if (equal f 'info)
-- (if (file-exists-p (concat ecb-ecb-dir "ecb.info"))
-- (info (concat ecb-ecb-dir "ecb.info"))
-- (ecb-error "File %s does not exist" (concat ecb-ecb-dir "ecb.info")))
-+ (if (file-exists-p "@ECBINFOFILE@")
-+ (info "@ECBINFOFILE@")
-+ (ecb-error "File %s does not exist" "@ECBINFOFILE@"))
- (message "Opening ECB online-help in a web-browser...")
-- (if (file-exists-p (concat ecb-ecb-dir "ecb.html"))
-+ (if (file-exists-p "@ECBHTMLFILE@")
- (progn
-- (browse-url (concat "file://"
-- (ecb-fix-filename ecb-ecb-dir "ecb.html"))
-+ (browse-url (concat "file://" "@ECBHTMLFILE@")
- (if (boundp 'browse-url-new-window-flag)
- browse-url-new-window-flag
- browse-url-new-window-p))
- (message "Opening ECB online-help in a web-browser...done"))
-- (ecb-error "File %s does not exist" (concat ecb-ecb-dir "ecb.html"))))))
-+ (ecb-error "File %s does not exist" "@ECBHTMLFILE@")))))
-
- ;;
- ;; Problem reporting functions stolen from JDE
diff --git a/app-emacs/ecb/files/ecb.texi-gentoo.patch b/app-emacs/ecb/files/ecb.texi-gentoo.patch
deleted file mode 100644
index 7df8064457cf..000000000000
--- a/app-emacs/ecb/files/ecb.texi-gentoo.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ecb.texi.orig 2002-09-01 20:21:17.000000000 -0500
-+++ ecb.texi 2002-09-01 20:21:31.000000000 -0500
-@@ -37,7 +37,6 @@
-
- @footnotestyle end
-
--@dircategory GNU Emacs Lisp
- @direntry
- * ECB: (ecb). Emacs Code Browser
- @end direntry