Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rage-0.10.0
@ 2024-07-21 20:58 usagi-flow
  2024-07-22  6:01 ` [PR PATCH] [Updated] " usagi-flow
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: usagi-flow @ 2024-07-21 20:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1359 bytes --]

There is a new pull request by usagi-flow against master on the void-packages repository

https://github.com/usagi-flow/void-packages feat-rage
https://github.com/void-linux/void-packages/pull/51365

New package: rage-0.10.0
[rage](https://github.com/str4d/rage) is:
> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. 

It is also a rust implementation of [age](https://github.com/FiloSottile/age).

---

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### 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/51365.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feat-rage-51365.patch --]
[-- Type: text/x-diff, Size: 1099 bytes --]

From 63b5b46c362287063717d0b3efc0bcb82c80d270 Mon Sep 17 00:00:00 2001
From: usagi-flow <2804556+usagi-flow@users.noreply.github.com>
Date: Sun, 21 Jul 2024 22:51:06 +0200
Subject: [PATCH] New package: rage-0.10.0

---
 srcpkgs/rage/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/rage/template

diff --git a/srcpkgs/rage/template b/srcpkgs/rage/template
new file mode 100644
index 00000000000000..c22b95b75e436e
--- /dev/null
+++ b/srcpkgs/rage/template
@@ -0,0 +1,16 @@
+pkgname=rage
+version=0.10.0
+revision=1
+build_style=cargo
+short_desc="Simple, modern and secure encryption tool, written in Rust"
+maintainer="usagi-flow <2804556+usagi-flow@users.noreply.github.com>"
+license="MIT"
+homepage="https://github.com/str4d/rage"
+distfiles="https://github.com/str4d/rage/archive/refs/tags/v${version}.tar.gz"
+checksum="34c39c28f8032c144a43aea96e58159fe69526f5ff91cb813083530adcaa6ea4"
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/rage
+	vbin target/${RUST_TARGET}/release/rage-keygen
+	vlicense LICENSE-MIT
+}
\ No newline at end of file

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: rage-0.10.0
  2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
@ 2024-07-22  6:01 ` usagi-flow
  2024-07-22  6:04 ` usagi-flow
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: usagi-flow @ 2024-07-22  6:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]

There is an updated pull request by usagi-flow against master on the void-packages repository

https://github.com/usagi-flow/void-packages feat-rage
https://github.com/void-linux/void-packages/pull/51365

New package: rage-0.10.0
[rage](https://github.com/str4d/rage) is:
> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. 

It is also a rust implementation of [age](https://github.com/FiloSottile/age).

---

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### 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/51365.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feat-rage-51365.patch --]
[-- Type: text/x-diff, Size: 1997 bytes --]

From 63b5b46c362287063717d0b3efc0bcb82c80d270 Mon Sep 17 00:00:00 2001
From: usagi-flow <2804556+usagi-flow@users.noreply.github.com>
Date: Sun, 21 Jul 2024 22:51:06 +0200
Subject: [PATCH 1/2] New package: rage-0.10.0

---
 srcpkgs/rage/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/rage/template

diff --git a/srcpkgs/rage/template b/srcpkgs/rage/template
new file mode 100644
index 00000000000000..c22b95b75e436e
--- /dev/null
+++ b/srcpkgs/rage/template
@@ -0,0 +1,16 @@
+pkgname=rage
+version=0.10.0
+revision=1
+build_style=cargo
+short_desc="Simple, modern and secure encryption tool, written in Rust"
+maintainer="usagi-flow <2804556+usagi-flow@users.noreply.github.com>"
+license="MIT"
+homepage="https://github.com/str4d/rage"
+distfiles="https://github.com/str4d/rage/archive/refs/tags/v${version}.tar.gz"
+checksum="34c39c28f8032c144a43aea96e58159fe69526f5ff91cb813083530adcaa6ea4"
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/rage
+	vbin target/${RUST_TARGET}/release/rage-keygen
+	vlicense LICENSE-MIT
+}
\ No newline at end of file

From 7559a98c39a6b425b395f246ea73899a742f587c Mon Sep 17 00:00:00 2001
From: usagi-flow <2804556+usagi-flow@users.noreply.github.com>
Date: Mon, 22 Jul 2024 06:53:29 +0200
Subject: [PATCH 2/2] rage: fix ci

---
 srcpkgs/rage/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rage/template b/srcpkgs/rage/template
index c22b95b75e436e..3ba26f4a5160f8 100644
--- a/srcpkgs/rage/template
+++ b/srcpkgs/rage/template
@@ -1,6 +1,7 @@
 pkgname=rage
 version=0.10.0
 revision=1
+conflicts="rage-player" # /usr/bin/rage
 build_style=cargo
 short_desc="Simple, modern and secure encryption tool, written in Rust"
 maintainer="usagi-flow <2804556+usagi-flow@users.noreply.github.com>"
@@ -13,4 +14,4 @@ do_install() {
 	vbin target/${RUST_TARGET}/release/rage
 	vbin target/${RUST_TARGET}/release/rage-keygen
 	vlicense LICENSE-MIT
-}
\ No newline at end of file
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: rage-0.10.0
  2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
  2024-07-22  6:01 ` [PR PATCH] [Updated] " usagi-flow
