unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: lispf4: Remove it.
@ 2016-10-05 12:26 ng0
  2016-10-05 12:26 ` ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-10-05 12:26 UTC (permalink / raw)
  To: guix-devel

Drop lispf4. This will close the currently open bug on it.
https://lists.gnu.org/archive/html/guix-devel/2016-10/msg00224.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] gnu: lispf4: Remove it.
  2016-10-05 12:26 [PATCH] gnu: lispf4: Remove it ng0
@ 2016-10-05 12:26 ` ng0
  2016-10-05 20:24   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-10-05 12:26 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/lisp.scm (lispf4): Delete variable.
The package in its current state is unusable and documentation
with unclear licenses is included.
---
 gnu/packages/lisp.scm | 44 --------------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 439433a..2e50897 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -443,50 +443,6 @@ interface.")
     (license (list license:lgpl2.1
                    license:clarified-artistic)))) ;TRIVIAL-LDAP package
 
-(define-public lispf4
-  (let ((commit "174d8764d2f9764e8f4794c2e3feada9f9c1f1ba"))
-    (package
-      (name "lispf4")
-      (version (string-append "0.0.0-1" "-"
-                              (string-take commit 7)))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/blakemcbride/LISPF4.git")
-                      (commit commit)))
-                (file-name (string-append name "-" version "-checkout"))
-                (sha256
-                 (base32
-                  "18k8kfn30za637y4bfbm9x3vv4psa3q8f7bi9h4h0qlb8rz8m92c"))))
-      (build-system gnu-build-system)
-      ;; 80 MB appended Documentation -> output:doc
-      (outputs '("out" "doc"))
-      (arguments
-       `(#:make-flags
-         '("-f" "Makefile.unx" "CC=gcc")
-         #:tests? #f ; No 'check phase
-         #:phases
-         (modify-phases %standard-phases
-           (delete 'configure)
-           (replace 'install
-            (lambda* (#:key outputs #:allow-other-keys)
-              (let* ((out (assoc-ref outputs "out"))
-                     (bin (string-append out "/bin"))
-                     (doc (string-append (assoc-ref outputs "doc")
-                                         "/share/doc/lispf4")))
-                (install-file "lispf4" bin)
-                (install-file "SYSATOMS" bin)
-                (install-file "BASIC.IMG" bin)
-                (copy-recursively "Documentation" doc))
-                #t)))))
-      (synopsis "InterLisp interpreter")
-      (description
-       "LISPF4 is an InterLisp interpreter written in FORTRAN by Mats Nordstrom
-in the early 80's.  It was converted to C by Blake McBride and supports much of
-the InterLisp Standard.")
-      (home-page "https://github.com/blakemcbride/LISPF4.git")
-      (license license:expat))))
-
 (define-public femtolisp
   (let ((commit "68c5b1225572ecf2c52baf62f928063e5a30511b")
         (revision "1"))
-- 
2.10.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: lispf4: Remove it.
  2016-10-05 12:26 ` ng0
@ 2016-10-05 20:24   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2016-10-05 20:24 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

On Wed, Oct 05, 2016 at 12:26:27PM +0000, ng0 wrote:
> * gnu/packages/lisp.scm (lispf4): Delete variable.
> The package in its current state is unusable and documentation
> with unclear licenses is included.

Pushed with some additional comments.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-05 20:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-05 12:26 [PATCH] gnu: lispf4: Remove it ng0
2016-10-05 12:26 ` ng0
2016-10-05 20:24   ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).