Github messages for voidlinux
 help / color / mirror / Atom feed
From: heliocat <heliocat@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Omnibus lint pass for SPDX warnings - packages starting with U
Date: Thu, 10 Jun 2021 09:30:48 +0200	[thread overview]
Message-ID: <20210610073048.AxXE3GFcSTtUysp96f4CLqwD3W3E5fOutMilyYMUMDI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31359@inbox.vuxu.org>

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

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

https://github.com/heliocat/void-packages lint_u
https://github.com/void-linux/void-packages/pull/31359

Omnibus lint pass for SPDX warnings - packages starting with U
<!-- 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/31359.patch is attached

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

From 7cfa9532d7bf374c92dbd5e7137f22f366a1a34b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 7 Jun 2021 23:37:58 -0700
Subject: [PATCH 1/6] unison: fix license, description, package name,
 http->https

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

diff --git a/srcpkgs/unison/template b/srcpkgs/unison/template
index c3cb8e454c85..3d86606a7d75 100644
--- a/srcpkgs/unison/template
+++ b/srcpkgs/unison/template
@@ -1,12 +1,12 @@
 # Template file for 'unison'
-pkgname="unison"
+pkgname=unison
 version=2.51.3
-revision=1
+revision=2
 hostmakedepends="ocaml"
-short_desc="A file-synchronization tool"
+short_desc="File-synchronization tool"
 maintainer="allan <mail@may.mooo.com>"
-license="GPL-3"
-homepage="http://www.cis.upenn.edu/~bcpierce/unison/"
+license="GPL-3.0-or-later"
+homepage="https://www.cis.upenn.edu/~bcpierce/unison/"
 distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz"
 checksum=0c287d17f52729440b2bdc28edf4d19b2d5ea5869983d78e780d501c5866914b
 nocross="OCaml does not cross compile"

From 3e799d352a1b7df48952ba9195643350e8c5bd48 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 7 Jun 2021 23:46:07 -0700
Subject: [PATCH 2/6] unknown-horizons: fix license, maintainer, http->https

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

diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template
index 56404addb864..e1bb72e5743a 100644
--- a/srcpkgs/unknown-horizons/template
+++ b/srcpkgs/unknown-horizons/template
@@ -1,13 +1,14 @@
 # Template file for 'unknown-horizons'
 pkgname=unknown-horizons
 version=2019.1
-revision=4
+revision=5
 build_style=python3-module
 hostmakedepends="python3 intltool git python3-Pillow"
 depends="python3 fifengine python3-yaml"
 short_desc="2D real time strategy simulation"
-license="GPL-2.0-or-later, MIT, BSD-3-Clause, CC-BY-SY-3.0"
-homepage="http://unknown-horizons.org"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later, MIT, BSD-3-Clause, CC-BY-3.0, CC-BY-SA-3.0, OFL-1.0"
+homepage="https://unknown-horizons.org"
 distfiles="https://github.com/unknown-horizons/unknown-horizons/archive/${version}.tar.gz"
 checksum=a417fd3d342212fd190e4f21be82ef13c10e1ed7c288fbbe46e46200cf3de4d8
 

From 62bf0729d81b21f2203e43406ae42355f69d72bd Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 00:04:33 -0700
Subject: [PATCH 3/6] urbanterror: fix license, description

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

diff --git a/srcpkgs/urbanterror/template b/srcpkgs/urbanterror/template
index 947a12cf2d8f..2790380ddc35 100644
--- a/srcpkgs/urbanterror/template
+++ b/srcpkgs/urbanterror/template
@@ -1,13 +1,13 @@
 # Template file for 'urbanterror'
 pkgname=urbanterror
 version=4.3.4
-revision=1
+revision=2
 wrksrc="ioq3-for-UrbanTerror-4-release-${version}"
 makedepends="SDL-devel libopenal-devel libcurl-devel libvorbis-devel"
 depends="urbanterror-data>=${version}"
-short_desc="A team tactical shooter based on ioquake"
+short_desc="Team tactical shooter based on ioquake"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="https://github.com/Barbatos/ioq3-for-UrbanTerror-4"
 distfiles="https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${version}.tar.gz"
 checksum=ce9d09a8ad149f8a1d36a85a586e1dd8ec9b8dcb3e5e9e82ec2a33017655bf43
@@ -17,7 +17,7 @@ do_build() {
 	case "$XBPS_TARGET_MACHINE" in
 		i686*) CFLAGS+=" -msse2";;
 	esac
-	sed -i 's,-O3 -march=i586,,' Makefile
+	vsed -i 's,-O3 -march=i586,,' Makefile
 	make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -ldl -lm" \
 		USE_OPENAL=yes USE_OPENAL_DLOPEN=0 \
 		USE_CURL=1 USE_CURL_DLOPEN=0 \