@ 2024-07-22  6:04 ` usagi-flow
  2024-07-22  6:48 ` usagi-flow
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: usagi-flow @ 2024-07-22  6:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]

There is an updated pull request by usagi-flow against master on the void-packages repository

https://github.com/usagi-flow/void-packages feat-rage
https://github.com/void-linux/void-packages/pull/51365

New package: rage-0.10.0
[rage](https://github.com/str4d/rage) is:
> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. 

It is also a rust implementation of [age](https://github.com/FiloSottile/age).

---

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### 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/51365.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feat-rage-51365.patch --]
[-- Type: text/x-diff, Size: 1997 bytes --]

From 871f80ad72cfa28e76f6b586770b7de077be06c9 Mon Sep 17 00:00:00 2001
From: usagi-flow <2804556+usagi-flow@users.noreply.github.com>
Date: Sun, 21 Jul 2024 22:51:06 +0200
Subject: [PATCH 1/2] New package: rage-0.10.0

---
 srcpkgs/rage/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/rage/template

diff --git a/srcpkgs/rage/template b/srcpkgs/rage/template
new file mode 100644
index 00000000000000..c22b95b75e436e
--- /dev/null
+++ b/srcpkgs/rage/template
@@ -0,0 +1,16 @@
+pkgname=rage
+version=0.10.0
+revision=1
+build_style=cargo
+short_desc="Simple, modern and secure encryption tool, written in Rust"
+maintainer="usagi-flow <2804556+usagi-flow@users.noreply.github.com>"
+license="MIT"
+homepage="https://github.com/str4d/rage"
+distfiles="https://github.com/str4d/rage/archive/refs/tags/v${version}.tar.gz"
+checksum="34c39c28f8032c144a43aea96e58159fe69526f5ff91cb813083530adcaa6ea4"
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/rage
+	vbin target/${RUST_TARGET}/release/rage-keygen
+	vlicense LICENSE-MIT
+}
\ No newline at end of file

From 11d1c4ada244b9543baf84161c8ab090e369d1b5 Mon Sep 17 00:00:00 2001
From: usagi-flow <2804556+usagi-flow@users.noreply.github.com>
Date: Mon, 22 Jul 2024 06:53:29 +0200
Subject: [PATCH 2/2] rage: fix ci

---
 srcpkgs/rage/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/rage/template b/srcpkgs/rage/template
index c22b95b75e436e..3ba26f4a5160f8 100644
--- a/srcpkgs/rage/template
+++ b/srcpkgs/rage/template
@@ -1,6 +1,7 @@
 pkgname=rage
 version=0.10.0
 revision=1
+conflicts="rage-player" # /usr/bin/rage
 build_style=cargo
 short_desc="Simple, modern and secure encryption tool, written in Rust"
 maintainer="usagi-flow <2804556+usagi-flow@users.noreply.github.com>"
@@ -13,4 +14,4 @@ do_install() {
 	vbin target/${RUST_TARGET}/release/rage
 	vbin target/${RUST_TARGET}/release/rage-keygen
 	vlicense LICENSE-MIT
-}
\ No newline at end of file
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: rage-0.10.0
  2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
  2024-07-22  6:01 ` [PR PATCH] [Updated] " usagi-flow
  2024-07-22  6:04 ` usagi-flow
@ 2024-07-22  6:48 ` usagi-flow
  2024-10-21  2:01 ` github-actions
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: usagi-flow @ 2024-07-22  6:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]

