Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Omnibus lint pass for SPDX issues, most packages starting with "N"
@ 2021-05-05  6:00 heliocat
  2021-05-05  6:06 ` [PR PATCH] [Updated] " heliocat
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: heliocat @ 2021-05-05  6:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages lint_n
https://github.com/void-linux/void-packages/pull/30690

Omnibus lint pass for SPDX issues, most packages starting with "N"
<!-- 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


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

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

From 0032947b8eb7fb4b5cec993272e7c49875d5b1f6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:01:32 -0700
Subject: [PATCH 01/10] netbsd-rumpkernel: fix license

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

diff --git a/srcpkgs/netbsd-rumpkernel/template b/srcpkgs/netbsd-rumpkernel/template
index 630bcf1fb30f..f60c0be54369 100644
--- a/srcpkgs/netbsd-rumpkernel/template
+++ b/srcpkgs/netbsd-rumpkernel/template
@@ -1,13 +1,13 @@
 # Template file for 'netbsd-rumpkernel'
 pkgname=netbsd-rumpkernel
 version=20140526
-revision=3
+revision=4
 archs="x86_64* i686*"
 wrksrc="buildrump.sh-${version}"
 hostmakedepends="git tar"
 short_desc="NetBSD rump kernel"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://github.com/anttikantee/buildrump.sh"
 distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
 checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8

From 65619e7b7da0e7833671b8b9a0875341d30db80e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:08:21 -0700
Subject: [PATCH 02/10] netpgp: fix license, other lint

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

diff --git a/srcpkgs/netpgp/template b/srcpkgs/netpgp/template
index 2bc40e253d09..5b08f8df3ded 100644
--- a/srcpkgs/netpgp/template
+++ b/srcpkgs/netpgp/template
@@ -1,13 +1,13 @@
 # Template file for 'netpgp'
 pkgname=netpgp
 version=20140220
-revision=19
+revision=20
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="zlib-devel bzip2-devel openssl-devel"
-short_desc="PGP signing, verification, encryption and decryption program"
+short_desc="NetBSD PGP implementation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="http://www.netbsd.org"
 distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/netpgp-${version}.tar.gz"
 checksum=fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf

From 8f91377c5393304a0f9f93e24654fb37d8a0678b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:10:23 -0700
Subject: [PATCH 03/10] netpgpverify: fix license

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

diff --git a/srcpkgs/netpgpverify/template b/srcpkgs/netpgpverify/template
index 03531032da54..77d2f1061805 100644
--- a/srcpkgs/netpgpverify/template
+++ b/srcpkgs/netpgpverify/template
@@ -1,12 +1,12 @@
 # Template file for 'netpgpverify'
 pkgname=netpgpverify
 version=20160707
-revision=1
+revision=2
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="PGP/SSH standalone verification utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="2-clause-BSD"
+license="BSD-2-Clause"
 homepage="http://www.netpgp.com"
 distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
 checksum=1eedf30b35cacbf8f39b80fbc4ea6129ba8c7815b0ad7f3d1ae05e521f684b00

From 1798d27c30b5cca26944f261c8ee358e3f4cb898 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:13:27 -0700
Subject: [PATCH 04/10] neverball: fix license

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

diff --git a/srcpkgs/neverball/template b/srcpkgs/neverball/template
index 9743e97086d6..085ec1c4d084 100644
--- a/srcpkgs/neverball/template
+++ b/srcpkgs/neverball/template
@@ -1,13 +1,13 @@
 # Template file for 'neverball'
 pkgname=neverball
 version=1.6.0
-revision=4
+revision=5
 hostmakedepends="gettext"
 makedepends="libpng-devel libjpeg-turbo-devel libvorbis-devel SDL2_ttf-devel physfs-devel"
 depends="desktop-file-utils"
 short_desc="Puzzle/action game similar to Super Monkey Ball"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://www.neverball.org"
 distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
 checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0

From 8dcc6f98b5fe07980df83f8f102b56f0229ada7b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:23:51 -0700
Subject: [PATCH 05/10] newt: fix license, other lint

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

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 14655c2a10f7..204f714be185 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,13 +1,13 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"
 short_desc="Library for color text mode, widget based user interfaces"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="LGPL-2.0-only"
 homepage="https://pagure.io/newt/"
 distfiles="https://pagure.io/releases/newt/newt-${version}.tar.gz"
 checksum=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
@@ -24,14 +24,12 @@ newt-devel_package() {
 }
 newt-python_package() {
 	short_desc+=" - Python2 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python2*
 	}
 }
 newt-python3_package() {
 	short_desc+=" - Python3 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 4e80cb38397ee77e065865c79aeb9d70ff575812 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:26:52 -0700
Subject: [PATCH 06/10] nitrogen: fix license, other lint

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

diff --git a/srcpkgs/nitrogen/template b/srcpkgs/nitrogen/template
index 8d06b407a824..55c7fcf05530 100644
--- a/srcpkgs/nitrogen/template
+++ b/srcpkgs/nitrogen/template
@@ -1,14 +1,14 @@
 # Template file for 'nitrogen'
 pkgname=nitrogen
 version=1.6.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="gtkmm2-devel libXinerama-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Background browser and setter for X with support for Xinerama"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="https://github.com/l3ib/nitrogen"
-license="GPL-2"
 distfiles="https://github.com/l3ib/nitrogen/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d

From 0bcea5bed235f48589844196a5cded506f3d2384 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:28:21 -0700
Subject: [PATCH 07/10] notification-daemon: fix license

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

diff --git a/srcpkgs/notification-daemon/template b/srcpkgs/notification-daemon/template
index b25032b590c1..9bc1ecd2bdf2 100644
--- a/srcpkgs/notification-daemon/template
+++ b/srcpkgs/notification-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'notification-daemon'
 pkgname=notification-daemon
 version=3.20.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool glib-devel"
@@ -9,7 +9,7 @@ makedepends="libglib-devel gtk+3-devel libcanberra-devel"
 depends="desktop-file-utils"
 short_desc="Shows notification messages on the desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="http://www.galago-project.org/specs/notification/"
-license="GPL-2"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
 checksum=dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5

From 2f2cc0a40f948dc93b8e37d265fdfd29828e7f55 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:37:39 -0700
Subject: [PATCH 08/10] npapi-sdk: fix license, package location

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

diff --git a/srcpkgs/npapi-sdk/template b/srcpkgs/npapi-sdk/template
index 384b6efe0d50..cb2021ef8a31 100644
--- a/srcpkgs/npapi-sdk/template
+++ b/srcpkgs/npapi-sdk/template
@@ -1,11 +1,15 @@
 # Template file for 'npapi-sdk'
 pkgname=npapi-sdk
 version=0.27.2
-revision=1
+revision=2
 build_style=gnu-configure
 short_desc="Netscape Plugin API (NPAPI)"
 maintainer="oliver JH <ohemming@gmail.com>"
-license="MPL-1.1,GPL-2,LGPL-2.1"
-homepage="https://bitbucket.org/mgorny/npapi-sdk"
-distfiles="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$version.tar.bz2"
+license="BSD-3-Clause"
+homepage="https://github.com/mgorny/npapi-sdk"
+distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
 checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
+
+post_install() {
+	vlicense COPYING
+}

From a65d00861d61166eb1b79e16caecb569d9c7bf0c Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:46:32 -0700
Subject: [PATCH 09/10] ntfs-3g: fix license, other lint

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

diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..b17d940d0bb6 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,7 +1,7 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
 version=2017.3.23
-revision=2
+revision=3
 wrksrc="${pkgname}_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@@ -13,8 +13,8 @@ hostmakedepends="pkg-config"
 makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-only"
 homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
 distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
 checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
 

From d5a61b7e736cf89106b3f07f7965d8a0dd15c091 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:58:02 -0700
Subject: [PATCH 10/10] nvi: fix license, other lint

---
 srcpkgs/nvi/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/nvi/template b/srcpkgs/nvi/template
index a24dde6ca225..613aa854ed6c 100644
--- a/srcpkgs/nvi/template
+++ b/srcpkgs/nvi/template
@@ -1,18 +1,18 @@
 # Template file for 'nvi'
 pkgname=nvi
 version=1.81.6
-revision=16
-patch_args="-Np1"
-build_style=gnu-configure
+revision=17
 build_wrksrc=dist
+build_style=gnu-configure
 makedepends="ncurses-devel db-devel"
-short_desc="The Berkeley Vi Editor"
+short_desc="Berkeley Vi Editor"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
-homepage="http://garage.linux.student.kuleuven.be/~skimo/nvi"
+license="BSD-3-Clause"
+homepage="https://repo.or.cz/nvi.git"
 #distfiles="${homepage}/devel/nvi-$version.tar.bz2"
 distfiles="http://pkgs.fedoraproject.org/repo/pkgs/nvi/nvi-${version}.tar.bz2/88d1e23115ee9f2961186b62e55f5704/nvi-${version}.tar.bz2"
 checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
+patch_args="-Np1"
 
 alternatives="
  vi:ex:/usr/bin/nex
@@ -39,4 +39,5 @@ post_install() {
 	rm -f ${DESTDIR}/usr/lib/libvi.a
 	# remove perl + tcl scripts.
 	rm -rf ${DESTDIR}/usr/share/vi/perl ${DESTDIR}/usr/share/vi/tcl
+	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX issues, most packages starting with "N"
  2021-05-05  6:00 [PR PATCH] Omnibus lint pass for SPDX issues, most packages starting with "N" heliocat
@ 2021-05-05  6:06 ` heliocat
  2021-06-10  7:49 ` heliocat
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: heliocat @ 2021-05-05  6:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages lint_n
https://github.com/void-linux/void-packages/pull/30690

Omnibus lint pass for SPDX issues, most packages starting with "N"
<!-- 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


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

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

From 0032947b8eb7fb4b5cec993272e7c49875d5b1f6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:01:32 -0700
Subject: [PATCH 01/10] netbsd-rumpkernel: fix license

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

diff --git a/srcpkgs/netbsd-rumpkernel/template b/srcpkgs/netbsd-rumpkernel/template
index 630bcf1fb30f..f60c0be54369 100644
--- a/srcpkgs/netbsd-rumpkernel/template
+++ b/srcpkgs/netbsd-rumpkernel/template
@@ -1,13 +1,13 @@
 # Template file for 'netbsd-rumpkernel'
 pkgname=netbsd-rumpkernel
 version=20140526
-revision=3
+revision=4
 archs="x86_64* i686*"
 wrksrc="buildrump.sh-${version}"
 hostmakedepends="git tar"
 short_desc="NetBSD rump kernel"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://github.com/anttikantee/buildrump.sh"
 distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
 checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8

From 6a697d1c996f2bacac51760e7d3f672310adc899 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:08:21 -0700
Subject: [PATCH 02/10] netpgp: fix license, other lint

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

diff --git a/srcpkgs/netpgp/template b/srcpkgs/netpgp/template
index 2bc40e253d09..08e27d5a40bb 100644
--- a/srcpkgs/netpgp/template
+++ b/srcpkgs/netpgp/template
@@ -1,13 +1,13 @@
 # Template file for 'netpgp'
 pkgname=netpgp
 version=20140220
-revision=19
+revision=20
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="zlib-devel bzip2-devel openssl-devel"
-short_desc="PGP signing, verification, encryption and decryption program"
+short_desc="NetBSD PGP implementation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="http://www.netbsd.org"
 distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/netpgp-${version}.tar.gz"
 checksum=fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf
@@ -33,7 +33,7 @@ libmj_package() {
 	}
 }
 libmj-devel_package() {
-	short_desc="Minimalist JSON lightweight data interchange library - development files"
+	short_desc="Minimalist JSON data interchange library - development files"
 	depends="libmj>=${version}_${revision}"
 	pkg_install() {
 		vinstall ${wrksrc}/src/libmj/mj.h 644 usr/include

From a627bf82248ea314da48c829dad409b3f8dc46f2 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:10:23 -0700
Subject: [PATCH 03/10] netpgpverify: fix license

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

diff --git a/srcpkgs/netpgpverify/template b/srcpkgs/netpgpverify/template
index 03531032da54..77d2f1061805 100644
--- a/srcpkgs/netpgpverify/template
+++ b/srcpkgs/netpgpverify/template
@@ -1,12 +1,12 @@
 # Template file for 'netpgpverify'
 pkgname=netpgpverify
 version=20160707
-revision=1
+revision=2
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="PGP/SSH standalone verification utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="2-clause-BSD"
+license="BSD-2-Clause"
 homepage="http://www.netpgp.com"
 distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
 checksum=1eedf30b35cacbf8f39b80fbc4ea6129ba8c7815b0ad7f3d1ae05e521f684b00

From 11217ba9715d27e3c236ae0649e4bfbe6e76e58e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:13:27 -0700
Subject: [PATCH 04/10] neverball: fix license

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

diff --git a/srcpkgs/neverball/template b/srcpkgs/neverball/template
index 9743e97086d6..085ec1c4d084 100644
--- a/srcpkgs/neverball/template
+++ b/srcpkgs/neverball/template
@@ -1,13 +1,13 @@
 # Template file for 'neverball'
 pkgname=neverball
 version=1.6.0
-revision=4
+revision=5
 hostmakedepends="gettext"
 makedepends="libpng-devel libjpeg-turbo-devel libvorbis-devel SDL2_ttf-devel physfs-devel"
 depends="desktop-file-utils"
 short_desc="Puzzle/action game similar to Super Monkey Ball"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://www.neverball.org"
 distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
 checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0

From 2d6cfab7e90d763b6e02b98a8b7b868ceb07951b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:23:51 -0700
Subject: [PATCH 05/10] newt: fix license, other lint

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

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 14655c2a10f7..204f714be185 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,13 +1,13 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"
 short_desc="Library for color text mode, widget based user interfaces"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="LGPL-2.0-only"
 homepage="https://pagure.io/newt/"
 distfiles="https://pagure.io/releases/newt/newt-${version}.tar.gz"
 checksum=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
@@ -24,14 +24,12 @@ newt-devel_package() {
 }
 newt-python_package() {
 	short_desc+=" - Python2 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python2*
 	}
 }
 newt-python3_package() {
 	short_desc+=" - Python3 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From ac0227d171e5b021d29f3a1e3ee35d6ea82e24aa Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:26:52 -0700
Subject: [PATCH 06/10] nitrogen: fix license, other lint

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

diff --git a/srcpkgs/nitrogen/template b/srcpkgs/nitrogen/template
index 8d06b407a824..55c7fcf05530 100644
--- a/srcpkgs/nitrogen/template
+++ b/srcpkgs/nitrogen/template
@@ -1,14 +1,14 @@
 # Template file for 'nitrogen'
 pkgname=nitrogen
 version=1.6.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="gtkmm2-devel libXinerama-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Background browser and setter for X with support for Xinerama"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="https://github.com/l3ib/nitrogen"
-license="GPL-2"
 distfiles="https://github.com/l3ib/nitrogen/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d

From 9c1ed5f68e59843e026315b7893e64a9c031a523 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:28:21 -0700
Subject: [PATCH 07/10] notification-daemon: fix license

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

diff --git a/srcpkgs/notification-daemon/template b/srcpkgs/notification-daemon/template
index b25032b590c1..9bc1ecd2bdf2 100644
--- a/srcpkgs/notification-daemon/template
+++ b/srcpkgs/notification-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'notification-daemon'
 pkgname=notification-daemon
 version=3.20.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool glib-devel"
@@ -9,7 +9,7 @@ makedepends="libglib-devel gtk+3-devel libcanberra-devel"
 depends="desktop-file-utils"
 short_desc="Shows notification messages on the desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="http://www.galago-project.org/specs/notification/"
-license="GPL-2"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
 checksum=dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5

From 1a3c150aa4f736d611e287544b0d78a7d5047d50 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:37:39 -0700
Subject: [PATCH 08/10] npapi-sdk: fix license, package location

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

diff --git a/srcpkgs/npapi-sdk/template b/srcpkgs/npapi-sdk/template
index 384b6efe0d50..cb2021ef8a31 100644
--- a/srcpkgs/npapi-sdk/template
+++ b/srcpkgs/npapi-sdk/template
@@ -1,11 +1,15 @@
 # Template file for 'npapi-sdk'
 pkgname=npapi-sdk
 version=0.27.2
-revision=1
+revision=2
 build_style=gnu-configure
 short_desc="Netscape Plugin API (NPAPI)"
 maintainer="oliver JH <ohemming@gmail.com>"
-license="MPL-1.1,GPL-2,LGPL-2.1"
-homepage="https://bitbucket.org/mgorny/npapi-sdk"
-distfiles="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$version.tar.bz2"
+license="BSD-3-Clause"
+homepage="https://github.com/mgorny/npapi-sdk"
+distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
 checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
+
+post_install() {
+	vlicense COPYING
+}

From fb955afed28b78a37b2915f5dc197c05f376945c Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:46:32 -0700
Subject: [PATCH 09/10] ntfs-3g: fix license, other lint

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

diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..b17d940d0bb6 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,7 +1,7 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
 version=2017.3.23
-revision=2
+revision=3
 wrksrc="${pkgname}_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@@ -13,8 +13,8 @@ hostmakedepends="pkg-config"
 makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-only"
 homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
 distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
 checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
 

From 7785f1edd8bf27b53aaa53d3fcb1e33840565062 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:58:02 -0700
Subject: [PATCH 10/10] nvi: fix license, other lint

---
 srcpkgs/nvi/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/nvi/template b/srcpkgs/nvi/template
index a24dde6ca225..a0e27bf8ac29 100644
--- a/srcpkgs/nvi/template
+++ b/srcpkgs/nvi/template
@@ -1,18 +1,18 @@
 # Template file for 'nvi'
 pkgname=nvi
 version=1.81.6
-revision=16
-patch_args="-Np1"
-build_style=gnu-configure
+revision=17
 build_wrksrc=dist
+build_style=gnu-configure
 makedepends="ncurses-devel db-devel"
-short_desc="The Berkeley Vi Editor"
+short_desc="Berkeley Vi Editor"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
-homepage="http://garage.linux.student.kuleuven.be/~skimo/nvi"
+license="BSD-3-Clause"
+homepage="https://repo.or.cz/nvi.git"
 #distfiles="${homepage}/devel/nvi-$version.tar.bz2"
 distfiles="http://pkgs.fedoraproject.org/repo/pkgs/nvi/nvi-${version}.tar.bz2/88d1e23115ee9f2961186b62e55f5704/nvi-${version}.tar.bz2"
 checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
+patch_args="-Np1"
 
 alternatives="
  vi:ex:/usr/bin/nex
@@ -33,6 +33,7 @@ pre_build() {
 	sed -i -e '/define.*_PATH_MSGCAT/ s/".*"/"\/usr\/share\/vi\/catalog\/"/' pathnames.h
 }
 post_install() {
+	vlicense ../LICENSE
 	# remove cat pages.
 	rm -rf ${DESTDIR}/usr/share/man/cat1
 	# remove lib.

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

* Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX issues, most packages starting with "N"
  2021-05-05  6:00 [PR PATCH] Omnibus lint pass for SPDX issues, most packages starting with "N" heliocat
  2021-05-05  6:06 ` [PR PATCH] [Updated] " heliocat
