Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: doasedit-1.0.7
@ 2025-01-19 14:50 r-ricci
  2025-04-19 14:06 ` [PR PATCH] [Updated] " r-ricci
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: r-ricci @ 2025-01-19 14:50 UTC (permalink / raw)
  To: ml

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

There is a new pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages doasedit
https://github.com/void-linux/void-packages/pull/54026

New package: doasedit-1.0.7
#### 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**

I know that simple shell scripts are generally not accepted, but I do think that this one could be valuable for `doas` users.

A patch file from https://github.com/void-linux/void-packages/pull/54026.patch is attached

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

From 30ddb55f51083042463063521f47bbf31d8241f4 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sun, 19 Jan 2025 15:39:45 +0100
Subject: [PATCH] New package: doasedit-1.0.7

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

diff --git a/srcpkgs/doasedit/template b/srcpkgs/doasedit/template
new file mode 100644
index 00000000000000..295e581899705b
--- /dev/null
+++ b/srcpkgs/doasedit/template
@@ -0,0 +1,17 @@
+# Template file for 'doasedit'
+pkgname=doasedit
+version=1.0.7
+revision=1
+depends="opendoas"
+short_desc="Doas wrapper to edit files with an unprivileged editor"
+maintainer="Roberto Ricci <io@r-ricci.it>"
+license="MIT"
+homepage="https://codeberg.org/TotallyLeGIT/doasedit"
+changelog="https://codeberg.org/TotallyLeGIT/doasedit/raw/branch/main/CHANGELOG.md"
+distfiles="https://codeberg.org/TotallyLeGIT/doasedit/archive/${version}.tar.gz"
+checksum=300fafa03099b99597ab99d6d1e0376e817e82f1223e3c04c62d8ad8e26c6744
+
+do_install() {
+	vbin doasedit
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: doasedit-1.0.7
  2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
@ 2025-04-19 14:06 ` r-ricci
  2025-07-05 14:33 ` r-ricci
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: r-ricci @ 2025-04-19 14:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages doasedit
https://github.com/void-linux/void-packages/pull/54026

New package: doasedit-1.0.7
#### 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**

I know that simple shell scripts are generally not accepted, but I do think that this one could be valuable for `doas` users.

A patch file from https://github.com/void-linux/void-packages/pull/54026.patch is attached

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

From 080528097560d8fc968511a5342f9e0768348816 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sun, 19 Jan 2025 15:39:45 +0100
Subject: [PATCH] New package: doasedit-1.0.7

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

diff --git a/srcpkgs/doasedit/template b/srcpkgs/doasedit/template
new file mode 100644
index 00000000000000..295e581899705b
--- /dev/null
+++ b/srcpkgs/doasedit/template
@@ -0,0 +1,17 @@
+# Template file for 'doasedit'
+pkgname=doasedit
+version=1.0.7
+revision=1
+depends="opendoas"
+short_desc="Doas wrapper to edit files with an unprivileged editor"
+maintainer="Roberto Ricci <io@r-ricci.it>"
+license="MIT"
+homepage="https://codeberg.org/TotallyLeGIT/doasedit"
+changelog="https://codeberg.org/TotallyLeGIT/doasedit/raw/branch/main/CHANGELOG.md"
+distfiles="https://codeberg.org/TotallyLeGIT/doasedit/archive/${version}.tar.gz"
+checksum=300fafa03099b99597ab99d6d1e0376e817e82f1223e3c04c62d8ad8e26c6744
+
+do_install() {
+	vbin doasedit
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: doasedit-1.0.7
  2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
  2025-04-19 14:06 ` [PR PATCH] [Updated] " r-ricci
@ 2025-07-05 14:33 ` r-ricci
  2025-07-24 20:34 ` r-ricci
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: r-ricci @ 2025-07-05 14:33 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages doasedit
https://github.com/void-linux/void-packages/pull/54026

New package: doasedit-1.0.7
#### 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**

I know that simple shell scripts are generally not accepted, but I do think that this one could be valuable for `doas` users.

A patch file from https://github.com/void-linux/void-packages/pull/54026.patch is attached

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

From e8b578350100ca783c9cfd395124fa2d77ec09d8 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sun, 19 Jan 2025 15:39:45 +0100
Subject: [PATCH] New package: doasedit-1.0.7

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

