diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-09 04:20:01 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-09 04:20:01 +0000 |
commit | 94bc8112a42eac3c6c189df46aa4c791f6c6b265 (patch) | |
tree | e451a0f2aeb282ce0fcfe02b3dc4332dc27c3d97 /dev-lisp/cl-rfc2388/files | |
parent | remove invalid usage of USE=static (diff) | |
download | historical-94bc8112a42eac3c6c189df46aa4c791f6c6b265.tar.gz historical-94bc8112a42eac3c6c189df46aa4c791f6c6b265.tar.bz2 historical-94bc8112a42eac3c6c189df46aa4c791f6c6b265.zip |
New upstream version.
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'dev-lisp/cl-rfc2388/files')
3 files changed, 23 insertions, 0 deletions
diff --git a/dev-lisp/cl-rfc2388/files/20060727-sbcl-external-format.patch b/dev-lisp/cl-rfc2388/files/20060727-sbcl-external-format.patch new file mode 100644 index 000000000000..8c896f4f79fb --- /dev/null +++ b/dev-lisp/cl-rfc2388/files/20060727-sbcl-external-format.patch @@ -0,0 +1,18 @@ +=================================================================== +RCS file: /project/rfc2388/cvsroot/rfc2388/rfc2388.lisp,v +retrieving revision 1.9 +retrieving revision 1.10 +diff -u -r1.9 -r1.10 +--- rfc2388/rfc2388.lisp 2005/08/02 09:01:47 1.9 ++++ rfc2388/rfc2388.lisp 2006/07/27 07:40:46 1.10 +@@ -439,8 +439,9 @@ + :direction :output + ;; external format for faithful I/O + ;; see <http://cl-cookbook.sourceforge.net/io.html#faith> +- #+(or :lispworks :allegro) ++ #+(or :sbcl :lispworks :allegro) + :external-format ++ #+sbcl :latin-1 + #+:lispworks '(:latin-1 :eol-style :lf) + #+:allegro (excl:crlf-base-ef :latin1)) + (read-until-next-boundary input boundary nil out-file)) diff --git a/dev-lisp/cl-rfc2388/files/digest-cl-rfc2388-0.9 b/dev-lisp/cl-rfc2388/files/digest-cl-rfc2388-0.9 index 6fcd91b96ced..5b9cf8e81921 100644 --- a/dev-lisp/cl-rfc2388/files/digest-cl-rfc2388-0.9 +++ b/dev-lisp/cl-rfc2388/files/digest-cl-rfc2388-0.9 @@ -1 +1,3 @@ MD5 a2ff10743b0d497b960cc2780c37518f rfc2388_0.9.tar.gz 5440 +RMD160 c36bca83508a0023d0e6c45adc3eb3aaae99cfab rfc2388_0.9.tar.gz 5440 +SHA256 4677da6962e367867c12ae210c6af8ed9434958044681e71257f63c21cec1e6d rfc2388_0.9.tar.gz 5440 diff --git a/dev-lisp/cl-rfc2388/files/digest-cl-rfc2388-0.9.20060727 b/dev-lisp/cl-rfc2388/files/digest-cl-rfc2388-0.9.20060727 new file mode 100644 index 000000000000..5b9cf8e81921 --- /dev/null +++ b/dev-lisp/cl-rfc2388/files/digest-cl-rfc2388-0.9.20060727 @@ -0,0 +1,3 @@ +MD5 a2ff10743b0d497b960cc2780c37518f rfc2388_0.9.tar.gz 5440 +RMD160 c36bca83508a0023d0e6c45adc3eb3aaae99cfab rfc2388_0.9.tar.gz 5440 +SHA256 4677da6962e367867c12ae210c6af8ed9434958044681e71257f63c21cec1e6d rfc2388_0.9.tar.gz 5440 |