* Re: [PR PATCH] [Closed]: New package: rust-bacon-2.12.1
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
@ 2023-10-25 13:36 ` icp1994
2023-10-25 13:48 ` icp1994
` (9 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-10-25 13:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
There's a closed pull request on the void-packages repository
New package: rust-bacon-2.12.1
https://github.com/void-linux/void-packages/pull/45459
Description:
#### Description
[bacon](https://dystroy.org/bacon/) is a background rust code checker designed for minimal interaction so that you can just let it run, alongside your editor, and be notified of warnings, errors, or test failures in your Rust code.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: New package: rust-bacon-2.12.1
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
2023-10-25 13:36 ` [PR PATCH] [Closed]: " icp1994
@ 2023-10-25 13:48 ` icp1994
2024-01-24 1:47 ` github-actions
` (8 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2023-10-25 13:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
New comment by icp1994 on void-packages repository
https://github.com/void-linux/void-packages/pull/45459#issuecomment-1779318018
Comment:
Sorry for the spam - it's cause of the new branches behavior from GH https://github.com/orgs/community/discussions/70668#discussioncomment-7367309
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: New package: rust-bacon-2.12.1
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
2023-10-25 13:36 ` [PR PATCH] [Closed]: " icp1994
2023-10-25 13:48 ` icp1994
@ 2024-01-24 1:47 ` github-actions
2024-01-27 6:34 ` [PR PATCH] [Updated] " icp1994
` (7 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-01-24 1:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45459#issuecomment-1907213385
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] New package: rust-bacon-2.12.1
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (2 preceding siblings ...)
2024-01-24 1:47 ` github-actions
@ 2024-01-27 6:34 ` icp1994
2024-04-28 1:46 ` New package: rust-bacon-2.14.1 github-actions
` (6 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2024-01-27 6:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages rust-bacon
https://github.com/void-linux/void-packages/pull/45459
New package: rust-bacon-2.12.1
#### Description
[bacon](https://dystroy.org/bacon/) is a background rust code checker designed for minimal interaction so that you can just let it run, alongside your editor, and be notified of warnings, errors, or test failures in your Rust code.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/45459.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-bacon-45459.patch --]
[-- Type: text/x-diff, Size: 1057 bytes --]
From 3e623478e0d03aff81b05dceb392be46e5d73108 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:34:45 +0530
Subject: [PATCH] New package: rust-bacon-2.14.1
---
srcpkgs/rust-bacon/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/rust-bacon/template
diff --git a/srcpkgs/rust-bacon/template b/srcpkgs/rust-bacon/template
new file mode 100644
index 0000000000000..852cc398f409e
--- /dev/null
+++ b/srcpkgs/rust-bacon/template
@@ -0,0 +1,17 @@
+# Template file for 'rust-bacon'
+pkgname=rust-bacon
+version=2.14.1
+revision=1
+build_style=cargo
+short_desc="Background rust code checker"
+maintainer="icp <pangolin@vivaldi.net>"
+license="AGPL-3.0-only"
+homepage="https://dystroy.org/bacon/"
+changelog="https://raw.githubusercontent.com/Canop/bacon/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/bacon/bacon-${version}.crate"
+checksum=7a12d5c1cf53785b12c009873e39b0c0f240fcb3a386c8c42a585ed57ae0e819
+conflicts="bacon"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: New package: rust-bacon-2.14.1
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (3 preceding siblings ...)
2024-01-27 6:34 ` [PR PATCH] [Updated] " icp1994
@ 2024-04-28 1:46 ` github-actions
2024-05-02 6:17 ` [PR PATCH] [Updated] " icp1994
` (5 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-04-28 1:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45459#issuecomment-2081285600
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] New package: rust-bacon-2.14.1
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (4 preceding siblings ...)
2024-04-28 1:46 ` New package: rust-bacon-2.14.1 github-actions
@ 2024-05-02 6:17 ` icp1994
2024-08-01 1:55 ` New package: rust-bacon-2.16.0 github-actions
` (4 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2024-05-02 6:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages rust-bacon
https://github.com/void-linux/void-packages/pull/45459
New package: rust-bacon-2.14.1
#### Description
[bacon](https://dystroy.org/bacon/) is a background rust code checker designed for minimal interaction so that you can just let it run, alongside your editor, and be notified of warnings, errors, or test failures in your Rust code.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/45459.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-bacon-45459.patch --]
[-- Type: text/x-diff, Size: 1059 bytes --]
From ec50ff3e2e10ed620d4f27dfe50591fb7520fdaa Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:34:45 +0530
Subject: [PATCH] New package: rust-bacon-2.16.0
---
srcpkgs/rust-bacon/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/rust-bacon/template
diff --git a/srcpkgs/rust-bacon/template b/srcpkgs/rust-bacon/template
new file mode 100644
index 00000000000000..5fc1c2519cddf7
--- /dev/null
+++ b/srcpkgs/rust-bacon/template
@@ -0,0 +1,17 @@
+# Template file for 'rust-bacon'
+pkgname=rust-bacon
+version=2.16.0
+revision=1
+build_style=cargo
+short_desc="Background rust code checker"
+maintainer="icp <pangolin@vivaldi.net>"
+license="AGPL-3.0-only"
+homepage="https://dystroy.org/bacon/"
+changelog="https://raw.githubusercontent.com/Canop/bacon/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/bacon/bacon-${version}.crate"
+checksum=1b5466a30415e2c36e3bfa6cc9537b8367cd5d3c1043cc4ef0bf42e39838d883
+conflicts="bacon"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: New package: rust-bacon-2.16.0
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (5 preceding siblings ...)
2024-05-02 6:17 ` [PR PATCH] [Updated] " icp1994
@ 2024-08-01 1:55 ` github-actions
2024-08-02 9:05 ` [PR PATCH] [Updated] " icp1994
` (3 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-08-01 1:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45459#issuecomment-2261796684
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] New package: rust-bacon-2.16.0
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (6 preceding siblings ...)
2024-08-01 1:55 ` New package: rust-bacon-2.16.0 github-actions
@ 2024-08-02 9:05 ` icp1994
2024-08-02 15:05 ` [PR PATCH] [Updated] New package: rust-bacon-2.18.2 icp1994
` (2 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2024-08-02 9:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages rust-bacon
https://github.com/void-linux/void-packages/pull/45459
New package: rust-bacon-2.16.0
#### Description
[bacon](https://dystroy.org/bacon/) is a background rust code checker designed for minimal interaction so that you can just let it run, alongside your editor, and be notified of warnings, errors, or test failures in your Rust code.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/45459.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-bacon-45459.patch --]
[-- Type: text/x-diff, Size: 1058 bytes --]
From 40016ed8dbb4b23c73f3a55735a6f6e8a173b79d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:34:45 +0530
Subject: [PATCH] rust-bacon: update to 2.18.2.
---
srcpkgs/rust-bacon/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/rust-bacon/template
diff --git a/srcpkgs/rust-bacon/template b/srcpkgs/rust-bacon/template
new file mode 100644
index 00000000000000..86d469adc4fd1d
--- /dev/null
+++ b/srcpkgs/rust-bacon/template
@@ -0,0 +1,17 @@
+# Template file for 'rust-bacon'
+pkgname=rust-bacon
+version=2.18.2
+revision=1
+build_style=cargo
+short_desc="Background rust code checker"
+maintainer="icp <pangolin@vivaldi.net>"
+license="AGPL-3.0-only"
+homepage="https://dystroy.org/bacon/"
+changelog="https://raw.githubusercontent.com/Canop/bacon/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/bacon/bacon-${version}.crate"
+checksum=01959b77fa8858fa2f76a5ce691cab91b37f8ffd2bd5af7bbe8f5cfc71b0d1ea
+conflicts="bacon"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] New package: rust-bacon-2.18.2
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (7 preceding siblings ...)
2024-08-02 9:05 ` [PR PATCH] [Updated] " icp1994
@ 2024-08-02 15:05 ` icp1994
2024-11-01 2:04 ` github-actions
2024-11-02 7:15 ` [PR PATCH] [Updated] " icp1994
10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2024-08-02 15:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages rust-bacon
https://github.com/void-linux/void-packages/pull/45459
New package: rust-bacon-2.18.2
#### Description
[bacon](https://dystroy.org/bacon/) is a background rust code checker designed for minimal interaction so that you can just let it run, alongside your editor, and be notified of warnings, errors, or test failures in your Rust code.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/45459.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-bacon-45459.patch --]
[-- Type: text/x-diff, Size: 1059 bytes --]
From e31ba402b14487fe528e5a571338891ee81d0bcd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:34:45 +0530
Subject: [PATCH] New package: rust-bacon-2.18.2
---
srcpkgs/rust-bacon/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/rust-bacon/template
diff --git a/srcpkgs/rust-bacon/template b/srcpkgs/rust-bacon/template
new file mode 100644
index 00000000000000..86d469adc4fd1d
--- /dev/null
+++ b/srcpkgs/rust-bacon/template
@@ -0,0 +1,17 @@
+# Template file for 'rust-bacon'
+pkgname=rust-bacon
+version=2.18.2
+revision=1
+build_style=cargo
+short_desc="Background rust code checker"
+maintainer="icp <pangolin@vivaldi.net>"
+license="AGPL-3.0-only"
+homepage="https://dystroy.org/bacon/"
+changelog="https://raw.githubusercontent.com/Canop/bacon/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/bacon/bacon-${version}.crate"
+checksum=01959b77fa8858fa2f76a5ce691cab91b37f8ffd2bd5af7bbe8f5cfc71b0d1ea
+conflicts="bacon"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: New package: rust-bacon-2.18.2
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (8 preceding siblings ...)
2024-08-02 15:05 ` [PR PATCH] [Updated] New package: rust-bacon-2.18.2 icp1994
@ 2024-11-01 2:04 ` github-actions
2024-11-02 7:15 ` [PR PATCH] [Updated] " icp1994
10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2024-11-01 2:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45459#issuecomment-2451154592
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] New package: rust-bacon-2.18.2
2023-08-06 19:22 [PR PATCH] New package: rust-bacon-2.12.1 icp1994
` (9 preceding siblings ...)
2024-11-01 2:04 ` github-actions
@ 2024-11-02 7:15 ` icp1994
10 siblings, 0 replies; 12+ messages in thread
From: icp1994 @ 2024-11-02 7:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 920 bytes --]
There is an updated pull request by icp1994 against master on the void-packages repository
https://github.com/icp1994/void-packages rust-bacon
https://github.com/void-linux/void-packages/pull/45459
New package: rust-bacon-2.18.2
#### Description
[bacon](https://dystroy.org/bacon/) is a background rust code checker designed for minimal interaction so that you can just let it run, alongside your editor, and be notified of warnings, errors, or test failures in your Rust code.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture: **x86_64**
A patch file from https://github.com/void-linux/void-packages/pull/45459.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-bacon-45459.patch --]
[-- Type: text/x-diff, Size: 1057 bytes --]
From a2db1d743743cad19ce792c78290f619326b36b9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:34:45 +0530
Subject: [PATCH] New package: rust-bacon-3.1.2
---
srcpkgs/rust-bacon/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/rust-bacon/template
diff --git a/srcpkgs/rust-bacon/template b/srcpkgs/rust-bacon/template
new file mode 100644
index 00000000000000..fdd7cb96a8d0c2
--- /dev/null
+++ b/srcpkgs/rust-bacon/template
@@ -0,0 +1,17 @@
+# Template file for 'rust-bacon'
+pkgname=rust-bacon
+version=3.1.2
+revision=1
+build_style=cargo
+short_desc="Background rust code checker"
+maintainer="icp <pangolin@vivaldi.net>"
+license="AGPL-3.0-only"
+homepage="https://dystroy.org/bacon/"
+changelog="https://raw.githubusercontent.com/Canop/bacon/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/bacon/bacon-${version}.crate"
+checksum=398e002d4e416dbc31467f2670272e3809573e70260a761e1b3464e76e555b29
+conflicts="bacon"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 12+ messages in thread