diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-15 16:19:14 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-15 16:19:14 +0000 |
commit | 14fba6ee50a47c739a574cc15949f401995a12b7 (patch) | |
tree | 35c0130a22fd0cd9ec36d7cf06a3ba92f80d49f4 /app-emacs/httpd/files | |
parent | Remove old ebuilds; Resolves Bug #125322. (diff) | |
download | historical-14fba6ee50a47c739a574cc15949f401995a12b7.tar.gz historical-14fba6ee50a47c739a574cc15949f401995a12b7.tar.bz2 historical-14fba6ee50a47c739a574cc15949f401995a12b7.zip |
Remove old ebuilds; Resolves Bug #125322.
Package-Manager: portage-2.1_pre10-r5
Diffstat (limited to 'app-emacs/httpd/files')
-rw-r--r-- | app-emacs/httpd/files/1.0-open-network-strea-server-gentoo.patch | 25 | ||||
-rw-r--r-- | app-emacs/httpd/files/digest-httpd-1.0 | 3 | ||||
-rw-r--r-- | app-emacs/httpd/files/digest-httpd-1.0-r1 | 3 |
3 files changed, 0 insertions, 31 deletions
diff --git a/app-emacs/httpd/files/1.0-open-network-strea-server-gentoo.patch b/app-emacs/httpd/files/1.0-open-network-strea-server-gentoo.patch deleted file mode 100644 index 44706bb18fac..000000000000 --- a/app-emacs/httpd/files/1.0-open-network-strea-server-gentoo.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -ur httpd-1.0.orig/httpd.el httpd-1.0/httpd.el ---- httpd-1.0.orig/httpd.el 2005-02-01 01:41:38.000000000 -0600 -+++ httpd-1.0/httpd.el 2006-04-26 12:55:47.000000000 -0500 -@@ -44,6 +44,21 @@ - - ;;; Code - -+;; The following top-level form from -+;; http://bugs.gentoo.org/show_bug.cgi?id=125322 -+ -+(eval-and-compile -+ (unless (fboundp 'open-network-stream-server) -+ (defun open-network-stream-server (proc buff port sentl filtr) -+ "Compatibility function for httpd.el on newer emacsen" -+ (make-network-process :server t -+ :name proc -+ :buffer buff -+ :host "localhost" -+ :service port -+ :sentinel sentl -+ :filter filtr)))) -+ - (defvar httpd-document-root "/var/www") - - (defvar httpd-path-handlers '() diff --git a/app-emacs/httpd/files/digest-httpd-1.0 b/app-emacs/httpd/files/digest-httpd-1.0 deleted file mode 100644 index 024bc20e56f2..000000000000 --- a/app-emacs/httpd/files/digest-httpd-1.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ce522286683934172d947c3da8205882 httpd-1.0.tar.gz 3620 -RMD160 e9896cd8f3bda90a41fc07a81b876beacd5ce12d httpd-1.0.tar.gz 3620 -SHA256 2d5c4de259fc0ef3f513582c88d9eba195c443aa786cc18119709f2dc9b430a6 httpd-1.0.tar.gz 3620 diff --git a/app-emacs/httpd/files/digest-httpd-1.0-r1 b/app-emacs/httpd/files/digest-httpd-1.0-r1 deleted file mode 100644 index 024bc20e56f2..000000000000 --- a/app-emacs/httpd/files/digest-httpd-1.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ce522286683934172d947c3da8205882 httpd-1.0.tar.gz 3620 -RMD160 e9896cd8f3bda90a41fc07a81b876beacd5ce12d httpd-1.0.tar.gz 3620 -SHA256 2d5c4de259fc0ef3f513582c88d9eba195c443aa786cc18119709f2dc9b430a6 httpd-1.0.tar.gz 3620 |