@ 2021-06-10  7:49 ` heliocat
  2021-06-26 18:21 ` heliocat
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: heliocat @ 2021-06-10  7:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages lint_n
https://github.com/void-linux/void-packages/pull/30690

Omnibus lint pass for SPDX issues, most packages starting with "N"
<!-- 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


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

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

From 934420a14f304eb9745b861f48be930ff4ccea8e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:01:32 -0700
Subject: [PATCH 01/10] netbsd-rumpkernel: fix license

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

diff --git a/srcpkgs/netbsd-rumpkernel/template b/srcpkgs/netbsd-rumpkernel/template
index 630bcf1fb30f..f60c0be54369 100644
--- a/srcpkgs/netbsd-rumpkernel/template
+++ b/srcpkgs/netbsd-rumpkernel/template
@@ -1,13 +1,13 @@
 # Template file for 'netbsd-rumpkernel'
 pkgname=netbsd-rumpkernel
 version=20140526
-revision=3
+revision=4
 archs="x86_64* i686*"
 wrksrc="buildrump.sh-${version}"
 hostmakedepends="git tar"
 short_desc="NetBSD rump kernel"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://github.com/anttikantee/buildrump.sh"
 distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
 checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8

From db677700c90a1f061600091e3c2af72380cbf7b6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:08:21 -0700
Subject: [PATCH 02/10] netpgp: fix license, other lint

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

