GNU bug report logs -
#75554
[PATCH] gnu: Add cl-trivial-battery
Previous Next
Reported by: Junker <dk <at> junkeria.club>
Date: Tue, 14 Jan 2025 08:18:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75554 in the body.
You can then email your comments to 75554 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75554
; Package
guix-patches
.
(Tue, 14 Jan 2025 08:18:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Junker <dk <at> junkeria.club>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 14 Jan 2025 08:18:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Change-Id: Icdcf77738ba71e4705410aadedd6fe6f7babf1e1
---
gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0e799e1a8e..61204ca4e2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -29978,6 +29978,35 @@ (define-public cl-trivial-backtrace
(define-public ecl-trivial-backtrace
(sbcl-package->ecl-package sbcl-trivial-backtrace))
+(define-public sbcl-trivial-battery
+ (let ((commit "318c9da88b4d11d3f33062e0fd09be660a383404")
+ (revision "1"))
+ (package
+ (name "sbcl-trivial-battery")
+ (version (git-version "0.1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pokepay/trivial-battery")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "12ni2502v9gjszhjsh0aai08cm64gl8g815xghdjhcf7y34ffl2b"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-split-sequence))
+ (home-page "https://github.com/pokepay/trivial-battery")
+ (synopsis "A trivial library for getting the battery information.")
+ (description
+ "This package provides a Common Lisp library for getting the battery information.")
+ (license license:bsd-2))))
+
+(define-public cl-trivial-battery
+ (sbcl-package->cl-source-package sbcl-trivial-battery))
+
+(define-public ecl-trivial-battery
+ (sbcl-package->ecl-package sbcl-trivial-battery))
+
(define-public sbcl-trivial-benchmark
(let ((commit "1fbc8d15f09ed8aa426bc73956b8b7c9b2668802")
(revision "2"))
base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a
--
2.47.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75554
; Package
guix-patches
.
(Sat, 18 Jan 2025 11:25:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 75554 <at> debbugs.gnu.org (full text, mbox):
This is my first patch with a new package, and I would appreciate any feedback you might have.
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Wed, 22 Jan 2025 13:35:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Junker <dk <at> junkeria.club>
:
bug acknowledged by developer.
(Wed, 22 Jan 2025 13:35:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 75554-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 98a494f0000c334069bae692d92ca0b8a4372e28 with some
minor modifications:
- Used the "cl-trivial-battery" name explicitly in 'git-file-name' (we
usually do that for Common Lisp packages, otherwise the sources would
be named "sbcl-trivial-battery" although they are not specific to
sbcl, as they are also used for the cl-trivial-battery and
ecl-trivial-battery packages).
- Simplified the synopsis so that it is not a full sentence.
- Kept the line length of the description field below 80 characters.
- Added the missing line in the commit message.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 20 Feb 2025 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.