summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-06-10 04:54:06 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-06-10 04:54:06 +0000
commitf0499138e7aa5e43bdb88278d6bef3650c46e229 (patch)
treeb29a74bee14985fc7da4a51785f23c0829b3b5d5 /dev-lisp/cl-phtml/files/phtml-gentoo.patch
parentinitial common lisp import (diff)
downloadgentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.gz
gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.bz2
gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.zip
initial common lisp import
Diffstat (limited to 'dev-lisp/cl-phtml/files/phtml-gentoo.patch')
-rw-r--r--dev-lisp/cl-phtml/files/phtml-gentoo.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-lisp/cl-phtml/files/phtml-gentoo.patch b/dev-lisp/cl-phtml/files/phtml-gentoo.patch
new file mode 100644
index 000000000000..c0052057c7d4
--- /dev/null
+++ b/dev-lisp/cl-phtml/files/phtml-gentoo.patch
@@ -0,0 +1,22 @@
+diff -u xmlutils.orig/phtml.cl xmlutils/phtml.cl
+--- xmlutils.orig/phtml.cl 2003-04-01 00:41:00.000000000 -0600
++++ xmlutils/phtml.cl 2003-06-09 19:25:13.000000000 -0500
+@@ -1,8 +1,3 @@
+-(sys:defpatch "phtml" 1
+- "parse-html close tag closes consecutive identical open tags."
+- :type :system
+- :post-loadable t)
+-
+ ;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA
+ ;;
+ ;; This code is free software; you can redistribute it and/or
+@@ -48,7 +43,7 @@
+ ;
+
+ (defpackage net.html.parser
+- (:use :lisp :clos :excl)
++ (:use :lisp :excl)
+ (:export
+ #:phtml-internal
+ #:parse-html))
+Only in xmlutils: phtml.cl~