Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] skarnet stuff: update and drop noarch.
Date: Sun, 04 Oct 2020 20:51:34 +0200	[thread overview]
Message-ID: <20201004185134.Uf94OUSd_bldsIxxhmqyW0Ge2g28BWWT7UF1w7QpHl8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25202@inbox.vuxu.org>

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

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

https://github.com/ericonr/void-packages s6
https://github.com/void-linux/void-packages/pull/25202

skarnet stuff: update and drop noarch.


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

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

From 6abc000ca7c0813d974544f1df4cde7c9806e807 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:07 -0300
Subject: [PATCH 01/10] skalibs: update to 2.9.3.0, remove noarch.

---
 srcpkgs/skalibs/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/skalibs/template b/srcpkgs/skalibs/template
index 7b838abda1b..f8e5b43977c 100644
--- a/srcpkgs/skalibs/template
+++ b/srcpkgs/skalibs/template
@@ -1,6 +1,6 @@
 # Template file for 'skalibs'
 pkgname=skalibs
-version=2.9.2.1
+version=2.9.3.0
 revision=1
 _sysdepspkg=skaware-void-sysdeps
 build_style=configure
@@ -15,14 +15,13 @@ license="ISC"
 homepage="https://skarnet.org/software/skalibs/"
 changelog="https://skarnet.org/software/skalibs/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=250b99b53dd413172db944b31c1b930aa145ac79fe6c5d7e6869ef804228c539
+checksum=f01a07049d384097864410f9251447ad899db0d17f82cd8ebc6b7000d7783b44
 
 post_install() {
 	vlicense COPYING LICENSE
 }
 
 skalibs-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From 1e09553ace532fa0db58433b12e725f01956f424 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:05 -0300
Subject: [PATCH 02/10] execline: update to 2.6.1.1, remove noarch.

---
 srcpkgs/execline/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/execline/template b/srcpkgs/execline/template
index ad3b509a2f1..a47b4db7c71 100644
--- a/srcpkgs/execline/template
+++ b/srcpkgs/execline/template
@@ -1,6 +1,6 @@
 # Template file for 'execline'
 pkgname=execline
-version=2.6.1.0
+version=2.6.1.1
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://skarnet.org/software/execline/"
 changelog="https://skarnet.org/software/execline/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=a24c76f097ff44fe50b63b89bcde5d6ba9a481aecddbe88ee01b0e5a7b314556
+checksum=394308f0349f962086a9695ca2bb5ef32cd38e5be6b7cec0b3d0cf35a2b2ba56
 
 CFLAGS="-fPIC"
 
