gnu: Remove unused, obsolete, private rlog.

* gnu/packages/crypto.scm (rlog): Remove variable.
master
Tobias Geerinckx-Rice 2016-09-13 20:31:12 +02:00
parent b6f87ec003
commit 271447ff8e
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 0 additions and 26 deletions

View File

@ -168,32 +168,6 @@ be used to manage peer-to-peer network connections as needed for real time
communication.")
(license license:gpl3)))
(define rlog
(package
(name "rlog")
(version "1.4")
(source
(origin
(method url-fetch)
(uri
(string-append "http://rlog.googlecode.com/files/rlog-"
version ".tar.gz"))
(sha256
(base32
"0y9zg0pd7vmnskwac1qdyzl282z7kb01nmn57lsg2mjdxgnywf59"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(add-before 'configure 'patch-/bin/sh
(lambda _
(substitute* "docs/Makefile.in"
(("/bin/sh") "sh")))))))
(home-page "http://www.arg0.net/rlog")
(synopsis "Flexible message logging library for EncFS")
(description
"RLog provides message logging for EncFS. It is no longer maintained.")
(license license:lgpl2.1+)))
(define-public encfs
(package
(name "encfs")