Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] superd: update to 0.7.1.
@ 2022-11-19 13:43 JamiKettunen
  2022-11-19 14:03 ` [PR PATCH] [Updated] " JamiKettunen
  2022-11-24  6:59 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: JamiKettunen @ 2022-11-19 13:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages superd
https://github.com/void-linux/void-packages/pull/40615

superd: update to 0.7.1.
<!-- 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**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8a6f12618b903de76eda58f0e4dae658a6986cb1 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Sat, 19 Nov 2022 15:33:27 +0200
Subject: [PATCH] superd: update to 0.7.1.

---
 .../patches/add-installmisc-target.patch      | 50 -------------------
 srcpkgs/superd/template                       |  5 +-
 2 files changed, 3 insertions(+), 52 deletions(-)
 delete mode 100644 srcpkgs/superd/patches/add-installmisc-target.patch

diff --git a/srcpkgs/superd/patches/add-installmisc-target.patch b/srcpkgs/superd/patches/add-installmisc-target.patch
deleted file mode 100644
index 48fdf17e01e4..000000000000
--- a/srcpkgs/superd/patches/add-installmisc-target.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 0983f081efada98a6b61d70de10bbf01d5f430bd Mon Sep 17 00:00:00 2001
-From: Jami Kettunen <jamipkettunen@gmail.com>
-Date: Sun, 16 Oct 2022 20:51:39 +0300
-Subject: [PATCH] makefile: add installmisc target to install everything except
- binaries
-
-The "install" target still behaves like before but now one can
-"make installmisc" to not install the binaries in case they're being
-handled (built and installed) outside the makefile in e.g. a
-distribution's package build environment.
-
-Link: https://lists.sr.ht/~craftyguy/superd/patches/36158
----
- Makefile | 10 +++++++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 0a7b0d2..8bd6946 100644
---- a/Makefile
-+++ b/Makefile
-@@ -58,12 +58,14 @@ doc: $(DOCS)
- clean:
- 	$(RM) $(DOCS) superd superctl
- 
--install: $(DOCS) superd superctl
-+installbins: superd superctl
-+	install -Dm755 superd -t $(DESTDIR)$(BINDIR)/
-+	install -Dm755 superctl -t $(DESTDIR)$(BINDIR)/
-+
-+installmisc: $(DOCS)
- 	mkdir -m755 -p \
- 		$(DESTDIR)$(SYSCONFDIR)/superd/services \
- 		$(DESTDIR)$(SHAREDIR)/superd/services
--	install -Dm755 superd -t $(DESTDIR)$(BINDIR)/
--	install -Dm755 superctl -t $(DESTDIR)$(BINDIR)/
- 	install -Dm644 superd.1 -t $(DESTDIR)$(MANDIR)/man1/
- 	install -Dm644 superd.service.5 -t $(DESTDIR)$(MANDIR)/man5/
- 	install -Dm644 superctl.1 -t $(DESTDIR)$(MANDIR)/man1/
-@@ -72,6 +74,8 @@ install: $(DOCS) superd superctl
- 	install -Dm644 completions/bash/superctl \
- 		$(DESTDIR)$(SHAREDIR)/bash-completion/completions/superctl
- 
-+install: installbins installmisc
-+
- .PHONY: checkinstall
- checkinstall:
- 	$(DESTDIR)$(BINDIR)/superd -v
--- 
-2.38.0
-
diff --git a/srcpkgs/superd/template b/srcpkgs/superd/template
index 81453206ca7a..0de421132b0f 100644
--- a/srcpkgs/superd/template
+++ b/srcpkgs/superd/template
@@ -1,6 +1,6 @@
 # Template file for 'superd' 
 pkgname=superd
-version=0.7
+version=0.7.1
 revision=1
 build_style=go
 go_import_path="sr.ht/~craftyguy/superd"
@@ -12,8 +12,9 @@ short_desc="Lightweight user service supervising daemon"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://sr.ht/~craftyguy/superd/"
+changelog="https://git.sr.ht/~craftyguy/superd/tree/master/item/CHANGELOG.md"
 distfiles="https://git.sr.ht/~craftyguy/superd/archive/${version}.tar.gz"
-checksum=7563647dd5303752237e1b8453c770dd83c908a239da73f48b11e2151109586b
+checksum=59de58f43bd237c12d0e73425df954eb14dd4e87e11d990e8191aa6921ee08d3
 
 do_check() {
 	go test ./...

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

* Re: [PR PATCH] [Updated] superd: update to 0.7.1.
  2022-11-19 13:43 [PR PATCH] superd: update to 0.7.1 JamiKettunen
@ 2022-11-19 14:03 ` JamiKettunen
  2022-11-24  6:59 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: JamiKettunen @ 2022-11-19 14:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages superd
https://github.com/void-linux/void-packages/pull/40615

