Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] 66: revbump, add s6-rc to the depends array.
@ 2022-10-17 12:53 mobinmob
  2022-10-17 12:56 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mobinmob @ 2022-10-17 12:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages 66-fix
https://github.com/void-linux/void-packages/pull/40007

66: revbump, add s6-rc to the depends array.
It is not picked up as a dependency from s6-rc-devel in the makedepends array (thanks @NymanMatthias).

Also:
- change changelog and distfiles to the new gitlab instance,
- change the changelog path in the git repo.

<!-- 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/40007.patch is attached

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

From 38e2373a765f2ff8d5fc727802c22d8b73bc8573 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Oct 2022 15:52:52 +0300
Subject: [PATCH] 66: revbump, add s6-rc to the depends array.

It is not picked up as a dependency from s6-rc-devel in the makedepends array (thanks @NymanMatthias).

Also:
- change changelog and distfiles to the new gitlab instance,
- change the changelog path in the git repo.
---
 srcpkgs/66/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 757c7e5dfd50..4a4123cbf732 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,7 +1,7 @@
 # Template file for '66'
 pkgname=66
 version=0.6.2.0
-revision=2
+revision=3
 wrksrc="66-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
@@ -12,12 +12,13 @@ configure_args="--prefix=/usr
  --with-system-dir=/etc/66/lib"
 hostmakedepends="pkg-config lowdown"
 makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc-devel"
+depends="s6-rc"
 short_desc="Small tools built around s6 and s6-rc programs"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="http://web.obarun.org/software/"
-changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
-distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
+changelog="https://git.obarun.org/Obarun/66/-/raw/master/doc/upgrade.md"
+distfiles="https://git.obarun.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
 checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28
 patch_args="-Np1"
 

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

* Re: [PR PATCH] [Updated] 66: revbump, add s6-rc to the depends array.
  2022-10-17 12:53 [PR PATCH] 66: revbump, add s6-rc to the depends array mobinmob
@ 2022-10-17 12:56 ` mobinmob
  2022-11-01 17:46 ` [PR PATCH] [Merged]: " classabbyamp
  2022-11-01 17:48 ` mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2022-10-17 12:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages 66-fix
https://github.com/void-linux/void-packages/pull/40007

66: revbump, add s6-rc to the depends array.
It is not picked up as a dependency from s6-rc-devel in the makedepends array (thanks @NymanMatthias).

Also:
- change changelog and distfiles to the new gitlab instance,
- change the changelog path in the git repo.

<!-- 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/40007.patch is attached

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

From b62ce3b5c51fa184cc92b4a5608d3e827245ee3e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Oct 2022 15:52:52 +0300
Subject: [PATCH] 66: revbump, add s6-rc to the depends array.

It is not picked up as a dependency from s6-rc-devel
in the makedepends array (thanks @NymanMatthias).

Also:
- change changelog and distfiles to the new gitlab instance,
- change the changelog path in the git repo.
---
 srcpkgs/66/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 757c7e5dfd50..4a4123cbf732 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,7 +1,7 @@
 # Template file for '66'
 pkgname=66
 version=0.6.2.0
-revision=2
+revision=3
 wrksrc="66-v${version}"
 build_style=configure
 configure_args="--prefix=/usr
@@ -12,12 +12,13 @@ configure_args="--prefix=/usr
  --with-system-dir=/etc/66/lib"
 hostmakedepends="pkg-config lowdown"
 makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc-devel"
+depends="s6-rc"
 short_desc="Small tools built around s6 and s6-rc programs"
 maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="http://web.obarun.org/software/"
-changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
-distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
+changelog="https://git.obarun.org/Obarun/66/-/raw/master/doc/upgrade.md"
+distfiles="https://git.obarun.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
 checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28
 patch_args="-Np1"
 

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

* Re: [PR PATCH] [Merged]: 66: revbump, add s6-rc to the depends array.
  2022-10-17 12:53 [PR PATCH] 66: revbump, add s6-rc to the depends array mobinmob
  2022-10-17 12:56 ` [PR PATCH] [Updated] " mobinmob
@ 2022-11-01 17:46 ` classabbyamp
  2022-11-01 17:48 ` mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-01 17:46 UTC (permalink / raw)
  To: ml

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

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

66: revbump, add s6-rc to the depends array.
https://github.com/void-linux/void-packages/pull/40007

Description:
It is not picked up as a dependency from s6-rc-devel in the makedepends array (thanks @NymanMatthias).

Also:
- change changelog and distfiles to the new gitlab instance,
- change the changelog path in the git repo.

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

* Re: 66: revbump, add s6-rc to the depends array.
  2022-10-17 12:53 [PR PATCH] 66: revbump, add s6-rc to the depends array mobinmob
  2022-10-17 12:56 ` [PR PATCH] [Updated] " mobinmob
  2022-11-01 17:46 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-11-01 17:48 ` mobinmob
  2 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2022-11-01 17:48 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/40007#issuecomment-1298892429

Comment:
@classabbyamp Many, many thanks :)

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

end of thread, other threads:[~2022-11-01 17:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17 12:53 [PR PATCH] 66: revbump, add s6-rc to the depends array mobinmob
2022-10-17 12:56 ` [PR PATCH] [Updated] " mobinmob
2022-11-01 17:46 ` [PR PATCH] [Merged]: " classabbyamp
2022-11-01 17:48 ` mobinmob

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