@@ -35,7 +35,6 @@ post_install() {
 }
 
 execline-doc_package() {
-	archs=noarch
 	short_desc+=" - Documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From 508c5528da85f5df5f21930e661de25d86514b29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:06 -0300
Subject: [PATCH 03/10] s6: remove noarch.

---
 srcpkgs/s6/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template
index c23c02e4f33..949564a5158 100644
--- a/srcpkgs/s6/template
+++ b/srcpkgs/s6/template
@@ -1,7 +1,7 @@
 # Template file for 's6'
 pkgname=s6
 version=2.9.2.0
-revision=1
+revision=2
 build_style=configure
 configure_args="--libdir=/usr/lib --bindir=/usr/bin
  --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
@@ -27,7 +27,6 @@ post_install() {
 }
 
 s6-doc_package() {
-	archs=noarch
 	short_desc="Documentation for s6"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From 3a830be7ccf1c4331e290ed8648a8488d643e7ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:06 -0300
Subject: [PATCH 04/10] s6-rc: update to 0.5.2.0, remove noarch.

---
 srcpkgs/s6-rc/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template
index 4296af454a2..23744d4df96 100644
--- a/srcpkgs/s6-rc/template
+++ b/srcpkgs/s6-rc/template
@@ -1,6 +1,6 @@
 # Template file for 's6-rc'
 pkgname=s6-rc
-version=0.5.1.4
+version=0.5.2.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -14,7 +14,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-rc/"
 changelog="https://skarnet.org/software/s6-rc/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=af69a47fbb6aa513ee9e4154b891fd7f8cd7b8c7a76d4311d84156cd6f8f001f
+checksum=1ab21a9bdde61b50e3d9deab867e01f808064dce653b0ebf8e5f5125d57cfee2
 
 post_install() {
 	vlicense COPYING
@@ -34,7 +34,6 @@ s6-rc-devel_package() {
 }
 
 s6-rc-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From 3091082c1caba8a5ef280dabcd631b055744f780 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:06 -0300
Subject: [PATCH 05/10] s6-dns: update to 2.3.3.0, remove noarch.

---
 srcpkgs/s6-dns/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-dns/template b/srcpkgs/s6-dns/template
index 9a0227f2806..25aa0e56bc2 100644
--- a/srcpkgs/s6-dns/template
+++ b/srcpkgs/s6-dns/template
@@ -1,6 +1,6 @@
 # Template file for 's6-dns'
 pkgname=s6-dns
-version=2.3.2.0
+version=2.3.3.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib
@@ -12,7 +12,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
 license="ISC"
 homepage="https://skarnet.org/software/${pkgname}/"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=27b6129eaaea31ab907eea8a52369fe864ba7984c8f3e33dc098beb47b581e26
+checksum=2ac75918ff5eb4d6dabe33f7e55fa70cf3e6a9062ff87de5a35029ea22238716
 
 post_install() {
 	vlicense COPYING
@@ -21,7 +21,6 @@ post_install() {
 }
 
 s6-dns-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From 726ad8f73c9bbce11959c4831c78d8ffc29ef615 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:06 -0300
Subject: [PATCH 06/10] s6-networking: update to 2.3.2.0, remove noarch.

---
 srcpkgs/s6-networking/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template
index 50ff6abbc1f..14e56485caa 100644
--- a/srcpkgs/s6-networking/template
+++ b/srcpkgs/s6-networking/template
@@ -1,7 +1,7 @@
 # Template file for 's6-networking'
 pkgname=s6-networking
-version=2.3.1.2
-revision=3
+version=2.3.2.0
+revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib $(vopt_if libressl --enable-ssl=libressl)
  $(vopt_if bearssl --enable-ssl=bearssl)
@@ -15,7 +15,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-networking"
 changelog="https://skarnet.org/software/s6-networking/upgrade.html"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
-checksum=d953dbfdf9020bb27e873328df1b644f8a7b6a3972a4288b1f20edeaf85b4980
+checksum=bbe36a8460d90f3bff56c934811876186f7224ced5bdc15c2c96d49b4e917d12
 
 build_options="bearssl libressl"
 build_options_default="libressl"
@@ -34,7 +34,6 @@ post_install() {
 }
 
 s6-networking-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From 96deb99ab364c2b00cff704fc6075482fd31c046 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:06 -0300
Subject: [PATCH 07/10] s6-linux-utils: update to 2.5.1.3, remove noarch.

---
 srcpkgs/s6-linux-utils/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-linux-utils/template b/srcpkgs/s6-linux-utils/template
index 224125b1117..6c84ca3fc10 100644
--- a/srcpkgs/s6-linux-utils/template
+++ b/srcpkgs/s6-linux-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-linux-utils'
 pkgname=s6-linux-utils
-version=2.5.1.2
+version=2.5.1.3
 revision=1
 build_style=configure
 configure_args="--libdir=/usr/lib --includedir=/usr/include
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://skarnet.org/software/${pkgname}/"
 changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=06f97b84e78abcc952d108c0bab28831676062fe6f34cf7eeab32c8f93ae9270
+checksum=4471511c9ce995c5ac61e0714def5a05fcabe730ef0bb93a42b12ad5bf007b71
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;;
@@ -26,7 +26,6 @@ post_install() {
 }
 
 s6-linux-utils-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From b9c9e4f3c08af1480908faf4b30550ce4ca4a5a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:06 -0300
Subject: [PATCH 08/10] s6-portable-utils: update to 2.2.3.0, remove noarch.

---
 srcpkgs/s6-portable-utils/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/s6-portable-utils/template b/srcpkgs/s6-portable-utils/template
index c163ea31eae..c0e19c6085a 100644
--- a/srcpkgs/s6-portable-utils/template
+++ b/srcpkgs/s6-portable-utils/template
@@ -1,6 +1,6 @@
 # Template file for 's6-portable-utils'
 pkgname=s6-portable-utils
-version=2.2.2.4
+version=2.2.3.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://skarnet.org/software/s6-portable-utils/"
 changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
 distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=07c7481e06162cc8d13bad5a67dde8a3adb0cb25148ed865ade4bd2b0963abdd
+checksum=29baab7ca8d5c97cb5f311f4ad359ecee4ed13249fb51e351f4bbc175de47f18
 
 post_install() {
 	vlicense COPYING
@@ -22,7 +22,6 @@ post_install() {
 }
 
 s6-portable-utils-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From f156c59a1ebe1cf861aee76cd4e76f8636a1d7a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:05 -0300
Subject: [PATCH 09/10] nsss: add s6 to checkdeps, remove noarch.

---
 srcpkgs/nsss/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nsss/template b/srcpkgs/nsss/template
index 947efc1a496..cdc14d2661c 100644
--- a/srcpkgs/nsss/template
+++ b/srcpkgs/nsss/template
@@ -1,7 +1,7 @@
 # Template file for 'nsss'
 pkgname=nsss
 version=0.0.2.2
-revision=1
+revision=2
 # Only available for musl
 archs="*-musl"
 build_style=configure
@@ -9,6 +9,7 @@ configure_args="--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
  --with-lib=${XBPS_CROSS_BASE}/usr/lib --enable-shared --libdir=/usr/lib
  --bindir=/usr/bin --dynlibdir=/usr/lib"
 makedepends="skalibs-devel"
+checkdepends="s6"
 short_desc="Minimal competing implementation of glibc's Name Switch Service"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
@@ -24,7 +25,6 @@ post_install() {
 }
 
 nsss-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

From 5e424a06794668cfd466f667a144a6d197deff96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 30 Sep 2020 00:11:05 -0300
Subject: [PATCH 10/10] mdevd: update to 0.1.2.0, remove noarch.

---
 srcpkgs/mdevd/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template
index 4dc0d6e1f64..10b28634163 100644
--- a/srcpkgs/mdevd/template
+++ b/srcpkgs/mdevd/template
@@ -1,6 +1,6 @@
 # Template file for 'mdevd'
 pkgname=mdevd
-version=0.1.1.2
+version=0.1.2.0
 revision=1
 build_style=configure
 configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
@@ -13,7 +13,7 @@ license="ISC"
 homepage="https://skarnet.org/software/mdevd/"
 changelog="https://skarnet.org/software/mdevd/upgrade.html"
 distfiles="https://skarnet.org/software/mdevd/mdevd-${version}.tar.gz"
-checksum=c926b6f9f9f48a73733397f08b6c299a8a2f0eff3d729de7f9d0a763757dab2a
+checksum=952af443bc61b3694432f7799ba8182824083726872f47f45467c1a5b24796c1
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;;
@@ -26,7 +26,6 @@ post_install() {
 }
 
 mdevd-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {

  parent reply	other threads:[~2020-10-04 18:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30  3:12 [PR PATCH] skarnet stuff: " ericonr
2020-09-30  4:23 ` ericonr
2020-09-30 18:24 ` ericonr
2020-10-04 18:37 ` [PR PATCH] [Updated] " ericonr
2020-10-04 18:41 ` skarnet stuff: update and " ericonr
2020-10-04 18:51 ` ericonr [this message]
2020-10-04 23:47 ` [PR PATCH] [Updated] " ericonr
2020-10-04 23:48 ` ericonr
2020-10-04 23:50 ` [PR PATCH] [Updated] " ericonr
2020-10-05  9:20 ` mobinmob
2020-10-05 16:52 ` [PR PATCH] [Updated] " ericonr
2020-10-09  4:46 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201004185134.Uf94OUSd_bldsIxxhmqyW0Ge2g28BWWT7UF1w7QpHl8@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).