diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-08 07:02:25 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-08 07:02:25 +0000 |
commit | 6073bfa1351bd27de4edd71550f27b168c2a2888 (patch) | |
tree | f831c3a910536c3680235c0858a61b3eeb95a070 /dev-lisp/cl-tclink/files | |
parent | PATCH_VER 0.1.3. Add 9250_all_6.8.1.904-respect-xfree86configtools-setting.pa... (diff) | |
download | gentoo-2-6073bfa1351bd27de4edd71550f27b168c2a2888.tar.gz gentoo-2-6073bfa1351bd27de4edd71550f27b168c2a2888.tar.bz2 gentoo-2-6073bfa1351bd27de4edd71550f27b168c2a2888.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-tclink/files')
-rw-r--r-- | dev-lisp/cl-tclink/files/3.3.1-gentoo.patch | 39 | ||||
-rw-r--r-- | dev-lisp/cl-tclink/files/digest-cl-tclink-3.3.1 | 2 |
2 files changed, 39 insertions, 2 deletions
diff --git a/dev-lisp/cl-tclink/files/3.3.1-gentoo.patch b/dev-lisp/cl-tclink/files/3.3.1-gentoo.patch new file mode 100644 index 000000000000..4b0609f9d2c1 --- /dev/null +++ b/dev-lisp/cl-tclink/files/3.3.1-gentoo.patch @@ -0,0 +1,39 @@ +diff -urN cl-tclink-3.3.1.orig/tclink.asd cl-tclink-3.3.1/tclink.asd +--- cl-tclink-3.3.1.orig/tclink.asd 2005-02-07 15:30:07.000000000 -0600 ++++ cl-tclink-3.3.1/tclink.asd 2005-02-07 15:30:51.000000000 -0600 +@@ -4,10 +4,6 @@ + ;;; Distributed under the terms of the LLGPL. + ;;; See LICENSE file for more details. + +-(eval-when (:compile-toplevel :load-toplevel :execute) +- (require :uffi) +- (require :split-sequence)) +- + (defpackage #:CL-TCLINK-SYSTEM + (:use #:COMMON-LISP #:ASDF)) + (in-package #:CL-TCLINK-SYSTEM) +@@ -93,7 +89,7 @@ + (:static-file "LICENSE" :properties ((:licence-file . t))) + (:static-file "LLGPL" :properties ((:installable . t))) + (:static-file "Makefile" :properties ((:installable . t)))) +- ++ :depends-on (uffi split-sequence) + :maintainer "Matthew Danish <mrd@debian.org>" + :description "Common Lisp bindings to the TrustCommerce transaction system") + +diff -urN cl-tclink-3.3.1.orig/tclink.lisp cl-tclink-3.3.1/tclink.lisp +--- cl-tclink-3.3.1.orig/tclink.lisp 2005-02-07 15:30:07.000000000 -0600 ++++ cl-tclink-3.3.1/tclink.lisp 2005-02-08 00:54:48.611661739 -0600 +@@ -9,11 +9,7 @@ + (eval-when (:compile-toplevel :load-toplevel :execute) + + (defparameter *library-locations-list* +- (let ((lib-list +- (list "/usr/lib/cl-tclink/" +- (translate-logical-pathname +- (logical-pathname "cl-library:cl-tclink;")) +- "/lib/" "/usr/lib/" "/usr/local/lib/"))) ++ (let ((lib-list '("/usr/lib/cl-tclink/"))) + (when *load-truename* + (push (directory-namestring *load-truename*) + lib-list)) diff --git a/dev-lisp/cl-tclink/files/digest-cl-tclink-3.3.1 b/dev-lisp/cl-tclink/files/digest-cl-tclink-3.3.1 deleted file mode 100644 index 92999c989340..000000000000 --- a/dev-lisp/cl-tclink/files/digest-cl-tclink-3.3.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5c8e5ea7ea810aa069844652b4f5414c cl-tclink_3.3.1.orig.tar.gz 15880 -MD5 2d6741d0d1afc28d7368bb446be5cb51 cl-tclink_3.3.1-3.diff.gz 5248 |