diff --git a/srcpkgs/netpgp/template b/srcpkgs/netpgp/template
index 2bc40e253d09..08e27d5a40bb 100644
--- a/srcpkgs/netpgp/template
+++ b/srcpkgs/netpgp/template
@@ -1,13 +1,13 @@
 # Template file for 'netpgp'
 pkgname=netpgp
 version=20140220
-revision=19
+revision=20
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="zlib-devel bzip2-devel openssl-devel"
-short_desc="PGP signing, verification, encryption and decryption program"
+short_desc="NetBSD PGP implementation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="http://www.netbsd.org"
 distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/netpgp-${version}.tar.gz"
 checksum=fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf
@@ -33,7 +33,7 @@ libmj_package() {
 	}
 }
 libmj-devel_package() {
-	short_desc="Minimalist JSON lightweight data interchange library - development files"
+	short_desc="Minimalist JSON data interchange library - development files"
 	depends="libmj>=${version}_${revision}"
 	pkg_install() {
 		vinstall ${wrksrc}/src/libmj/mj.h 644 usr/include

From 526e961d5e4ca1199a9bcada2daaa9c3cf97e03d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:10:23 -0700
Subject: [PATCH 03/10] netpgpverify: fix license

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

diff --git a/srcpkgs/netpgpverify/template b/srcpkgs/netpgpverify/template
index 03531032da54..77d2f1061805 100644
--- a/srcpkgs/netpgpverify/template
+++ b/srcpkgs/netpgpverify/template
@@ -1,12 +1,12 @@
 # Template file for 'netpgpverify'
 pkgname=netpgpverify
 version=20160707
-revision=1
+revision=2
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="PGP/SSH standalone verification utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="2-clause-BSD"
+license="BSD-2-Clause"
 homepage="http://www.netpgp.com"
 distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
 checksum=1eedf30b35cacbf8f39b80fbc4ea6129ba8c7815b0ad7f3d1ae05e521f684b00

From dbc00fb5e4d0983558854f481ee0185d268a7ed4 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:13:27 -0700
Subject: [PATCH 04/10] neverball: fix license

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

diff --git a/srcpkgs/neverball/template b/srcpkgs/neverball/template
index 9743e97086d6..085ec1c4d084 100644
--- a/srcpkgs/neverball/template
+++ b/srcpkgs/neverball/template
@@ -1,13 +1,13 @@
 # Template file for 'neverball'
 pkgname=neverball
 version=1.6.0
-revision=4
+revision=5
 hostmakedepends="gettext"
 makedepends="libpng-devel libjpeg-turbo-devel libvorbis-devel SDL2_ttf-devel physfs-devel"
 depends="desktop-file-utils"
 short_desc="Puzzle/action game similar to Super Monkey Ball"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://www.neverball.org"
 distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
 checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0

From 38f9ded9f3aee7cb379740545ee800bd165353eb Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:23:51 -0700
Subject: [PATCH 05/10] newt: fix license, other lint

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

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 14655c2a10f7..204f714be185 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,13 +1,13 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"
 short_desc="Library for color text mode, widget based user interfaces"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="LGPL-2.0-only"
 homepage="https://pagure.io/newt/"
 distfiles="https://pagure.io/releases/newt/newt-${version}.tar.gz"
 checksum=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
@@ -24,14 +24,12 @@ newt-devel_package() {
 }
 newt-python_package() {
 	short_desc+=" - Python2 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python2*
 	}
 }
 newt-python3_package() {
 	short_desc+=" - Python3 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From ea0cb024ce1d5e2d6e2f9974b868d74786628634 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:26:52 -0700
Subject: [PATCH 06/10] nitrogen: fix license, other lint

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

diff --git a/srcpkgs/nitrogen/template b/srcpkgs/nitrogen/template
index 8d06b407a824..55c7fcf05530 100644
--- a/srcpkgs/nitrogen/template
+++ b/srcpkgs/nitrogen/template
@@ -1,14 +1,14 @@
 # Template file for 'nitrogen'
 pkgname=nitrogen
 version=1.6.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="gtkmm2-devel libXinerama-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Background browser and setter for X with support for Xinerama"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="https://github.com/l3ib/nitrogen"
-license="GPL-2"
 distfiles="https://github.com/l3ib/nitrogen/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d

From bfe116b91dcac9345ada9f04b417df097fcc6332 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:28:21 -0700
Subject: [PATCH 07/10] notification-daemon: fix license

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

diff --git a/srcpkgs/notification-daemon/template b/srcpkgs/notification-daemon/template
index b25032b590c1..9bc1ecd2bdf2 100644
--- a/srcpkgs/notification-daemon/template
+++ b/srcpkgs/notification-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'notification-daemon'
 pkgname=notification-daemon
 version=3.20.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool glib-devel"
@@ -9,7 +9,7 @@ makedepends="libglib-devel gtk+3-devel libcanberra-devel"
 depends="desktop-file-utils"
 short_desc="Shows notification messages on the desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="http://www.galago-project.org/specs/notification/"
-license="GPL-2"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
 checksum=dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5

From 9943cbea2ec0941004661297c9e526cec838bedd Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:37:39 -0700
Subject: [PATCH 08/10] npapi-sdk: fix license, package location

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

diff --git a/srcpkgs/npapi-sdk/template b/srcpkgs/npapi-sdk/template
index 384b6efe0d50..cb2021ef8a31 100644
--- a/srcpkgs/npapi-sdk/template
+++ b/srcpkgs/npapi-sdk/template
@@ -1,11 +1,15 @@
 # Template file for 'npapi-sdk'
 pkgname=npapi-sdk
 version=0.27.2
-revision=1
+revision=2
 build_style=gnu-configure
 short_desc="Netscape Plugin API (NPAPI)"
 maintainer="oliver JH <ohemming@gmail.com>"
-license="MPL-1.1,GPL-2,LGPL-2.1"
-homepage="https://bitbucket.org/mgorny/npapi-sdk"
-distfiles="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$version.tar.bz2"
+license="BSD-3-Clause"
+homepage="https://github.com/mgorny/npapi-sdk"
+distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
 checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
+
+post_install() {
+	vlicense COPYING
+}

From 8de99b2a0a46adc929b2ae146bfcedc966efde21 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:46:32 -0700
Subject: [PATCH 09/10] ntfs-3g: fix license, other lint

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

diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..b17d940d0bb6 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,7 +1,7 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
 version=2017.3.23
-revision=2
+revision=3
 wrksrc="${pkgname}_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@@ -13,8 +13,8 @@ hostmakedepends="pkg-config"
 makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-only"
 homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
 distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
 checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
 

From d09a1ba2bb9a517ecb31f00ce6f296b9c0e86d19 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:58:02 -0700
Subject: [PATCH 10/10] nvi: fix license, other lint

---
 srcpkgs/nvi/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/nvi/template b/srcpkgs/nvi/template
index a24dde6ca225..a0e27bf8ac29 100644
--- a/srcpkgs/nvi/template
+++ b/srcpkgs/nvi/template
@@ -1,18 +1,18 @@
 # Template file for 'nvi'
 pkgname=nvi
 version=1.81.6
-revision=16
-patch_args="-Np1"
-build_style=gnu-configure
+revision=17
 build_wrksrc=dist
+build_style=gnu-configure
 makedepends="ncurses-devel db-devel"
-short_desc="The Berkeley Vi Editor"
+short_desc="Berkeley Vi Editor"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
-homepage="http://garage.linux.student.kuleuven.be/~skimo/nvi"
+license="BSD-3-Clause"
+homepage="https://repo.or.cz/nvi.git"
 #distfiles="${homepage}/devel/nvi-$version.tar.bz2"
 distfiles="http://pkgs.fedoraproject.org/repo/pkgs/nvi/nvi-${version}.tar.bz2/88d1e23115ee9f2961186b62e55f5704/nvi-${version}.tar.bz2"
 checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
+patch_args="-Np1"
 
 alternatives="
  vi:ex:/usr/bin/nex
@@ -33,6 +33,7 @@ pre_build() {
 	sed -i -e '/define.*_PATH_MSGCAT/ s/".*"/"\/usr\/share\/vi\/catalog\/"/' pathnames.h
 }
 post_install() {
+	vlicense ../LICENSE
 	# remove cat pages.
 	rm -rf ${DESTDIR}/usr/share/man/cat1
 	# remove lib.

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

* Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX issues, most packages starting with "N"
  2021-05-05  6:00 [PR PATCH] Omnibus lint pass for SPDX issues, most packages starting with "N" heliocat
  2021-05-05  6:06 ` [PR PATCH] [Updated] " heliocat
  2021-06-10  7:49 ` heliocat
@ 2021-06-26 18:21 ` heliocat
  2021-09-08 16:29 ` heliocat
  2021-09-09  0:58 ` [PR PATCH] [Closed]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: heliocat @ 2021-06-26 18:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages lint_n
https://github.com/void-linux/void-packages/pull/30690

Omnibus lint pass for SPDX issues, most packages starting with "N"
<!-- 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


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

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

From 5c3f7242025b28b8dcf85f59dc9e6c981c9e11d2 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:01:32 -0700
Subject: [PATCH 01/10] netbsd-rumpkernel: fix license

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

diff --git a/srcpkgs/netbsd-rumpkernel/template b/srcpkgs/netbsd-rumpkernel/template
index 630bcf1fb30f..f60c0be54369 100644
--- a/srcpkgs/netbsd-rumpkernel/template
+++ b/srcpkgs/netbsd-rumpkernel/template
@@ -1,13 +1,13 @@
 # Template file for 'netbsd-rumpkernel'
 pkgname=netbsd-rumpkernel
 version=20140526
-revision=3
+revision=4
 archs="x86_64* i686*"
 wrksrc="buildrump.sh-${version}"
 hostmakedepends="git tar"
 short_desc="NetBSD rump kernel"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://github.com/anttikantee/buildrump.sh"
 distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
 checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8

From d4a40ee9b4316e11cba6f7093f14f75e60aeebe7 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:08:21 -0700
Subject: [PATCH 02/10] netpgp: fix license, other lint

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

diff --git a/srcpkgs/netpgp/template b/srcpkgs/netpgp/template
index 2bc40e253d09..08e27d5a40bb 100644
--- a/srcpkgs/netpgp/template
+++ b/srcpkgs/netpgp/template
@@ -1,13 +1,13 @@
 # Template file for 'netpgp'
 pkgname=netpgp
 version=20140220
-revision=19
+revision=20
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="zlib-devel bzip2-devel openssl-devel"
-short_desc="PGP signing, verification, encryption and decryption program"
+short_desc="NetBSD PGP implementation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="http://www.netbsd.org"
 distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/netpgp-${version}.tar.gz"
 checksum=fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf
@@ -33,7 +33,7 @@ libmj_package() {
 	}
 }
 libmj-devel_package() {
-	short_desc="Minimalist JSON lightweight data interchange library - development files"
+	short_desc="Minimalist JSON data interchange library - development files"
 	depends="libmj>=${version}_${revision}"
 	pkg_install() {
 		vinstall ${wrksrc}/src/libmj/mj.h 644 usr/include

From 88b30dcd903ecf206ef0ce90181840d12a17ea87 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:10:23 -0700
Subject: [PATCH 03/10] netpgpverify: fix license

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

diff --git a/srcpkgs/netpgpverify/template b/srcpkgs/netpgpverify/template
index 03531032da54..77d2f1061805 100644
--- a/srcpkgs/netpgpverify/template
+++ b/srcpkgs/netpgpverify/template
@@ -1,12 +1,12 @@
 # Template file for 'netpgpverify'
 pkgname=netpgpverify
 version=20160707
-revision=1
+revision=2
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="PGP/SSH standalone verification utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="2-clause-BSD"
+license="BSD-2-Clause"
 homepage="http://www.netpgp.com"
 distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
 checksum=1eedf30b35cacbf8f39b80fbc4ea6129ba8c7815b0ad7f3d1ae05e521f684b00

From e92b6a8c150a0174d3f776ac9cc4485c126d754b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:13:27 -0700
Subject: [PATCH 04/10] neverball: fix license

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

diff --git a/srcpkgs/neverball/template b/srcpkgs/neverball/template
index 9743e97086d6..085ec1c4d084 100644
--- a/srcpkgs/neverball/template
+++ b/srcpkgs/neverball/template
@@ -1,13 +1,13 @@
 # Template file for 'neverball'
 pkgname=neverball
 version=1.6.0
-revision=4
+revision=5
 hostmakedepends="gettext"
 makedepends="libpng-devel libjpeg-turbo-devel libvorbis-devel SDL2_ttf-devel physfs-devel"
 depends="desktop-file-utils"
 short_desc="Puzzle/action game similar to Super Monkey Ball"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://www.neverball.org"
 distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
 checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0

From e9a1dbab961941a800318a629badc2bc962b3330 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:23:51 -0700
Subject: [PATCH 05/10] newt: fix license, other lint

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

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 14655c2a10f7..204f714be185 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,13 +1,13 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"
 short_desc="Library for color text mode, widget based user interfaces"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="LGPL-2.0-only"
 homepage="https://pagure.io/newt/"
 distfiles="https://pagure.io/releases/newt/newt-${version}.tar.gz"
 checksum=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
@@ -24,14 +24,12 @@ newt-devel_package() {
 }
 newt-python_package() {
 	short_desc+=" - Python2 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python2*
 	}
 }
 newt-python3_package() {
 	short_desc+=" - Python3 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From 60c6faa2a08fbb7148512ac29ce4d9201b7da392 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:26:52 -0700
Subject: [PATCH 06/10] nitrogen: fix license, other lint

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

diff --git a/srcpkgs/nitrogen/template b/srcpkgs/nitrogen/template
index 8d06b407a824..55c7fcf05530 100644
--- a/srcpkgs/nitrogen/template
+++ b/srcpkgs/nitrogen/template
@@ -1,14 +1,14 @@
 # Template file for 'nitrogen'
 pkgname=nitrogen
 version=1.6.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="gtkmm2-devel libXinerama-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Background browser and setter for X with support for Xinerama"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="https://github.com/l3ib/nitrogen"
-license="GPL-2"
 distfiles="https://github.com/l3ib/nitrogen/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d

From b1618fce9433f9e5ba3eea9c963330756fc9d24b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:28:21 -0700
Subject: [PATCH 07/10] notification-daemon: fix license

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

diff --git a/srcpkgs/notification-daemon/template b/srcpkgs/notification-daemon/template
index b25032b590c1..9bc1ecd2bdf2 100644
--- a/srcpkgs/notification-daemon/template
+++ b/srcpkgs/notification-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'notification-daemon'
 pkgname=notification-daemon
 version=3.20.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool glib-devel"
@@ -9,7 +9,7 @@ makedepends="libglib-devel gtk+3-devel libcanberra-devel"
 depends="desktop-file-utils"
 short_desc="Shows notification messages on the desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="http://www.galago-project.org/specs/notification/"
-license="GPL-2"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
 checksum=dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5

From 9bee2ab7cd860d146911dda6c275a20338536a3f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:37:39 -0700
Subject: [PATCH 08/10] npapi-sdk: fix license, package location

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

diff --git a/srcpkgs/npapi-sdk/template b/srcpkgs/npapi-sdk/template
index 384b6efe0d50..cb2021ef8a31 100644
--- a/srcpkgs/npapi-sdk/template
+++ b/srcpkgs/npapi-sdk/template
@@ -1,11 +1,15 @@
 # Template file for 'npapi-sdk'
 pkgname=npapi-sdk
 version=0.27.2
-revision=1
+revision=2
 build_style=gnu-configure
 short_desc="Netscape Plugin API (NPAPI)"
 maintainer="oliver JH <ohemming@gmail.com>"
-license="MPL-1.1,GPL-2,LGPL-2.1"
-homepage="https://bitbucket.org/mgorny/npapi-sdk"
-distfiles="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$version.tar.bz2"
+license="BSD-3-Clause"
+homepage="https://github.com/mgorny/npapi-sdk"
+distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
 checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77
+
+post_install() {
+	vlicense COPYING
+}

From 6c3c6f57bc9fdf53b5dfb89cdd1eadbc9b1719dd Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:46:32 -0700
Subject: [PATCH 09/10] ntfs-3g: fix license, other lint

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

diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..b17d940d0bb6 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,7 +1,7 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
 version=2017.3.23
-revision=2
+revision=3
 wrksrc="${pkgname}_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@@ -13,8 +13,8 @@ hostmakedepends="pkg-config"
 makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-only"
 homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
 distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
 checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
 

From 1ab9c5ba1cac8cc165293458eb89f7f0a40a8039 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:58:02 -0700
Subject: [PATCH 10/10] nvi: fix license, other lint

---
 srcpkgs/nvi/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nvi/template b/srcpkgs/nvi/template
index edc737186f93..5650f3bbd91f 100644
--- a/srcpkgs/nvi/template
+++ b/srcpkgs/nvi/template
@@ -1,14 +1,14 @@
 # Template file for 'nvi'
 pkgname=nvi
 version=1.81.6
-revision=16
-build_style=gnu-configure
+revision=17
 build_wrksrc=dist
+build_style=gnu-configure
 makedepends="ncurses-devel db-devel"
-short_desc="The Berkeley Vi Editor"
+short_desc="Berkeley Vi Editor"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
-homepage="http://garage.linux.student.kuleuven.be/~skimo/nvi"
+license="BSD-3-Clause"
+homepage="https://repo.or.cz/nvi.git"
 #distfiles="${homepage}/devel/nvi-$version.tar.bz2"
 distfiles="http://pkgs.fedoraproject.org/repo/pkgs/nvi/nvi-${version}.tar.bz2/88d1e23115ee9f2961186b62e55f5704/nvi-${version}.tar.bz2"
 checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
@@ -32,6 +32,7 @@ pre_build() {
 	sed -i -e '/define.*_PATH_MSGCAT/ s/".*"/"\/usr\/share\/vi\/catalog\/"/' pathnames.h
 }
 post_install() {
+	vlicense ../LICENSE
 	# remove cat pages.
 	rm -rf ${DESTDIR}/usr/share/man/cat1
 	# remove lib.

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

* Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX issues, most packages starting with "N"
  2021-05-05  6:00 [PR PATCH] Omnibus lint pass for SPDX issues, most packages starting with "N" heliocat
                   ` (2 preceding siblings ...)
  2021-06-26 18:21 ` heliocat
@ 2021-09-08 16:29 ` heliocat
  2021-09-09  0:58 ` [PR PATCH] [Closed]: " sgn
  4 siblings, 0 replies; 6+ messages in thread
From: heliocat @ 2021-09-08 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages lint_n
https://github.com/void-linux/void-packages/pull/30690

Omnibus lint pass for SPDX issues, most packages starting with "N"
<!-- 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


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

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

From edd5aaac01f4d3bc01d06e664641fa980812b59e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:01:32 -0700
Subject: [PATCH 01/10] netbsd-rumpkernel: fix license

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

diff --git a/srcpkgs/netbsd-rumpkernel/template b/srcpkgs/netbsd-rumpkernel/template
index 630bcf1fb30f..f60c0be54369 100644
--- a/srcpkgs/netbsd-rumpkernel/template
+++ b/srcpkgs/netbsd-rumpkernel/template
@@ -1,13 +1,13 @@
 # Template file for 'netbsd-rumpkernel'
 pkgname=netbsd-rumpkernel
 version=20140526
-revision=3
+revision=4
 archs="x86_64* i686*"
 wrksrc="buildrump.sh-${version}"
 hostmakedepends="git tar"
 short_desc="NetBSD rump kernel"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://github.com/anttikantee/buildrump.sh"
 distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
 checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8

From 8e50514aa5663ed7ad9d43da7e6985fd792710a5 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:08:21 -0700
Subject: [PATCH 02/10] netpgp: fix license, other lint

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

diff --git a/srcpkgs/netpgp/template b/srcpkgs/netpgp/template
index 2bc40e253d09..08e27d5a40bb 100644
--- a/srcpkgs/netpgp/template
+++ b/srcpkgs/netpgp/template
@@ -1,13 +1,13 @@
 # Template file for 'netpgp'
 pkgname=netpgp
 version=20140220
-revision=19
+revision=20
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="zlib-devel bzip2-devel openssl-devel"
-short_desc="PGP signing, verification, encryption and decryption program"
+short_desc="NetBSD PGP implementation"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="3-clause-BSD"
+license="BSD-3-Clause"
 homepage="http://www.netbsd.org"
 distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/netpgp-${version}.tar.gz"
 checksum=fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf
@@ -33,7 +33,7 @@ libmj_package() {
 	}
 }
 libmj-devel_package() {
-	short_desc="Minimalist JSON lightweight data interchange library - development files"
+	short_desc="Minimalist JSON data interchange library - development files"
 	depends="libmj>=${version}_${revision}"
 	pkg_install() {
 		vinstall ${wrksrc}/src/libmj/mj.h 644 usr/include

From d54733b1ad5efdd1ae6a8456837a8dc5114ddd46 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:10:23 -0700
Subject: [PATCH 03/10] netpgpverify: fix license

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

diff --git a/srcpkgs/netpgpverify/template b/srcpkgs/netpgpverify/template
index 03531032da54..77d2f1061805 100644
--- a/srcpkgs/netpgpverify/template
+++ b/srcpkgs/netpgpverify/template
@@ -1,12 +1,12 @@
 # Template file for 'netpgpverify'
 pkgname=netpgpverify
 version=20160707
-revision=1
+revision=2
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="PGP/SSH standalone verification utility"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="2-clause-BSD"
+license="BSD-2-Clause"
 homepage="http://www.netpgp.com"
 distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
 checksum=1eedf30b35cacbf8f39b80fbc4ea6129ba8c7815b0ad7f3d1ae05e521f684b00

From d49a4132042ee9ea87db55258a7b86caf729517f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:13:27 -0700
Subject: [PATCH 04/10] neverball: fix license

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

diff --git a/srcpkgs/neverball/template b/srcpkgs/neverball/template
index 9743e97086d6..085ec1c4d084 100644
--- a/srcpkgs/neverball/template
+++ b/srcpkgs/neverball/template
@@ -1,13 +1,13 @@
 # Template file for 'neverball'
 pkgname=neverball
 version=1.6.0
-revision=4
+revision=5
 hostmakedepends="gettext"
 makedepends="libpng-devel libjpeg-turbo-devel libvorbis-devel SDL2_ttf-devel physfs-devel"
 depends="desktop-file-utils"
 short_desc="Puzzle/action game similar to Super Monkey Ball"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://www.neverball.org"
 distfiles="http://www.neverball.org/$pkgname-$version.tar.gz"
 checksum=73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0

From ba15cc03514f0b3d1b552315ad0416530e2ca2d7 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:23:51 -0700
Subject: [PATCH 05/10] newt: fix license, other lint

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

diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template
index 14655c2a10f7..204f714be185 100644
--- a/srcpkgs/newt/template
+++ b/srcpkgs/newt/template
@@ -1,13 +1,13 @@
 # Template file for 'newt'
 pkgname=newt
 version=0.52.21
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="python-devel python3-devel"
 makedepends="slang-devel popt-devel python3-devel python-devel"
 short_desc="Library for color text mode, widget based user interfaces"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3"
+license="LGPL-2.0-only"
 homepage="https://pagure.io/newt/"
 distfiles="https://pagure.io/releases/newt/newt-${version}.tar.gz"
 checksum=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
@@ -24,14 +24,12 @@ newt-devel_package() {
 }
 newt-python_package() {
 	short_desc+=" - Python2 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python2*
 	}
 }
 newt-python3_package() {
 	short_desc+=" - Python3 bindings"
-	pycompile_module="snake.py"
 	pkg_install() {
 		vmove usr/lib/python3*
 	}

From ff73fac822677e3f4bc1cb7c78a26ca9aeabeba6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:26:52 -0700
Subject: [PATCH 06/10] nitrogen: fix license, other lint

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

diff --git a/srcpkgs/nitrogen/template b/srcpkgs/nitrogen/template
index 8d06b407a824..55c7fcf05530 100644
--- a/srcpkgs/nitrogen/template
+++ b/srcpkgs/nitrogen/template
@@ -1,14 +1,14 @@
 # Template file for 'nitrogen'
 pkgname=nitrogen
 version=1.6.1
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool"
 makedepends="gtkmm2-devel libXinerama-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Background browser and setter for X with support for Xinerama"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="https://github.com/l3ib/nitrogen"
-license="GPL-2"
 distfiles="https://github.com/l3ib/nitrogen/releases/download/${version}/${pkgname}-${version}.tar.gz"
 checksum=f40213707b7a3be87e556f65521cef8795bd91afda13dfac8f00c3550375837d

From 6950b1b4ac79345fc7d2117a1fa2deda0f4df2e7 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:28:21 -0700
Subject: [PATCH 07/10] notification-daemon: fix license

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

diff --git a/srcpkgs/notification-daemon/template b/srcpkgs/notification-daemon/template
index b25032b590c1..9bc1ecd2bdf2 100644
--- a/srcpkgs/notification-daemon/template
+++ b/srcpkgs/notification-daemon/template
@@ -1,7 +1,7 @@
 # Template file for 'notification-daemon'
 pkgname=notification-daemon
 version=3.20.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="pkg-config intltool glib-devel"
@@ -9,7 +9,7 @@ makedepends="libglib-devel gtk+3-devel libcanberra-devel"
 depends="desktop-file-utils"
 short_desc="Shows notification messages on the desktop"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="http://www.galago-project.org/specs/notification/"
-license="GPL-2"
 distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
 checksum=dd13768f35fd8bba9c4920b0f8269f39270e5a3cfed1a34c3b940a492286ece5

From c02b8a4ac1d94c19d45e739e0abb3fcf94befd6f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:37:39 -0700
Subject: [PATCH 08/10] npapi-sdk: fix license, package location

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

diff --git a/srcpkgs/npapi-sdk/template b/srcpkgs/npapi-sdk/template
index 384b6efe0d50..3100411d7895 100644
--- a/srcpkgs/npapi-sdk/template
+++ b/srcpkgs/npapi-sdk/template
@@ -1,11 +1,11 @@
 # Template file for 'npapi-sdk'
 pkgname=npapi-sdk
 version=0.27.2
-revision=1
+revision=2
 build_style=gnu-configure
 short_desc="Netscape Plugin API (NPAPI)"
 maintainer="oliver JH <ohemming@gmail.com>"
-license="MPL-1.1,GPL-2,LGPL-2.1"
-homepage="https://bitbucket.org/mgorny/npapi-sdk"
-distfiles="https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$version.tar.bz2"
+license="MPL-1.1,GPL-2.0-or-later,LGPL-2.1-or-later"
+homepage="https://github.com/mgorny/npapi-sdk"
+distfiles="https://github.com/mgorny/npapi-sdk/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
 checksum=01bf34bdd0fcaa546ba3d5c96f5d91f91dd117d4ed5ffe13f56bbd5aa566ae77

From a00a0ef464013ab1bf79299bbf8e3cf0e9f4b76b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:46:32 -0700
Subject: [PATCH 09/10] ntfs-3g: fix license, other lint

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

diff --git a/srcpkgs/ntfs-3g/template b/srcpkgs/ntfs-3g/template
index d569ee438741..b17d940d0bb6 100644
--- a/srcpkgs/ntfs-3g/template
+++ b/srcpkgs/ntfs-3g/template
@@ -1,7 +1,7 @@
 # Template file for 'ntfs-3g'
 pkgname=ntfs-3g
 version=2017.3.23
-revision=2
+revision=3
 wrksrc="${pkgname}_ntfsprogs-${version}"
 build_style=gnu-configure
 configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
@@ -13,8 +13,8 @@ hostmakedepends="pkg-config"
 makedepends="libuuid-devel fuse-devel $(vopt_if crypto 'libgcrypt-devel gnutls-devel')"
 short_desc="Stable Read/Write NTFS Driver in userspace"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, LGPL-2.0-only"
 homepage="http://www.tuxera.com/community/ntfs-3g-download/"
-license="GPL-2"
 distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
 checksum=3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
 

From 4a0308d4fd65648d7e118ace798707614a16821e Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 4 May 2021 22:58:02 -0700
Subject: [PATCH 10/10] nvi: fix license, other lint

---
 srcpkgs/nvi/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nvi/template b/srcpkgs/nvi/template
index edc737186f93..5650f3bbd91f 100644
--- a/srcpkgs/nvi/template
+++ b/srcpkgs/nvi/template
@@ -1,14 +1,14 @@
 # Template file for 'nvi'
 pkgname=nvi
 version=1.81.6
-revision=16
-build_style=gnu-configure
+revision=17
 build_wrksrc=dist
+build_style=gnu-configure
 makedepends="ncurses-devel db-devel"
-short_desc="The Berkeley Vi Editor"
+short_desc="Berkeley Vi Editor"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
-homepage="http://garage.linux.student.kuleuven.be/~skimo/nvi"
+license="BSD-3-Clause"
+homepage="https://repo.or.cz/nvi.git"
 #distfiles="${homepage}/devel/nvi-$version.tar.bz2"
 distfiles="http://pkgs.fedoraproject.org/repo/pkgs/nvi/nvi-${version}.tar.bz2/88d1e23115ee9f2961186b62e55f5704/nvi-${version}.tar.bz2"
 checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
@@ -32,6 +32,7 @@ pre_build() {
 	sed -i -e '/define.*_PATH_MSGCAT/ s/".*"/"\/usr\/share\/vi\/catalog\/"/' pathnames.h
 }
 post_install() {
+	vlicense ../LICENSE
 	# remove cat pages.
 	rm -rf ${DESTDIR}/usr/share/man/cat1
 	# remove lib.

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

* Re: [PR PATCH] [Closed]: Omnibus lint pass for SPDX issues, most packages starting with "N"
  2021-05-05  6:00 [PR PATCH] Omnibus lint pass for SPDX issues, most packages starting with "N" heliocat
                   ` (3 preceding siblings ...)
  2021-09-08 16:29 ` heliocat
@ 2021-09-09  0:58 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2021-09-09  0:58 UTC (permalink / raw)
  To: ml

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

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

Omnibus lint pass for SPDX issues, most packages starting with "N"
https://github.com/void-linux/void-packages/pull/30690

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

end of thread, other threads:[~2021-09-09  0:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  6:00 [PR PATCH] Omnibus lint pass for SPDX issues, most packages starting with "N" heliocat
2021-05-05  6:06 ` [PR PATCH] [Updated] " heliocat
2021-06-10  7:49 ` heliocat
2021-06-26 18:21 ` heliocat
2021-09-08 16:29 ` heliocat
2021-09-09  0:58 ` [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).