GNU bug report logs -
#63294
[PATCH] gnu: Add cpputilities
Previous Next
Reported by: Franz Geffke <franz <at> pantherx.org>
Date: Fri, 5 May 2023 10:25:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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 63294 in the body.
You can then email your comments to 63294 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#63294
; Package
guix-patches
.
(Fri, 05 May 2023 10:25:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Franz Geffke <franz <at> pantherx.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 05 May 2023 10:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 023d1c0337..c9718e16fc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2478,3 +2478,23 @@ (define-public ftxui
@item No dependencies.
@end itemize")
(license license:expat)))
+
+(define-public cpputilities
+ (package
+ (name "cpputilities")
+ (version "5.22.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/Martchus/cpp-utilities/archive/refs/tags/v"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "18mbzw8w0a4l5r0w1fr200m4v8ww65r838618z19v1ymz6aahs7a"))))
+ (build-system cmake-build-system)
+ (home-page "https://github.com/Martchus/cpp-utilities/")
+ (synopsis "Useful C++ classes and routines")
+ (description "Useful C++ classes and routines such as
+argument parser, IO and conversion utilities.")
+ (license license:gpl2+)))
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 22 Feb 2025 13:52:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Franz Geffke <franz <at> pantherx.org>
:
bug acknowledged by developer.
(Sat, 22 Feb 2025 13:52:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 63294-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> +(define-public cpputilities
> + (package
> + (name "cpputilities")
> + (version "5.22.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/Martchus/cpp-utilities/archive/refs/tags/v"
> + version ".tar.gz"))
> + (sha256
> + (base32
> + "18mbzw8w0a4l5r0w1fr200m4v8ww65r838618z19v1ymz6aahs7a"))))
> + (build-system cmake-build-system)
> + (home-page "https://github.com/Martchus/cpp-utilities/")
> + (synopsis "Useful C++ classes and routines")
> + (description "Useful C++ classes and routines such as
> +argument parser, IO and conversion utilities.")
> + (license license:gpl2+)))
I renamed package to "cpp-utilities", updated it to 5.27.3 and applied
your patch. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 23 Mar 2025 11:24:55 GMT)
Full text and
rfc822 format available.
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.