guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Remove libasr.


From: guix-commits
Subject: branch master updated: gnu: Remove libasr.
Date: Fri, 30 Jun 2023 11:09:01 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 902a48e0d3 gnu: Remove libasr.
902a48e0d3 is described below

commit 902a48e0d3ce4a1983a6d3f71472639a8e59c48f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 30 17:01:05 2023 +0200

    gnu: Remove libasr.
    
    It has been subsumed by OpenSMTPd and is otherwise unused.
    
    See <https://issues.guix.gnu.org/64271>.
    
    * gnu/packages/dns.scm (libasr): Delete variable.
    * gnu/packages/mail.scm (opensmtpd)[inputs]: Remove it to use the
    bundled ‘copy’.
---
 gnu/packages/dns.scm  | 35 -----------------------------------
 gnu/packages/mail.scm |  1 -
 2 files changed, 36 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index ac60e61976..3e7c47af6e 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -510,41 +510,6 @@ the two.")
                    license:gpl2
                    license:gpl3))))
 
-(define-public libasr
-  (package
-    (name "libasr")
-    (version "1.0.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://www.opensmtpd.org/archives/";
-                           "libasr-" version ".tar.gz"))
-       (sha256
-        (base32 "1d6s8njqhvayx2gp47409sp1fn8m608ws26hr1srfp6i23nnpyqr"))))
-    (build-system gnu-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'install 'install-documentation
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let ((out (assoc-ref outputs "out")))
-               (install-file "src/asr_run.3"
-                             (string-append out "/share/man/man3"))
-               #t))))))
-    (native-inputs
-     (list autoconf automake libtool pkg-config))
-    (home-page "https://www.opensmtpd.org";)
-    (synopsis "Asynchronous resolver library by the OpenBSD project")
-    (description
-     "libasr is a free, simple and portable asynchronous resolver library.
-It runs DNS queries and performs hostname resolution in a fully
-asynchronous fashion.")
-    (license (list license:isc
-                   license:bsd-2 ; last part of getrrsetbyname_async.c
-                   license:bsd-3
-                   (license:non-copyleft "file://LICENSE") ; includes.h
-                   license:openssl))))
-
 (define-public nsd
   (package
     (name "nsd")
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 9481fc5559..e300ba97e8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3186,7 +3186,6 @@ from the Cyrus IMAP project.")
     (build-system gnu-build-system)
     (inputs
      (list bdb
-           libasr
            libevent
            libressl ; recommended, and supports e.g. ECDSA
            linux-pam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]