unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51154] Remove guile-mkdir-p
@ 2021-10-12 10:31 divoplade
  2021-10-18  8:07 ` bug#51154: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: divoplade @ 2021-10-12 10:31 UTC (permalink / raw)
  To: 51154

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

Dear guix,

I’d like to withdraw this package because it is unused and I’d like to
stop hosting the source code.

Best regards,

divoplade

[-- Attachment #2: 0001-gnu-guile-mkdir-p-Remove-package.patch --]
[-- Type: text/x-patch, Size: 2193 bytes --]

From 795710a8fe8a757278a66982f50cb9e9fadf2f60 Mon Sep 17 00:00:00 2001
From: divoplade <d@divoplade.fr>
Date: Tue, 12 Oct 2021 12:21:36 +0200
Subject: [PATCH] gnu: guile-mkdir-p: Remove package.

* gnu/packages/guile-xyz.scm: Remove guile-mkdir-p
---
 gnu/packages/guile-xyz.scm | 39 --------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index c4d6d38b9b..355b23f57e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4470,45 +4470,6 @@ Discovery (DNS-SD).")
       (home-page "https://www.nongnu.org/guile-avahi/")
       (license license:lgpl3+))))
 
-(define-public guile-mkdir-p
-  (package
-    (name "guile-mkdir-p")
-    (version "1.0.1")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://code.divoplade.fr/mkdir-p.git")
-             (commit (string-append "v" version))))
-       (sha256
-        (base32 "01k20rjcv6p0spmw8ls776aar6bfw0jxw46d2n12w0cb2p79xjv8"))
-       (file-name (git-file-name name version))
-       (snippet
-        `(begin
-           (with-output-to-file ".tarball-version"
-             (lambda _ (format #t "~a~%" ,version)))
-           #t))))
-    (build-system gnu-build-system)
-    (arguments `())
-    (native-inputs
-     `(("guile" ,guile-3.0)
-       ("texinfo" ,texinfo)
-       ("autoconf" ,autoconf)
-       ("autoconf-archive" ,autoconf-archive)
-       ("automake" ,automake)
-       ("pkg-config" ,pkg-config)
-       ("gettext" ,gettext-minimal)))
-    (inputs `(("guile" ,guile-3.0)))
-    (synopsis "Implementation of a recursive @code{mkdir} for Guile")
-    (description
-     "This package provides within the @code{(mkdir-p)} module the
-@code{mkdir-p} function that tries to create the chain of directories
-recursively.  It also provides new versions of @code{open-output-file},
-@code{call-with-output-file} and @code{with-output-to-file} to create the
-directory of its argument if it does not exist.")
-    (home-page "https://mkdir-p.divoplade.fr")
-    (license license:asl2.0)))
-
 (define-public guile-jwt
   (package
     (name "guile-jwt")
-- 
2.33.0


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

* bug#51154: Remove guile-mkdir-p
  2021-10-12 10:31 [bug#51154] Remove guile-mkdir-p divoplade
@ 2021-10-18  8:07 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-10-18  8:07 UTC (permalink / raw)
  To: divoplade; +Cc: 51154-done

Hi,

divoplade <d@divoplade.fr> skribis:

> From 795710a8fe8a757278a66982f50cb9e9fadf2f60 Mon Sep 17 00:00:00 2001
> From: divoplade <d@divoplade.fr>
> Date: Tue, 12 Oct 2021 12:21:36 +0200
> Subject: [PATCH] gnu: guile-mkdir-p: Remove package.
>
> * gnu/packages/guile-xyz.scm: Remove guile-mkdir-p

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2021-10-18  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 10:31 [bug#51154] Remove guile-mkdir-p divoplade
2021-10-18  8:07 ` bug#51154: " Ludovic Courtès

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).