GNU bug report logs - #46431
[PATCH 2/3] gnu: Add go-github-com-shazow-rateio.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Wed, 10 Feb 2021 21:55:02 UTC

Severity: normal

Tags: patch

Merged with 46430, 46432

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46430: closed ([PATCH 1/3] gnu: Add go-github-com-alexcesaro-log.)
Date: Wed, 16 Apr 2025 11:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 16 Apr 2025 12:32:25 +0100
with message-id <87cydce3zq.fsf <at> gmail.com>
and subject line [PATCH 2/3] gnu: Add go-github-com-shazow-rateio.
has caused the debbugs.gnu.org bug report #46431,
regarding [PATCH 1/3] gnu: Add go-github-com-alexcesaro-log.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46431: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46431
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [PATCH 1/3] gnu: Add go-github-com-alexcesaro-log.
Date: Wed, 10 Feb 2021 22:54:02 +0100
* gnu/packages/golang.scm (go-github-com-alexcesaro-log): New variable.
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d34bb1acb7..7c0d373a8b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2020 Marius Bakke <marius <at> gnu.org>
 ;;; Copyright © 2020 raingloom <raingloom <at> riseup.net>
 ;;; Copyright © 2020 Martin Becze <mjbecze <at> riseup.net>
+;;; Copyright © 2021 Stefan Reichör <stefan <at> xsteve.at>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1901,6 +1902,30 @@ applications as well as a program to generate applications and command files.")
     (description "Go logging library")
     (license license:expat)))
 
+(define-public go-github-com-alexcesaro-log
+  (let ((commit "61e686294e58a8698a9e1091268bb4ac1116bd5e")
+        (revision "0"))
+    (package
+      (name "go-github-com-alexcesaro-log")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/alexcesaro/log")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1ckd5crq9rd12wpclahg2q0wprfg0whd6k9zbfzzkr6l1qpmmfam"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/alexcesaro/log"))
+      (home-page "https://github.com/alexcesaro/log")
+      (synopsis "Several logging packages for Go")
+      (description "Several logging packages for Go")
+      (license license:expat))))
+
 (define-public go-github-com-spf13-pflag
   (package
     (name "go-github-com-spf13-pflag")
-- 
2.25.1



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 46431-done <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: Add go-github-com-shazow-rateio.
Date: Wed, 16 Apr 2025 12:32:25 +0100
[Message part 4 (text/plain, inline)]
Hi,

The upstream looks abandoned <https://github.com/shazow/rateio>.

Closing as not applied.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 34 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.