guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dmd: Remove package, superseded by shepherd.


From: Andreas Enge
Subject: 01/01: gnu: dmd: Remove package, superseded by shepherd.
Date: Tue, 26 Jul 2016 20:51:03 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit d3896fc4ce46e26f2ff7e633344fe38e044023f3
Author: Andreas Enge <address@hidden>
Date:   Tue Jul 26 22:50:26 2016 +0200

    gnu: dmd: Remove package, superseded by shepherd.
    
    * gnu/packages/admin.scm (dmd): Remove variable.
---
 gnu/packages/admin.scm |   40 ----------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a7c4892..195959e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -132,46 +132,6 @@ the percentage of copied data.  It can also show estimated 
time and throughput,
 and provides a \"top-like\" mode (monitoring).")
     (license license:gpl3+)))
 
-(define-public dmd
-  ;; Deprecated.  Kept around "just in case."
-  (let ((base-version "0.2")
-        (patch-level  "01"))
-    (package
-      (name "dmd")
-      (version (string-append base-version "." patch-level))
-      (source (origin
-                (method url-fetch)
-                (uri (string-append "ftp://alpha.gnu.org/gnu/dmd/dmd-";
-                                    base-version ".tar.gz"))
-                (sha256
-                 (base32
-                  "10fl4k96f17gqx2fv8iw9c61ld26gsk4bbrlfqckdmiimz1k175z"))
-                (patches
-                 (list (origin
-                         ;; This patch augments 'make-fork+exec-constructor' 
and
-                         ;; is used by a bunch of services.
-                         (method url-fetch)
-                         (uri (string-append
-                               "http://git.savannah.gnu.org/cgit/shepherd.git/";
-                               
"patch?id=d1d0ff30b3ed2b86b0a3c9bc048d2a855f8e31e6"))
-                         (sha256
-                          (base32
-                           
"1lqymypixfiyb72d6bn24m06ry2q1ljnnv0qrc89pbb4z9azaa4d"))
-                         (file-name "dmd-user-group.patch"))))))
-      (build-system gnu-build-system)
-      (arguments
-       '(#:configure-flags '("--localstatedir=/var")))
-      (native-inputs `(("pkg-config" ,pkg-config)))
-      (inputs `(("guile" ,guile-2.0)))
-      (synopsis "Daemon managing daemons")
-      (description
-       "GNU DMD is a daemon-managing daemon, meaning that it manages the
-execution of system services, replacing similar functionality found in
-typical init systems.  It provides dependency-handling through a convenient
-interface and is based on GNU Guile.")
-      (license license:gpl3+)
-      (home-page "http://www.gnu.org/software/dmd/";))))
-
 (define-public shepherd
   (package
     (name "shepherd")



reply via email to

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