diff --git a/srcpkgs/doasedit/template b/srcpkgs/doasedit/template
new file mode 100644
index 00000000000000..295e581899705b
--- /dev/null
+++ b/srcpkgs/doasedit/template
@@ -0,0 +1,17 @@
+# Template file for 'doasedit'
+pkgname=doasedit
+version=1.0.7
+revision=1
+depends="opendoas"
+short_desc="Doas wrapper to edit files with an unprivileged editor"
+maintainer="Roberto Ricci <io@r-ricci.it>"
+license="MIT"
+homepage="https://codeberg.org/TotallyLeGIT/doasedit"
+changelog="https://codeberg.org/TotallyLeGIT/doasedit/raw/branch/main/CHANGELOG.md"
+distfiles="https://codeberg.org/TotallyLeGIT/doasedit/archive/${version}.tar.gz"
+checksum=300fafa03099b99597ab99d6d1e0376e817e82f1223e3c04c62d8ad8e26c6744
+
+do_install() {
+	vbin doasedit
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: doasedit-1.0.7
  2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
  2025-04-19 14:06 ` [PR PATCH] [Updated] " r-ricci
  2025-07-05 14:33 ` r-ricci
@ 2025-07-24 20:34 ` r-ricci
  2025-07-24 20:55 ` r-ricci
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: r-ricci @ 2025-07-24 20:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages doasedit
https://github.com/void-linux/void-packages/pull/54026

New package: doasedit-1.0.7
#### 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**

I know that simple shell scripts are generally not accepted, but I do think that this one could be valuable for `doas` users.

A patch file from https://github.com/void-linux/void-packages/pull/54026.patch is attached

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

From c9d824ad0302d95916c353b7f0f9f66b5206e231 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sun, 19 Jan 2025 15:39:45 +0100
Subject: [PATCH] New package: doasedit-1.0.7

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

diff --git a/srcpkgs/doasedit/template b/srcpkgs/doasedit/template
new file mode 100644
index 00000000000000..295e581899705b
--- /dev/null
+++ b/srcpkgs/doasedit/template
@@ -0,0 +1,17 @@
+# Template file for 'doasedit'
+pkgname=doasedit
+version=1.0.7
+revision=1
+depends="opendoas"
+short_desc="Doas wrapper to edit files with an unprivileged editor"
+maintainer="Roberto Ricci <io@r-ricci.it>"
+license="MIT"
+homepage="https://codeberg.org/TotallyLeGIT/doasedit"
+changelog="https://codeberg.org/TotallyLeGIT/doasedit/raw/branch/main/CHANGELOG.md"
+distfiles="https://codeberg.org/TotallyLeGIT/doasedit/archive/${version}.tar.gz"
+checksum=300fafa03099b99597ab99d6d1e0376e817e82f1223e3c04c62d8ad8e26c6744
+
+do_install() {
+	vbin doasedit
+	vlicense LICENSE
+}

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

* Re: New package: doasedit-1.0.7
  2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
                   ` (2 preceding siblings ...)
  2025-07-24 20:34 ` r-ricci
@ 2025-07-24 20:55 ` r-ricci
  2025-08-16 15:39 ` [PR PATCH] [Updated] " r-ricci
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: r-ricci @ 2025-07-24 20:55 UTC (permalink / raw)
  To: ml

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

New comment by r-ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/54026#issuecomment-3114915641

Comment:
ping

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

* Re: [PR PATCH] [Updated] New package: doasedit-1.0.7
  2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
                   ` (3 preceding siblings ...)
  2025-07-24 20:55 ` r-ricci
@ 2025-08-16 15:39 ` r-ricci
  2025-08-16 15:59 ` [PR PATCH] [Updated] New package: doasedit-1.0.8 r-ricci
  2025-08-16 16:21 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: r-ricci @ 2025-08-16 15:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages doasedit
https://github.com/void-linux/void-packages/pull/54026

New package: doasedit-1.0.7
#### 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**

I know that simple shell scripts are generally not accepted, but I do think that this one could be valuable for `doas` users.

A patch file from https://github.com/void-linux/void-packages/pull/54026.patch is attached

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

From 1bf29350cb3303f6664e5f7815815118a037f498 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sun, 19 Jan 2025 15:39:45 +0100
Subject: [PATCH] New package: doasedit-1.0.8

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

diff --git a/srcpkgs/doasedit/template b/srcpkgs/doasedit/template
new file mode 100644
index 00000000000000..45675c3676e329
--- /dev/null
+++ b/srcpkgs/doasedit/template
@@ -0,0 +1,17 @@
+# Template file for 'doasedit'
+pkgname=doasedit
+version=1.0.8
+revision=1
+depends="opendoas"
+short_desc="Doas wrapper to edit files with an unprivileged editor"
+maintainer="Roberto Ricci <io@r-ricci.it>"
+license="MIT"
+homepage="https://codeberg.org/TotallyLeGIT/doasedit"
+changelog="https://codeberg.org/TotallyLeGIT/doasedit/raw/branch/main/CHANGELOG.md"
+distfiles="https://codeberg.org/TotallyLeGIT/doasedit/archive/${version}.tar.gz"
+checksum=de7dfc450568d14f1ff473aa4a50a0d0505e188e117cc12cf3a2b0ea5da8af10
+
+do_install() {
+	vbin doasedit
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: doasedit-1.0.8
  2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
                   ` (4 preceding siblings ...)
  2025-08-16 15:39 ` [PR PATCH] [Updated] " r-ricci
@ 2025-08-16 15:59 ` r-ricci
  2025-08-16 16:21 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: r-ricci @ 2025-08-16 15:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by r-ricci against master on the void-packages repository

https://github.com/r-ricci/void-packages doasedit
https://github.com/void-linux/void-packages/pull/54026

New package: doasedit-1.0.8
#### 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**

I know that simple shell scripts are generally not accepted, but I do think that this one could be valuable for `doas` users.

A patch file from https://github.com/void-linux/void-packages/pull/54026.patch is attached

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

From 04a49d0db1a6d92c29310fab886d5225a5882010 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <io@r-ricci.it>
Date: Sun, 19 Jan 2025 15:39:45 +0100
Subject: [PATCH] New package: doasedit-1.0.8

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

diff --git a/srcpkgs/doasedit/template b/srcpkgs/doasedit/template
new file mode 100644
index 00000000000000..819fc88dc93d94
--- /dev/null
+++ b/srcpkgs/doasedit/template
@@ -0,0 +1,17 @@
+# Template file for 'doasedit'
+pkgname=doasedit
+version=1.0.8
+revision=1
+build_style="gnu-makefile"
+depends="opendoas"
+short_desc="Doas wrapper to edit files with an unprivileged editor"
+maintainer="Roberto Ricci <io@r-ricci.it>"
+license="MIT"
+homepage="https://codeberg.org/TotallyLeGIT/doasedit"
+changelog="https://codeberg.org/TotallyLeGIT/doasedit/raw/branch/main/CHANGELOG.md"
+distfiles="https://codeberg.org/TotallyLeGIT/doasedit/archive/${version}.tar.gz"
+checksum=de7dfc450568d14f1ff473aa4a50a0d0505e188e117cc12cf3a2b0ea5da8af10
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: doasedit-1.0.8
  2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
                   ` (5 preceding siblings ...)
  2025-08-16 15:59 ` [PR PATCH] [Updated] New package: doasedit-1.0.8 r-ricci
@ 2025-08-16 16:21 ` leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2025-08-16 16:21 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: doasedit-1.0.8
https://github.com/void-linux/void-packages/pull/54026

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

I know that simple shell scripts are generally not accepted, but I do think that this one could be valuable for `doas` users.

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

end of thread, other threads:[~2025-08-16 16:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-19 14:50 [PR PATCH] New package: doasedit-1.0.7 r-ricci
2025-04-19 14:06 ` [PR PATCH] [Updated] " r-ricci
2025-07-05 14:33 ` r-ricci
2025-07-24 20:34 ` r-ricci
2025-07-24 20:55 ` r-ricci
2025-08-16 15:39 ` [PR PATCH] [Updated] " r-ricci
2025-08-16 15:59 ` [PR PATCH] [Updated] New package: doasedit-1.0.8 r-ricci
2025-08-16 16:21 ` [PR PATCH] [Merged]: " leahneukirchen

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).