From e16fbddf2b1289ec0f4dcd6d625a73ccdbfd0230 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Wed, 25 Nov 2020 08:28:53 -0600 Subject: gnu: et: Deprecate package. * gnu/packages/terminals.scm (et): Deprecate in favor of eternalterminal. --- gnu/packages/terminals.scm | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index ff729c4882..c9d57bee67 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1082,34 +1082,7 @@ while also supporting native scrolling and @command{tmux} control mode (license license:asl2.0))) (define-public et - (package - (name "et") - (version "3.1.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/MisterTea/EternalTCP") - (commit (string-append "et-v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm")))) - (build-system cmake-build-system) - (arguments `(#:tests? #f)) - (native-inputs - `(("pkg-config" ,pkg-config))) - (inputs `(("glog" ,glog) - ("gflags" ,gflags) - ("libsodium" ,libsodium) - ("protobuf" ,protobuf))) - (synopsis "Remote shell that automatically reconnects") - (description - "Eternal Terminal (ET) is a remote shell that automatically reconnects -without interrupting the session. Unlike SSH sessions, ET sessions will -survive even network outages and IP changes. ET uses a custom protocol over -TCP, not the SSH protocol.") - (home-page "https://eternalterminal.dev/") - (license license:asl2.0))) + (deprecated-package "et" eternalterminal)) (define-public wterm (package -- cgit v1.2.3 ion>
path: root/gnu/packages/curl.scm
AgeCommit message (Expand)Author
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-07-03gnu: Add curlpp library....Dale Mellor
2020-06-24gnu: cURL: Replace with 7.71.0 [fixes CVE-2020-8169, CVE-2020-8177]....Marius Bakke
2020-03-14gnu: cURL: Update to 7.69.1....Marius Bakke
2020-03-05gnu: cURL: Update to 7.69.0....Marius Bakke
2020-01-22gnu: Remove unused module imports....Marius Bakke
2020-01-22gnu: libjpeg-turbo: Build with a minimal variant of CMake....Marius Bakke
2020-01-22gnu: curl: Remove unnecessary reference to the "doc" output....Marius Bakke
2020-01-22gnu: curl: Remove unused input....Marius Bakke
2020-01-15gnu: curl: Make libcurl respect SSL_CERT_DIR and SSL_CERT_FILE....Jakub Kądziołka
2020-01-08gnu: cURL: Update to 7.68.0....Marius Bakke
2019-12-05gnu: curl: Update to 7.67.0....Marius Bakke
2019-10-13gnu: curl: Replace with 7.66.0 [fixes CVE-2019-5481, CVE-2019-5482]....Marius Bakke