superd: update to 0.7.1.
<!-- 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**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8cc10e0efe46b6f1f9b65cf2171b190a0e99fc36 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Sat, 19 Nov 2022 15:33:27 +0200
Subject: [PATCH] superd: update to 0.7.1.

---
 .../patches/add-installmisc-target.patch      | 50 -------------------
 srcpkgs/superd/template                       |  7 +--
 2 files changed, 4 insertions(+), 53 deletions(-)
 delete mode 100644 srcpkgs/superd/patches/add-installmisc-target.patch

diff --git a/srcpkgs/superd/patches/add-installmisc-target.patch b/srcpkgs/superd/patches/add-installmisc-target.patch
deleted file mode 100644
index 48fdf17e01e4..000000000000
--- a/srcpkgs/superd/patches/add-installmisc-target.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 0983f081efada98a6b61d70de10bbf01d5f430bd Mon Sep 17 00:00:00 2001
-From: Jami Kettunen <jamipkettunen@gmail.com>
-Date: Sun, 16 Oct 2022 20:51:39 +0300
-Subject: [PATCH] makefile: add installmisc target to install everything except
- binaries
-
-The "install" target still behaves like before but now one can
-"make installmisc" to not install the binaries in case they're being
-handled (built and installed) outside the makefile in e.g. a
-distribution's package build environment.
-
-Link: https://lists.sr.ht/~craftyguy/superd/patches/36158
----
- Makefile | 10 +++++++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 0a7b0d2..8bd6946 100644
---- a/Makefile
-+++ b/Makefile
-@@ -58,12 +58,14 @@ doc: $(DOCS)
- clean:
- 	$(RM) $(DOCS) superd superctl
- 
--install: $(DOCS) superd superctl
-+installbins: superd superctl
-+	install -Dm755 superd -t $(DESTDIR)$(BINDIR)/
-+	install -Dm755 superctl -t $(DESTDIR)$(BINDIR)/
-+
-+installmisc: $(DOCS)
- 	mkdir -m755 -p \
- 		$(DESTDIR)$(SYSCONFDIR)/superd/services \
- 		$(DESTDIR)$(SHAREDIR)/superd/services
--	install -Dm755 superd -t $(DESTDIR)$(BINDIR)/
--	install -Dm755 superctl -t $(DESTDIR)$(BINDIR)/
- 	install -Dm644 superd.1 -t $(DESTDIR)$(MANDIR)/man1/
- 	install -Dm644 superd.service.5 -t $(DESTDIR)$(MANDIR)/man5/
- 	install -Dm644 superctl.1 -t $(DESTDIR)$(MANDIR)/man1/
-@@ -72,6 +74,8 @@ install: $(DOCS) superd superctl
- 	install -Dm644 completions/bash/superctl \
- 		$(DESTDIR)$(SHAREDIR)/bash-completion/completions/superctl
- 
-+install: installbins installmisc
-+
- .PHONY: checkinstall
- checkinstall:
- 	$(DESTDIR)$(BINDIR)/superd -v
--- 
-2.38.0
-
diff --git a/srcpkgs/superd/template b/srcpkgs/superd/template
index 81453206ca7a..561dfb88621f 100644
--- a/srcpkgs/superd/template
+++ b/srcpkgs/superd/template
@@ -1,6 +1,6 @@
-# Template file for 'superd' 
+# Template file for 'superd'
 pkgname=superd
-version=0.7
+version=0.7.1
 revision=1
 build_style=go
 go_import_path="sr.ht/~craftyguy/superd"
@@ -12,8 +12,9 @@ short_desc="Lightweight user service supervising daemon"
 maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://sr.ht/~craftyguy/superd/"
+changelog="https://git.sr.ht/~craftyguy/superd/tree/master/item/CHANGELOG.md"
 distfiles="https://git.sr.ht/~craftyguy/superd/archive/${version}.tar.gz"
-checksum=7563647dd5303752237e1b8453c770dd83c908a239da73f48b11e2151109586b
+checksum=59de58f43bd237c12d0e73425df954eb14dd4e87e11d990e8191aa6921ee08d3
 
 do_check() {
 	go test ./...

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

* Re: [PR PATCH] [Merged]: superd: update to 0.7.1.
  2022-11-19 13:43 [PR PATCH] superd: update to 0.7.1 JamiKettunen
  2022-11-19 14:03 ` [PR PATCH] [Updated] " JamiKettunen
@ 2022-11-24  6:59 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-11-24  6:59 UTC (permalink / raw)
  To: ml

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

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

superd: update to 0.7.1.
https://github.com/void-linux/void-packages/pull/40615

Description:
<!-- 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**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-11-24  6:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19 13:43 [PR PATCH] superd: update to 0.7.1 JamiKettunen
2022-11-19 14:03 ` [PR PATCH] [Updated] " JamiKettunen
2022-11-24  6:59 ` [PR PATCH] [Merged]: " classabbyamp

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