From dbdfe2d6291649c38d8e21d5a559dd5f0c4dce15 Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Sun, 24 Oct 2021 22:06:59 +0200 Subject: [PATCH] remove commented code --- glicid/packages/storage.scm | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/glicid/packages/storage.scm b/glicid/packages/storage.scm index 421abd7..0887a80 100644 --- a/glicid/packages/storage.scm +++ b/glicid/packages/storage.scm @@ -367,7 +367,6 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") "src/rocksdb" "src/boost")) #t)))) -; (build-system cmake-build-system) (arguments `(#:configure-flags (let* ((out (assoc-ref %outputs "out")) @@ -482,14 +481,6 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") scripts) #t)))))) -; (outputs -; '("out" "lib")) -; (native-inputs -; `(("gperf" ,gperf) -; ("pkg-config" ,pkg-config) -; ("python-cython" ,python-cython) -; ("python-sphinx" ,python-sphinx) -; ("yasm" ,yasm))) (inputs `(("boost" ,boost) ("curl" ,curl) @@ -519,30 +510,13 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.") ("rapidjson" ,rapidjson) ("rdma-core" ,rdma-core) ("rocksdb" ,rocksdb) -; ("snappy" ,snappy-1.1.8) ("snappy" ,snappy) ("udev" ,eudev) ("util-linux" ,util-linux) ("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 + ) )