commit:     08f0883bb996cc0e3a95a4c27ff99d3789f5b500
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 17:46:32 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 28 17:46:32 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=08f0883b

dev-lisp/osicat: Drop uneeded patch

 dev-lisp/osicat/files/0.5.0-gentoo.patch | 48 --------------------------------
 1 file changed, 48 deletions(-)

diff --git a/dev-lisp/osicat/files/0.5.0-gentoo.patch 
b/dev-lisp/osicat/files/0.5.0-gentoo.patch
deleted file mode 100644
index 42ef24e4..00000000
--- a/dev-lisp/osicat/files/0.5.0-gentoo.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -uw osicat_0.5.0.orig/osicat.asd osicat_0.5.0/osicat.asd
---- osicat_0.5.0.orig/osicat.asd       2005-10-07 00:25:31.000000000 +0200
-+++ osicat_0.5.0/osicat.asd    2008-07-10 01:36:06.000000000 +0200
-@@ -31,17 +31,21 @@
-                       #+darwin "-dynamiclib"
-                       "-fPIC"))
- 
--(defmethod output-files ((o compile-op) (c c-source-file))
-+(defclass osicat-c-source-file (cl-source-file) ())
-+
-+(defmethod source-file-type ((c osicat-c-source-file) (s module)) "c")
-+
-+(defmethod output-files ((o compile-op) (c osicat-c-source-file))
-   (list (make-pathname :name (component-name c)
-                      :type "so"
-                      :defaults (component-pathname c))))
- 
--(defmethod perform ((o load-op) (c c-source-file))
-+(defmethod perform ((o load-op) (c osicat-c-source-file))
-   (let ((loader (intern "LOAD-FOREIGN-LIBRARY" :uffi)))
-     (dolist (file (asdf::input-files o c))
-       (funcall loader file :module "osicat" :force-load t))))
- 
--(defmethod perform ((o compile-op) (c c-source-file))
-+(defmethod perform ((o compile-op) (c osicat-c-source-file))
-   (unless (zerop (run-shell-command "~A ~A ~{~A ~}-o ~A"
-                                   *gcc*
-                                   (namestring (component-pathname c))
-@@ -72,7 +76,7 @@
-     :version "0.5.0"
-     :depends-on (:uffi)
-     :components
--    ((:c-source-file "osicat-glue")
-+    ((:osicat-c-source-file "osicat-glue")
-      (:file "packages")
-      (:grovel-file "grovel-constants" :depends-on ("packages"))
-      (:file "early-util" :depends-on ("packages"))
-diff -uw osicat_0.5.0.orig/osicat-glue.c osicat_0.5.0/osicat-glue.c
---- osicat_0.5.0.orig/osicat-glue.c    2005-10-07 00:25:31.000000000 +0200
-+++ osicat_0.5.0/osicat-glue.c 2008-07-10 01:36:29.000000000 +0200
-@@ -26,6 +26,7 @@
- #include <pwd.h>
- #include <errno.h>
- #include <unistd.h>
-+#include <stdlib.h>
- 
- extern int
- osicat_mode (char * name, int follow_p)

Reply via email to