From a281723b49c5502c6fd547157e36def9d75e4040 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 00:06:20 -0700
Subject: [PATCH 4/6] urlview: fix license

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

diff --git a/srcpkgs/urlview/template b/srcpkgs/urlview/template
index 7fdbb3119577..3be31c596ac8 100644
--- a/srcpkgs/urlview/template
+++ b/srcpkgs/urlview/template
@@ -1,20 +1,20 @@
 # Template file for 'urlview'
 pkgname=urlview
 version=0.9
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="mk-configure"
 makedepends="ncurses-devel"
 conf_files="/etc/urlview.conf"
 short_desc="Extract URLs from a text file and allow the user to select via a menu"
 maintainer="Liam Howley <liam.howley@hotmail.com>"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
 homepage="https://github.com/sigpipe/urlview"
 distfiles="https://gnupg.org/ftp/mutt/contrib/$pkgname-$version.tar.gz"
 checksum=74d18026e84e3cd70a3fdd1a7247a68031b0c1c1c6d761d64b7063ff71091cc3
 
 pre_configure() {
-	sed -i '/install-data-local/,/^$/d' Makefile.am
+	vsed -i '/install-data-local/,/^$/d' Makefile.am
 }
 post_install() {
 	vbin url_handler.sh

From d4520fccf0b5efa3c11760f597274f688b54568d Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 00:15:00 -0700
Subject: [PATCH 5/6] urxvtconfig: fix license, layout

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

diff --git a/srcpkgs/urxvtconfig/template b/srcpkgs/urxvtconfig/template
index a21e2b1e8633..f16ee353dcdb 100644
--- a/srcpkgs/urxvtconfig/template
+++ b/srcpkgs/urxvtconfig/template
@@ -1,15 +1,15 @@
 # Template file for 'urxvtconfig'
 pkgname=urxvtconfig
 version=1.0
-revision=2
+revision=3
 wrksrc="URXVTConfig-${version}"
 build_wrksrc="source"
 build_style="qmake"
 makedepends="libmagick-devel libXft-devel qt5-devel"
-maintainer="Orphaned <orphan@voidlinux.org>"
 short_desc="GUI tool for configuration of the rxvt-unicode terminal emulator"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-3.0-or-later"
 homepage="https://github.com/daedreth/URXVTConfig"
-license="LGPL-3.0"
 distfiles="https://github.com/daedreth/URXVTConfig/archive/${version}.tar.gz"
 checksum=74ad9539f4d795ddeca56d53b02483c6ad162a24576b9667e2de54cc84ffd8f3
 

From 1f9f72b1f4f4b5be88b226a0aa4a6522637488ca Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 00:16:40 -0700
Subject: [PATCH 6/6] usb-modeswitch: fix license, http->https

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

diff --git a/srcpkgs/usb-modeswitch/template b/srcpkgs/usb-modeswitch/template
index 475c1695fab1..ef478c3f4952 100644
--- a/srcpkgs/usb-modeswitch/template
+++ b/srcpkgs/usb-modeswitch/template
@@ -1,7 +1,7 @@
 # Template file for 'usb-modeswitch'
 pkgname=usb-modeswitch
 version=2.6.0
-revision=1
+revision=2
 build_style=gnu-makefile
 conf_files="/etc/usb_modeswitch.conf"
 make_install_args="SBINDIR=/usr/bin UDEVDIR=/usr/lib/udev"
@@ -10,7 +10,11 @@ makedepends="libusb-devel"
 depends="tcl ${pkgname}-data"
 short_desc="Mode switching tool for controlling multi-mode USB devices"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2"
-homepage="http://www.draisberghof.de/usb_modeswitch/"
-distfiles="http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${version}.tar.bz2"
+license="GPL-2.0-or-later, BSD-2-Clause"
+homepage="https://www.draisberghof.de/usb_modeswitch/"
+distfiles="https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${version}.tar.bz2"
 checksum=c215236e6bada6e659fc195a31d611ea298a4bdb4d57a0d68c553b56585f8ba3
+
+post_install() {
+	vlicense COPYING LICENSE
+}

  parent reply	other threads:[~2021-06-10  7:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08  7:36 [PR PATCH] " heliocat
2021-06-08 20:36 ` Piraty
2021-06-09  0:10 ` [PR REVIEW] " sgn
2021-06-09  0:11 ` sgn
2021-06-09  1:59 ` [PR PATCH] [Updated] " heliocat
2021-06-09  1:59 ` [PR REVIEW] " heliocat
2021-06-09  9:50 ` Piraty
2021-06-10  3:43 ` [PR PATCH] [Updated] " heliocat
2021-06-10  3:44 ` heliocat
2021-06-10  7:30 ` heliocat [this message]
2021-06-10  7:55 ` heliocat
2021-06-23  1:27 ` [PR PATCH] [Merged]: " sgn

Reply instructions:

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

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

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

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

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

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

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).