Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: dinit
@ 2023-12-04 15:50 dkwo
  2023-12-04 16:01 ` [PR PATCH] [Updated] " dkwo
  2024-01-12 18:59 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: dkwo @ 2023-12-04 15:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages dinit
https://github.com/void-linux/void-packages/pull/47570

new package: dinit
- I tested the changes in this PR: yes (not as init, only as service manager)
 
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): yes

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

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

From 945acbf5c0379cafac7a97f6de2633566c834ca5 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 10 Aug 2023 18:35:26 +0200
Subject: [PATCH] new package: dinit-0.17.1

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

diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template
new file mode 100644
index 0000000000000..28c3404eed04b
--- /dev/null
+++ b/srcpkgs/dinit/template
@@ -0,0 +1,20 @@
+# Template file for 'dinit'
+pkgname=dinit
+version=0.17.1
+revision=1
+build_style=meson
+configure_args="
+ -Ddinit-sbindir=/usr/bin
+ -Dbuild-shutdown=disabled
+ -Dunit-tests=true
+ -Digr-tests=true
+ -Db_ndebug=false"
+hostmakedepends="m4"
+checkdepends="libsanitizer-devel"
+short_desc="Service manager and init system"
+maintainer="dkwo <npiazza@disroot.org>"
+license="Apache-2.0"
+homepage="https://davmac.org/projects/dinit/"
+changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
+distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
+checksum=25f36f9a311de3e28278637041c9f962d95843f7265c89436c172286748f88e5

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

* Re: [PR PATCH] [Updated] new package: dinit
  2023-12-04 15:50 [PR PATCH] new package: dinit dkwo
@ 2023-12-04 16:01 ` dkwo
  2024-01-12 18:59 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: dkwo @ 2023-12-04 16:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages dinit
https://github.com/void-linux/void-packages/pull/47570

new package: dinit
- I tested the changes in this PR: yes (not as init, only as service manager)
 
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): yes

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

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

From 5a29715f6644d876da72cfda1b94c126b4467ab6 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Thu, 10 Aug 2023 18:35:26 +0200
Subject: [PATCH] new package: dinit

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

diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template
new file mode 100644
index 0000000000000..a55b31a2e9d7e
--- /dev/null
+++ b/srcpkgs/dinit/template
@@ -0,0 +1,20 @@
+# Template file for 'dinit'
+pkgname=dinit
+version=0.17.1
+revision=1
+build_style=meson
+configure_args="
+ -Ddinit-sbindir=/usr/bin
+ -Dbuild-shutdown=disabled
+ -Dunit-tests=true
+ -Digr-tests=true
+ -Db_ndebug=false"
+hostmakedepends="m4"
+# checkdepends="libsanitizer-devel"
+short_desc="Service manager and init system"
+maintainer="dkwo <npiazza@disroot.org>"
+license="Apache-2.0"
+homepage="https://davmac.org/projects/dinit/"
+changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS"
+distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
+checksum=25f36f9a311de3e28278637041c9f962d95843f7265c89436c172286748f88e5

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

* Re: [PR PATCH] [Merged]: new package: dinit
  2023-12-04 15:50 [PR PATCH] new package: dinit dkwo
  2023-12-04 16:01 ` [PR PATCH] [Updated] " dkwo
@ 2024-01-12 18:59 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-01-12 18:59 UTC (permalink / raw)
  To: ml

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

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

new package: dinit
https://github.com/void-linux/void-packages/pull/47570

Description:
- I tested the changes in this PR: yes (not as init, only as service manager)
 
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): yes

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

end of thread, other threads:[~2024-01-12 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-04 15:50 [PR PATCH] new package: dinit dkwo
2023-12-04 16:01 ` [PR PATCH] [Updated] " dkwo
2024-01-12 18:59 ` [PR PATCH] [Merged]: " ahesford

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