Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Omnibus lint pass for SPDX warnings - packages starting with W
@ 2021-06-28 23:53 heliocat
  2021-08-22 10:11 ` [PR PATCH] [Closed]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: heliocat @ 2021-06-28 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages lint_w
https://github.com/void-linux/void-packages/pull/31704

Omnibus lint pass for SPDX warnings - packages starting with W
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

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

From ab3d5e92359808fbead8507e27e87a447fb03f06 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 09:44:05 -0700
Subject: [PATCH 01/15] wcalc: fix license, description

---
 srcpkgs/wcalc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wcalc/template b/srcpkgs/wcalc/template
index efdb2e9bb6c5..e1effe3ea49f 100644
--- a/srcpkgs/wcalc/template
+++ b/srcpkgs/wcalc/template
@@ -1,12 +1,12 @@
 # Template file for 'wcalc'
 pkgname=wcalc
 version=2.5
-revision=5
+revision=6
 build_style=gnu-configure
 makedepends="readline-devel mpfr-devel gmp-devel"
-short_desc="A powerful arbitrary-precision calculator"
+short_desc="Powerful arbitrary-precision calculator"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://w-calc.sourceforge.net"
 distfiles="${SOURCEFORGE_SITE}/w-calc/${pkgname}-${version}.tar.bz2"
 checksum=0e2c17c20f935328dcdc6cb4c06250a6732f9ee78adf7a55c01133960d6d28ee

From 92a823bc5cb5e523acfe62f480eeff30f80af330 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 09:48:53 -0700
Subject: [PATCH 02/15] webcat: fix license, template layout

GPL-3.0-only is a best safe guess based on the license in the template
already. Github nor the source declare a license, but the maintainer is
the author so I'm assuming they know what they are doing.
---
 srcpkgs/webcat/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/webcat/template b/srcpkgs/webcat/template
index 5d6c459dd93b..519146f68d6b 100644
--- a/srcpkgs/webcat/template
+++ b/srcpkgs/webcat/template
@@ -1,13 +1,13 @@
 # Template file for 'webcat'
 pkgname=webcat
 version=1.0
-revision=15
-go_import_path="github.com/thypon/webcat"
+revision=16
 build_style=go
+go_import_path="github.com/thypon/webcat"
 hostmakedepends="git"
 short_desc="WebSocket Netcat"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="https://github.com/thypon/webcat"
 distfiles="https://github.com/thypon/webcat/archive/v${version}.tar.gz"
 checksum=5b3be1cb8deb08f144d674a0bf23f97a692ebb601666d3a38df6e80b2e68d0b7

From fa9e3c06df75c919af38753a399ebee4d13986a1 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 09:58:14 -0700
Subject: [PATCH 03/15] websocketd: fix license, template layout

---
 srcpkgs/websocketd/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/websocketd/template b/srcpkgs/websocketd/template
index 80857258f371..110a42b2a91b 100644
--- a/srcpkgs/websocketd/template
+++ b/srcpkgs/websocketd/template
@@ -3,11 +3,15 @@ pkgname=websocketd
 version=0.4.1
 revision=1
 build_style=go
+go_import_path="github.com/joewalnes/websocketd"
 hostmakedepends="git"
 short_desc="Turn any program that uses STDIN/STDOUT into a WebSocket server"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="BSD"
-go_import_path="github.com/joewalnes/websocketd"
+license="BSD-2-Clause"
 homepage="https://github.com/joewalnes/websocketd"
 distfiles="$homepage/archive/v$version.tar.gz"
 checksum=6b8fe0fad586d794e002340ee597059b2cfc734ba7579933263aef4743138fe5
+
+post_install() {
+	vlicense LICENSE
+}

From 80284c33740bc27ff4ded25f6387829f0c888f20 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 10:00:35 -0700
Subject: [PATCH 04/15] which: fix license, template layout

---
 srcpkgs/which/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/which/template b/srcpkgs/which/template
index 19eed86af2f8..bc0ae49067b4 100644
--- a/srcpkgs/which/template
+++ b/srcpkgs/which/template
@@ -6,7 +6,7 @@ bootstrap=yes
 build_style=gnu-configure
 short_desc="Displays where a particular program in your path is located"
 maintainer="Enno Boland <gottox@voidlinux.org>"
+license="GPL-3.0-or-later"
 homepage="http://savannah.gnu.org/projects/which"
-license="GPL-3"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
 checksum=f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad

From 9ad341dd2ac4e9719a3437dafa0d5a1b659d43ac Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 11:33:56 -0700
Subject: [PATCH 05/15] wireless_tools: fix license

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

diff --git a/srcpkgs/wireless_tools/template b/srcpkgs/wireless_tools/template
index 145c54d114ec..2acdb5cca702 100644
--- a/srcpkgs/wireless_tools/template
+++ b/srcpkgs/wireless_tools/template
@@ -1,12 +1,12 @@
 # Template file for 'wireless_tools'
 pkgname=wireless_tools
 version=29
-revision=9
+revision=10
 wrksrc="wireless_tools.${version}"
 hostmakedepends="wget"
 short_desc="Set of tools allowing to manipulate the Wireless Extensions"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html"
 distfiles="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${version}.tar.gz"
 checksum=6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1

From 1e1e150dad453bfdae05cc1af25ff84a4643c239 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 11:54:57 -0700
Subject: [PATCH 06/15] wmclock: fix license

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

diff --git a/srcpkgs/wmclock/template b/srcpkgs/wmclock/template
index bfede3a1f734..bf185034014f 100644
--- a/srcpkgs/wmclock/template
+++ b/srcpkgs/wmclock/template
@@ -1,14 +1,14 @@
 # Template file for 'wmclock'
 pkgname=wmclock
 version=1.0.16
-revision=1
+revision=2
 wrksrc="dockapps-daaf3aa"
 build_style=gnu-configure
 hostmakedepends="autoconf automake pkg-config"
 makedepends="libX11-devel libXpm-devel libXext-devel"
 short_desc="Clock Dockapp for Window Maker"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="https://www.dockapps.net/wmclock"
 distfiles="http://www.dockapps.net/download/wmclock-${version}.tar.gz"
 checksum=3f8bb5df3160d5919d19cf26d45449e6e1260d2a2f485e61f35e64a49639a2d3

From 24423e3d1c20ca7a942cd27a11c7118d5fad0bf5 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 12:51:52 -0700
Subject: [PATCH 07/15] wmfs: fix license, homepage

Note that the tag that the package uses appears to have been deleted.
There is a lot of things in this project that seem sketchy but this
fixes the most egregious of them.
---
 srcpkgs/wmfs/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wmfs/template b/srcpkgs/wmfs/template
index 17f350c60adc..cf10d345e8a6 100644
--- a/srcpkgs/wmfs/template
+++ b/srcpkgs/wmfs/template
@@ -1,7 +1,7 @@
 # Template file for 'wmfs'
 pkgname=wmfs
 version=201104
-revision=6
+revision=7
 build_style=configure
 configure_args="--prefix /usr --man-prefix /usr/share/man --xdg-config-dir /etc/xdg"
 hostmakedepends="pkg-config"
@@ -9,8 +9,8 @@ makedepends="libXft-devel libXrender-devel fontconfig-devel libXinerama-devel li
 conf_files="/etc/xdg/wmfs/wmfsrc"
 short_desc="Window Manager From Scratch"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
-homepage="http://wmfs.info/"
+license="BSD-3-Clause"
+homepage="https://github.com/xorg62/wmfs"
 distfiles="https://github.com/downloads/xorg62/wmfs/wmfs-${version}.tar.gz"
 checksum=c28b7cec28a6e3f2bc38a136fb1773bab8ec8f48c69ebe25c24192f96e782d64
 

From 4a94de6dd25eff1eb3200c68e97f2b1709feb410 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 14:13:40 -0700
Subject: [PATCH 08/15] wmii: fix license, verify python version

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

diff --git a/srcpkgs/wmii/template b/srcpkgs/wmii/template
index 738f74350d6d..fd2c01e4c166 100644
--- a/srcpkgs/wmii/template
+++ b/srcpkgs/wmii/template
@@ -1,17 +1,17 @@
 # Template file for 'wmii'
 pkgname=wmii
 version=3.9.2
-revision=6
+revision=7
 wrksrc=${pkgname}+ixp-${version}
 hostmakedepends="pkg-config"
 makedepends="libXrandr-devel libXft-devel libXinerama-devel"
 short_desc="Lightweight, dynamic window manager for X11"
 maintainer="Zach L. <koni@archlinux.us>"
-license="GPL-3"
+license="MIT"
 homepage="https://code.google.com/p/wmii/"
 distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wmii/wmii+ixp-${version}.tbz"
 checksum=0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b
-python_version=2 #unverified
+python_version=2
 
 CFLAGS="-fcommon"
 
@@ -19,6 +19,8 @@ do_build() {
 	LDFLAGS+=" -lX11 -lXrender"
 	make CC="$CC -c" AR="$AR crs" LD=$CC RANLIB=$RANLIB PREFIX=/usr
 }
+
 do_install() {
 	make PREFIX=/usr DESTDIR=${DESTDIR} install
+	vlicense LICENSE
 }

From 203601738d3b12e0119e9e2733429bb07d934de0 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 14:14:11 -0700
Subject: [PATCH 09/15] wmsystemtray: fix license

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

diff --git a/srcpkgs/wmsystemtray/template b/srcpkgs/wmsystemtray/template
index f0a5c1c96247..39776e0b273b 100644
--- a/srcpkgs/wmsystemtray/template
+++ b/srcpkgs/wmsystemtray/template
@@ -1,13 +1,13 @@
 # Template file for 'wmsystemtray'
 pkgname=wmsystemtray
 version=1.4
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libXext-devel libXfixes-devel libXmu-devel libXpm-devel"
 short_desc="System tray dockapp for Window Maker"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="https://sourceforge.net/projects/wmsystemtray/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9

From 557571a641c283145b1c55650aafa2768fee8705 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 14:16:08 -0700
Subject: [PATCH 10/15] wol: fix license

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

diff --git a/srcpkgs/wol/template b/srcpkgs/wol/template
index 922ff8358041..52d104d0e71a 100644
--- a/srcpkgs/wol/template
+++ b/srcpkgs/wol/template
@@ -1,13 +1,13 @@
 # Template file for 'wol'
 pkgname=wol
 version=0.7.1
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="jm_cv_func_working_malloc=yes"
 hostmakedepends="perl"
 short_desc="Wakes up hardware that is Magic Packet compliant"
 maintainer="Duncaen <duncaen@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://wake-on-lan.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/ahh/${pkgname}-${version}.tar.gz"
 checksum=e0086c9b9811df2bdf763ec9016dfb1bcb7dba9fa6d7858725b0929069a12622

From 88ad3b6fa3bd2150b24ee6c67371601e8b9e4549 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 14:24:52 -0700
Subject: [PATCH 11/15] wpa_actiond: fix license, template layout

This does not fix the currently broken homepage as Arch Linux appears to
have scrubbed it from the face of the earth. However, the source archive
download still works so it isn't entirely dead yet.
---
 srcpkgs/wpa_actiond/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/wpa_actiond/template b/srcpkgs/wpa_actiond/template
index 555468a6f503..ae4c78fedf13 100644
--- a/srcpkgs/wpa_actiond/template
+++ b/srcpkgs/wpa_actiond/template
@@ -1,14 +1,12 @@
 # Template file for 'wpa_actiond'
 pkgname=wpa_actiond
 version=1.4
-revision=1
+revision=2
 build_style=gnu-makefile
-hostmakedepends=""
-makedepends=""
 depends="wpa_supplicant"
-short_desc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
+short_desc="Daemon that connects to wpa_supplicant and handles connection events"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://projects.archlinux.org/wpa_actiond.git/"
 distfiles="https://sources.archlinux.org/other/wpa_actiond/${pkgname}-${version}.tar.xz"
 checksum=e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54

From 4c070f6b0563d5a92ef789702ed14234e4ec3a32 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 14:30:10 -0700
Subject: [PATCH 12/15] wv: fix license, description

---
 srcpkgs/wv/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wv/template b/srcpkgs/wv/template
index 0a1b96f093c3..188b817d0b07 100644
--- a/srcpkgs/wv/template
+++ b/srcpkgs/wv/template
@@ -1,13 +1,13 @@
 # Template file for 'wv'
 pkgname=wv
 version=1.2.9
-revision=4
+revision=5
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libpng-devel libglib-devel libxml2-devel libgsf-devel"
-short_desc="A library which allows access to Microsoft Word files"
+short_desc="Library which allows access to Microsoft Word files"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-2.0-or-later"
 homepage="http://wvware.sourceforge.net/"
 distfiles="http://www.abisource.com/downloads/wv/${version}/wv-${version}.tar.gz"
 checksum=4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d

From 12cc62c977a267373241ab1f71ed6ef4ab2be7fa Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 14:39:16 -0700
Subject: [PATCH 13/15] wvdial: fix license, template layout

---
 srcpkgs/wvdial/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wvdial/template b/srcpkgs/wvdial/template
index 3813dea5f5ef..f383767cc7ca 100644
--- a/srcpkgs/wvdial/template
+++ b/srcpkgs/wvdial/template
@@ -1,14 +1,14 @@
 # Template file for 'wvdial'
 pkgname=wvdial
 version=1.61
-revision=7
+revision=8
 build_style=gnu-configure
-short_desc="Point-to-Point Protocol dialer"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2"
 hostmakedepends="pkg-config"
 makedepends="wvstreams-devel"
 depends="ppp"
+short_desc="Point-to-Point Protocol dialer"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="LGPL-2.0-only"
 homepage="https://code.google.com/p/wvstreams/"
 distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.orig.tar.gz"
 checksum=5753d2005115aa4e365a1638f4eb6c076d4e2deafa46c3de38964918e7f62709

From edf3fe17cfa53bfc71f5b9af1879cef23389311d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 14:48:21 -0700
Subject: [PATCH 14/15] wvstreams: fix license, template layout

---
 srcpkgs/wvstreams/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/wvstreams/template b/srcpkgs/wvstreams/template
index 068c21944270..5a088b5d97ac 100644
--- a/srcpkgs/wvstreams/template
+++ b/srcpkgs/wvstreams/template
@@ -1,16 +1,16 @@
 # Template file for 'wvstreams'
 pkgname=wvstreams
 version=4.6.1
-revision=20
+revision=21
 build_style=gnu-configure
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="LGPL-2"
+configure_args="--sbindir=/usr/bin --without-dbus --without-tcl --without-qt"
+makedepends="openssl-devel zlib-devel"
 short_desc="Library for doing network in C++"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="LGPL-2.0-only"
 homepage="https://code.google.com/p/wvstreams"
 distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.orig.tar.gz"
-makedepends="openssl-devel zlib-devel"
 checksum=8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633
-configure_args="--sbindir=/usr/bin --without-dbus --without-tcl --without-qt"
 conf_files="/etc/uniconf.conf"
 replaces="uniconf>=0"
 

From 17bdbdddeb294368ab44465f612f5f638fed384e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 16:34:32 -0700
Subject: [PATCH 15/15] wxPython: fix license, description, template layout,
 http->https

---
 srcpkgs/wxPython/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/wxPython/template b/srcpkgs/wxPython/template
index ffbee38c50cd..328fa26459cb 100644
--- a/srcpkgs/wxPython/template
+++ b/srcpkgs/wxPython/template
@@ -1,7 +1,7 @@
 # Template file for 'wxPython'
 pkgname=wxPython
 version=3.0.2.0
-revision=10
+revision=11
 wrksrc="${pkgname}-src-${version}"
 hostmakedepends="pkg-config"
 makedepends="
@@ -9,11 +9,10 @@ makedepends="
  libSM-devel MesaLib-devel glu-devel
  libnotify-devel python-devel wxWidgets-devel"
 depends="python"
-pycompile_module="wx-3.0-gtk2 wxversion.py"
-short_desc="The wxWidgets GUI toolkit library (Python Bindings)"
+short_desc="Python Bindings for the wxWidgets GUI toolkit library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.wxpython.org/"
-license="wxWindows"
+license="WxWindows-exception-3.1"
+homepage="https://www.wxpython.org/"
 distfiles="${SOURCEFORGE_SITE}/wxpython/${pkgname}-src-${version}.tar.bz2"
 checksum=d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61
 

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

* Re: [PR PATCH] [Closed]: Omnibus lint pass for SPDX warnings - packages starting with W
  2021-06-28 23:53 [PR PATCH] Omnibus lint pass for SPDX warnings - packages starting with W heliocat
@ 2021-08-22 10:11 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2021-08-22 10:11 UTC (permalink / raw)
  To: ml

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

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

Omnibus lint pass for SPDX warnings - packages starting with W
https://github.com/void-linux/void-packages/pull/31704

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

end of thread, other threads:[~2021-08-22 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 23:53 [PR PATCH] Omnibus lint pass for SPDX warnings - packages starting with W heliocat
2021-08-22 10:11 ` [PR PATCH] [Closed]: " sgn

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