gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 02/09: Move file-sharing modules into gnu/gnunet/fs.


From: gnunet
Subject: [gnunet-scheme] 02/09: Move file-sharing modules into gnu/gnunet/fs.
Date: Wed, 21 Sep 2022 16:57:16 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit c7647465a68d150b881d1c5daf8cfb09d5a9adfc
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Sep 10 21:47:33 2022 +0200

    Move file-sharing modules into gnu/gnunet/fs.
    
    Let's keep all the file-sharing together.
    
    * gnu/gnunet/directory.scm: Rename to ...
    * gnu/gnunet/fs/directory.scm: ... this.
    * gnu/gnunet/fs-uri.scm: Rename to ...
    * gnu/gnunet/fs/uri.scm: ... this.
---
 gnu/gnunet/{ => fs}/directory.scm     | 4 ++--
 gnu/gnunet/{fs-uri.scm => fs/uri.scm} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/gnunet/directory.scm b/gnu/gnunet/fs/directory.scm
similarity index 98%
rename from gnu/gnunet/directory.scm
rename to gnu/gnunet/fs/directory.scm
index 470c7a8..158aa28 100644
--- a/gnu/gnunet/directory.scm
+++ b/gnu/gnunet/fs/directory.scm
@@ -46,7 +46,7 @@
 ;;  * URI's are represented by strings (note: GNUnet FS URI's are
 ;;    always ASCII).
 
-(library (gnu gnunet directory)
+(library (gnu gnunet fs directory)
   (export meta-data-mark-directory
          make-directory-entry directory-entry?
          directory-entry-uri directory-entry-meta
@@ -57,7 +57,7 @@
          (rnrs bytevectors)
          (only (guile) floor/ 1+)
          (ice-9 receive)
-          (only (gnu gnunet fs-uri) chk-uri-file-length chk-uri-parse)
+          (only (gnu gnunet fs uri) chk-uri-file-length chk-uri-parse)
           (only (srfi srfi-43) vector-unfold)
          (only (gnu gnunet metadata) meta-data-extend)
          (prefix (only (gnu extractor metatypes)
diff --git a/gnu/gnunet/fs-uri.scm b/gnu/gnunet/fs/uri.scm
similarity index 99%
rename from gnu/gnunet/fs-uri.scm
rename to gnu/gnunet/fs/uri.scm
index 685c493..d2255d5 100644
--- a/gnu/gnunet/fs-uri.scm
+++ b/gnu/gnunet/fs/uri.scm
@@ -83,7 +83,7 @@
 ;; The encoding for hexadecimal values is defined in the hashing.c
 ;; module in the gnunetutil library and discussed there.
 
-(library (gnu gnunet fs-uri (1 1))
+(library (gnu gnunet fs uri (1 1))
   (export chk? make-chk chk-key chk-query
           chk-uri? make-chk-uri chk-uri-file-length chk-uri-chk
          chk-uri-parse)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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