summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-10-15 21:21:14 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-09 22:34:18 +0100
commitdfa2c9244d8d8e5c1c66d375f23b960e718816f4 (patch)
tree9bc1686b54f7401b4d3b43e35a279fb1ce6e41c4 /dev-lisp/linedit
parentdev-lisp/cmucl: Syns with gentoo repository (diff)
downloadlisp-dfa2c9244d8d8e5c1c66d375f23b960e718816f4.tar.gz
lisp-dfa2c9244d8d8e5c1c66d375f23b960e718816f4.tar.bz2
lisp-dfa2c9244d8d8e5c1c66d375f23b960e718816f4.zip
dev-lisp/linedit: Drops stale files
Diffstat (limited to 'dev-lisp/linedit')
-rw-r--r--dev-lisp/linedit/Manifest2
-rw-r--r--dev-lisp/linedit/files/0.15.12-Makefile14
-rw-r--r--dev-lisp/linedit/files/0.15.12-linedit.asd-uffi-glue-gentoo.patch72
3 files changed, 0 insertions, 88 deletions
diff --git a/dev-lisp/linedit/Manifest b/dev-lisp/linedit/Manifest
index 5dff9648..3b1fc8a4 100644
--- a/dev-lisp/linedit/Manifest
+++ b/dev-lisp/linedit/Manifest
@@ -1,5 +1,3 @@
-AUX 0.15.12-Makefile 164 SHA256 036c1a10c4f27b187b45e92dcaae1ebf1c3e855c3130f4023da9975eaa78ebb8 SHA512 b1d81764d07559aa750d51d8a7bb5e37eb1b044a39517c26db758f4fe9c94a0e205cf466b92389deccd088c9f832b3afb20467f4619087257fd3381cd25eec18 WHIRLPOOL 0b9bc146588aa15cf6141ae234c881950db1999ce2300a6a876d9e4894a4e189e6833ae407c41783c5496a121f4954b6264696dfeb834577c3a253fae7917289
-AUX 0.15.12-linedit.asd-uffi-glue-gentoo.patch 2937 SHA256 efccd5cc02069822e4918842ee53ec317a36fca8698b0e38c298c76b2c40391e SHA512 72499af62bfcc8386597bf276436303a5bb75bd57f4317aa109ae68efc0499f6c609dfc39df7252930fed9b9bae2c147b6f0c441d82e0be5592b3ba8f761b0a9 WHIRLPOOL b722c0cca4d683abd28bac6a99ad7728266815f3c19e18375240ce0e3b62f2444f19f727ca85f11dd50bdc153609cbb78ee48c2e9bb8d7204d28f506329145c7
AUX 0.17.0-linedit.asd-uffi-glue-gentoo.patch 2611 SHA256 21321d585b8d88abb0b1edec6ad2180d52d1695fe41b387314c436c87fccebcc SHA512 8d2712f801d80bc7548a79bd3280c2586689e986907a8c6fcbadc738cd0847f0bb70b60466aded407cbe6666d50d5a43a3e6267b97b7763d88e20c45890be051 WHIRLPOOL 1940f17a8b57568a75ef59ef2d7f16d68d651a44499f43c70b9a79a4a2440096a56be48e63b443fa1fc8e985706b9ab3534f68339e1fd57232158873aaa4dfc2
AUX 9999-linedit.asd-uffi-glue-gentoo.patch 900 SHA256 efaa1754738786992c3a9ae1b4ea2b0efa33c138a7fbd0f7b045b4853ff1efe8 SHA512 c48fff769e42d0a8a2b0a869e115dadb1b24a47f2b311f40e0c175b08250642f00b23d86e4970823849ec47a009bd3f2f9aa11de49e0a95c519478d295a0663b WHIRLPOOL d0e898c912a9b5325cbfa22abc8cfe057eb2b7ecede7ad850f1cd7cae036813d5a6c7c90a7534483b5ce204d5d71d30d21e978f6e2e17e54386e0b3dfa6d2345
DIST linedit_0.17.0.tar.gz 16972 SHA256 4b53f0bc795dfccbc7c81a2efdadc1d1acf912bd8971e85140b4ad3f6ac08088 SHA512 02d8c1a1e7295eee39cab1bf1c551f459b24ff9205b35f1736e0038abdd98674520ad58bfa0288a63aa3ef4730922c06636ad00906fc0339c1c4e2f4075e1886 WHIRLPOOL 313f0550965a68c2245b8809bb29d19e68cf52b3dd1806374b97755be9b48b30910dff375f8cbd974d2432edd11230c5f507f425bf4cc3eb36c67a0edb6e9e46
diff --git a/dev-lisp/linedit/files/0.15.12-Makefile b/dev-lisp/linedit/files/0.15.12-Makefile
deleted file mode 100644
index 0de155fb..00000000
--- a/dev-lisp/linedit/files/0.15.12-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-CFLAGS=-fPIC -shared
-
-UFFI_LIBS=signals.so terminal_glue.so
-
-all: $(UFFI_LIBS)
-
-%.so : %.c
- $(CC) $(CFLAGS) -o $@ $^
-
-clean:
- rm -f $(UFFI_LIBS)
-
-.PHONY: clean
diff --git a/dev-lisp/linedit/files/0.15.12-linedit.asd-uffi-glue-gentoo.patch b/dev-lisp/linedit/files/0.15.12-linedit.asd-uffi-glue-gentoo.patch
deleted file mode 100644
index 4b2578f4..00000000
--- a/dev-lisp/linedit/files/0.15.12-linedit.asd-uffi-glue-gentoo.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff -urN linedit_0.15.12.orig/linedit.asd linedit_0.15.12/linedit.asd
---- linedit_0.15.12.orig/linedit.asd 2004-08-04 22:43:07.576054400 -0500
-+++ linedit_0.15.12/linedit.asd 2004-08-04 23:04:36.314136432 -0500
-@@ -26,33 +26,6 @@
-
- (in-package :linedit-system)
-
--(defvar *gcc* "/usr/bin/gcc")
--
--(defvar *gcc-options* '(#-darwin "-shared"
-- #+darwin "-bundle"
-- "-fPIC"))
--
--;;; Separate class so that we don't mess up other packages
--(defclass uffi-c-source-file (c-source-file) ())
--
--(defmethod output-files ((o compile-op) (c uffi-c-source-file))
-- (list (make-pathname :name (component-name c)
-- :type "so"
-- :defaults (component-pathname c))))
--
--(defmethod perform ((o load-op) (c uffi-c-source-file))
-- (let ((loader (intern "LOAD-FOREIGN-LIBRARY" :uffi)))
-- (dolist (f (asdf::input-files o c))
-- (funcall loader f))))
--
--(defmethod perform ((o compile-op) (c uffi-c-source-file))
-- (unless (zerop (run-shell-command "~A ~A ~{~A ~}-o ~A"
-- *gcc*
-- (namestring (component-pathname c))
-- *gcc-options*
-- (namestring (car (output-files o c)))))
-- (error 'operation-error :component c :operation o)))
--
- (defsystem :linedit
- :version "0.15.12"
- :depends-on (:uffi :terminfo :osicat)
-@@ -64,10 +37,10 @@
- (:file "matcher" :depends-on ("packages"))
-
- ;; Backend
-- (:file "backend" :depends-on ("utility-macros"))
-- (:uffi-c-source-file "terminal_glue")
-+ (:file "uffi-loader" :depends-on ("packages"))
-+ (:file "backend" :depends-on ("utility-macros" "uffi-loader"))
- (:file "terminal-translations" :depends-on ("packages"))
-- (:file "terminal" :depends-on ("terminal-translations" "backend" "terminal_glue"))
-+ (:file "terminal" :depends-on ("terminal-translations" "backend" "uffi-loader"))
- (:file "smart-terminal" :depends-on ("terminal" "matcher"))
- (:file "dumb-terminal" :depends-on ("terminal"))
-
-@@ -76,8 +49,7 @@
- (:file "line" :depends-on ("utility-macros"))
- (:file "buffer" :depends-on ("utility-macros"))
- (:file "command-keys" :depends-on ("packages"))
-- (:uffi-c-source-file "signals")
-- (:file "editor" :depends-on ("backend" "rewindable" "signals"
-+ (:file "editor" :depends-on ("backend" "rewindable"
- "line" "buffer" "command-keys"))
- (:file "main" :depends-on ("editor"))
- (:file "complete" :depends-on ("utility-macros"))
-diff -urN linedit_0.15.12.orig/uffi-loader.lisp linedit_0.15.12/uffi-loader.lisp
---- linedit_0.15.12.orig/uffi-loader.lisp 1969-12-31 18:00:00.000000000 -0600
-+++ linedit_0.15.12/uffi-loader.lisp 2004-08-04 22:48:23.525022856 -0500
-@@ -0,0 +1,7 @@
-+;;;; -*- mode: lisp; syntax: common-lisp; indent-tabs-mode: nil; base: 10; package: linedit -*-
-+
-+(in-package :linedit)
-+
-+(uffi:load-foreign-library #p"/usr/lib/linedit/signals.so")
-+(uffi:load-foreign-library #p"/usr/lib/linedit/terminal_glue.so")
-+