GNU bug report logs - #51725
[PATCH 01/12] gnu: Add rust-lifeguard-0.6.

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Tue, 9 Nov 2021 16:51:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

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 51725 in the body.
You can then email your comments to 51725 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51725; Package guix-patches. (Tue, 09 Nov 2021 16:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to phodina <phodina <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 09 Nov 2021 16:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: phodina <phodina <at> protonmail.com>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH 01/12] gnu: Add rust-lifeguard-0.6.
Date: Tue, 09 Nov 2021 16:50:23 +0000
Greetings!

The following series of patches add rust-adblock as a small milestone for upstreaming Brave browser.


* gnu/packages/crates-io.scm (rust-lifeguard-0.6): New variable.

----8<--------cut here----------------->8-----

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4ccf463e23..35f334ac4f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26490,6 +26490,25 @@ (define-public rust-libz-sys-1
     (license (list license:asl2.0
                    license:expat))))

+(define-public rust-lifeguard-0.6
+  (package
+    (name "rust-lifeguard")
+    (version "0.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "lifeguard" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "09iwwy7888i1kfvbrgwpl4xv3pwsz1fbzx54djs3gnvmszdr9gl9"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/zslayton/lifeguard")
+    (synopsis "Object pool manager in Rust")
+    (description "This package provides an object pool manager in Rust.")
+    (license license:expat)))
+
 (define-public rust-line-0.1
   (package
     (name "rust-line")
--
2.33.1




Reply sent to Vagrant Cascadian <vagrant <at> debian.org>:
You have taken responsibility. (Fri, 01 Sep 2023 21:24:01 GMT) Full text and rfc822 format available.

Notification sent to phodina <phodina <at> protonmail.com>:
bug acknowledged by developer. (Fri, 01 Sep 2023 21:24:02 GMT) Full text and rfc822 format available.

Message #10 received at 51725-done <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: phodina <phodina <at> protonmail.com>, 51725-done <at> debbugs.gnu.org
Subject: Re: [bug#51725] [PATCH 01/12] gnu: Add rust-lifeguard-0.6.
Date: Fri, 01 Sep 2023 14:22:54 -0700
[Message part 1 (text/plain, inline)]
On 2021-11-09, phodina wrote:
> The following series of patches add rust-adblock as a small milestone for upstreaming Brave browser.

It appears the other patches ended up in some other bug.

> +(define-public rust-lifeguard-0.6
> +  (package
> +    (name "rust-lifeguard")
> +    (version "0.6.1")

And this appears to have been merged as
01b64290cba63586371189b937ed6f1481396086.

Marking as done.

live well,
  vagrant
[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. (Sat, 30 Sep 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 201 days ago.

Previous Next


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