From 5cc7c177b534d43093aea17aa7a83ac40b2897f5 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Sun, 24 Oct 2021 21:41:25 +0200 Subject: [PATCH] begin package simplification --- glicid/packages/storage.scm | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/glicid/packages/storage.scm b/glicid/packages/storage.scm index c556d0b..21c6bcf 100644 --- a/glicid/packages/storage.scm +++ b/glicid/packages/storage.scm @@ -525,22 +525,23 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") ("util-linux:lib" ,util-linux "lib") ("xfsprogs" ,xfsprogs) ("zlib" ,zlib))) - (home-page "https://ceph.com/") - (synopsis "Distributed object store and file system") - (description - "Ceph is a distributed storage system designed for reliability and -performance. It provides network-based block devices (RBD), a POSIX -compliant file system (CephFS), and offers compatibility with various -storage protocols (S3, NFS, and others) through the RADOS gateway.") - ;; The Ceph libraries are LGPL2.1 and most of the utilities fall under - ;; GPL2. The installed erasure code plugins are BSD-3 licensed and do - ;; not use the GPL code. The source archive includes a number of files - ;; carrying other licenses; consult COPYING for more information. Note - ;; that COPYING does not cover third-party bundled software. - (license (list license:lgpl2.1 license:gpl2 ;some files are 'or later' - license:cc-by-sa3.0 ;documentation - license:bsd-3 ;isa-l,jerasure,++ - license:expat))) ;civetweb,java bindings +; (home-page "https://ceph.com/") +; (synopsis "Distributed object store and file system") +; (description +; "Ceph is a distributed storage system designed for reliability and +;performance. It provides network-based block devices (RBD), a POSIX +;compliant file system (CephFS), and offers compatibility with various +;storage protocols (S3, NFS, and others) through the RADOS gateway.") +; ;; The Ceph libraries are LGPL2.1 and most of the utilities fall under +; ;; GPL2. The installed erasure code plugins are BSD-3 licensed and do +; ;; not use the GPL code. The source archive includes a number of files +; ;; carrying other licenses; consult COPYING for more information. Note +; ;; that COPYING does not cover third-party bundled software. +; (license (list license:lgpl2.1 license:gpl2 ;some files are 'or later' +; license:cc-by-sa3.0 ;documentation +; license:bsd-3 ;isa-l,jerasure,++ +; license:expat)) + ) ;civetweb,java bindings )