There is an updated pull request by usagi-flow against master on the void-packages repository

https://github.com/usagi-flow/void-packages feat-rage
https://github.com/void-linux/void-packages/pull/51365

New package: rage-0.10.0
[rage](https://github.com/str4d/rage) is:
> A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability. 

It is also a rust implementation of [age](https://github.com/FiloSottile/age).

---

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### 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/51365.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-feat-rage-51365.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]

From d8b2e18032f29563aec0a85dd98231090c54bfda Mon Sep 17 00:00:00 2001
From: usagi-flow <2804556+usagi-flow@users.noreply.github.com>
Date: Sun, 21 Jul 2024 22:51:06 +0200
Subject: [PATCH] New package: rage-0.10.0

---
 srcpkgs/rage/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/rage/template

diff --git a/srcpkgs/rage/template b/srcpkgs/rage/template
new file mode 100644
index 00000000000000..3ba26f4a5160f8
--- /dev/null
+++ b/srcpkgs/rage/template
@@ -0,0 +1,17 @@
+pkgname=rage
+version=0.10.0
+revision=1
+conflicts="rage-player" # /usr/bin/rage
+build_style=cargo
+short_desc="Simple, modern and secure encryption tool, written in Rust"
+maintainer="usagi-flow <2804556+usagi-flow@users.noreply.github.com>"
+license="MIT"
+homepage="https://github.com/str4d/rage"
+distfiles="https://github.com/str4d/rage/archive/refs/tags/v${version}.tar.gz"
+checksum="34c39c28f8032c144a43aea96e58159fe69526f5ff91cb813083530adcaa6ea4"
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/rage
+	vbin target/${RUST_TARGET}/release/rage-keygen
+	vlicense LICENSE-MIT
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: rage-0.10.0
  2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
                   ` (2 preceding siblings ...)
  2024-07-22  6:48 ` usagi-flow
@ 2024-10-21  2:01 ` github-actions
  2024-10-24 18:06 ` usagi-flow
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2024-10-21  2:01 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/51365#issuecomment-2425404706

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] 8+ messages in thread

* Re: New package: rage-0.10.0
  2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
                   ` (3 preceding siblings ...)
  2024-10-21  2:01 ` github-actions
@ 2024-10-24 18:06 ` usagi-flow
  2025-01-24  1:57 ` github-actions
  2025-02-04 16:47 ` usagi-flow
  6 siblings, 0 replies; 8+ messages in thread
From: usagi-flow @ 2024-10-24 18:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New comment by usagi-flow on void-packages repository

https://github.com/void-linux/void-packages/pull/51365#issuecomment-2436035717

Comment:
Still relevant

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: rage-0.10.0
  2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
                   ` (4 preceding siblings ...)
  2024-10-24 18:06 ` usagi-flow
@ 2025-01-24  1:57 ` github-actions
  2025-02-04 16:47 ` usagi-flow
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2025-01-24  1:57 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/51365#issuecomment-2611381173

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] 8+ messages in thread

* Re: New package: rage-0.10.0
  2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
                   ` (5 preceding siblings ...)
  2025-01-24  1:57 ` github-actions
@ 2025-02-04 16:47 ` usagi-flow
  6 siblings, 0 replies; 8+ messages in thread
From: usagi-flow @ 2025-02-04 16:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New comment by usagi-flow on void-packages repository

https://github.com/void-linux/void-packages/pull/51365#issuecomment-2634523931

Comment:
Still relevant

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-02-04 16:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-21 20:58 [PR PATCH] New package: rage-0.10.0 usagi-flow
2024-07-22  6:01 ` [PR PATCH] [Updated] " usagi-flow
2024-07-22  6:04 ` usagi-flow
2024-07-22  6:48 ` usagi-flow
2024-10-21  2:01 ` github-actions
2024-10-24 18:06 ` usagi-flow
2025-01-24  1:57 ` github-actions
2025-02-04 16:47 ` usagi-flow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).