Github messages for voidlinux
 help / color / mirror / Atom feed
From: heliocat <heliocat@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Omnibus lint pass for SPDX warnings - packages starting with V
Date: Mon, 28 Jun 2021 18:41:13 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31694@inbox.vuxu.org> (raw)

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

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

https://github.com/heliocat/void-packages lint_v
https://github.com/void-linux/void-packages/pull/31694

Omnibus lint pass for SPDX warnings - packages starting with V
<!-- 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
- [] 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/31694.patch is attached

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

From 140bc45f4bc0701219d290b7b31eba1bf2dc0135 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 10:12:42 -0700
Subject: [PATCH 1/6] vapoursynth-mvtools: fix license

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

diff --git a/srcpkgs/vapoursynth-mvtools/template b/srcpkgs/vapoursynth-mvtools/template
index 6966829ea3a5..f6cd5e1cd9e4 100644
--- a/srcpkgs/vapoursynth-mvtools/template
+++ b/srcpkgs/vapoursynth-mvtools/template
@@ -1,14 +1,14 @@
 # Template file for 'vapoursynth-mvtools'
 pkgname=vapoursynth-mvtools
 version=23
-revision=1
+revision=2
 archs="x86_64* i686*"
 build_style=meson
 hostmakedepends="pkg-config libtool nasm"
 makedepends="fftw-devel vapoursynth-devel"
 short_desc="Set of filters for motion estimation and compensation"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://avisynth.org.ru/mvtools/mvtools2.html"
 distfiles="https://github.com/dubhater/vapoursynth-mvtools/archive/v${version}.tar.gz"
 checksum=3b5fdad2b52a2525764510a04af01eab3bc5e8fe6a02aba44b78955887a47d44

From 117332d9740fe244d2d89646f04948d4e6845beb Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 10:21:07 -0700
Subject: [PATCH 2/6] vbindiff: fix license, http->https

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

diff --git a/srcpkgs/vbindiff/template b/srcpkgs/vbindiff/template
index b03918491540..257e5e7ab1a0 100644
--- a/srcpkgs/vbindiff/template
+++ b/srcpkgs/vbindiff/template
@@ -7,7 +7,7 @@ build_style=gnu-configure
 makedepends="ncurses-devel"
 short_desc="Visual Binary Diff"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
-homepage="http://www.cjmweb.net/vbindiff/"
+license="GPL-2.0-or-later"
+homepage="https://www.cjmweb.net/vbindiff/"
 distfiles="${homepage}/${pkgname}-${version/.beta/_beta}.tar.gz"
 checksum=f04da97de993caf8b068dcb57f9de5a4e7e9641dc6c47f79b60b8138259133b8

From 47d0f5fd61516841dfde6e190e4fb52973ec52c9 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 10:26:01 -0700
Subject: [PATCH 3/6] vde2: fix license

Note that the project has moved from sourceforge to github but they
haven't tagged a new release since the move so updating would be more
annoying than its worth right now.
---
 srcpkgs/vde2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vde2/template b/srcpkgs/vde2/template
index 5d0efce366ab..b975d61b5ea7 100644
--- a/srcpkgs/vde2/template
+++ b/srcpkgs/vde2/template
@@ -1,7 +1,7 @@
 # Template file for 'vde2'
 pkgname=vde2
 version=2.3.2
-revision=23
+revision=24
 build_style=gnu-configure
 configure_args="--disable-static --enable-experimental
  --disable-python --enable-kernel-switch"
@@ -15,7 +15,7 @@ conf_files="
 	/etc/vde2/libvdemgmt/sendcmd.rc"
 short_desc="Virtual Distributed Ethernet"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2, LGPL-2.1, BSD"
+license="GPL-2.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
 homepage="http://sourceforge.net/projects/vde/"
 distfiles="${SOURCEFORGE_SITE}/vde/vde2-$version.tar.bz2"
 checksum=cbea9b7e03097f87a6b5e98b07890d2275848f1fe4b9fcda77b8994148bc9542

From 2f572863d930bd4c1d3a8979d875f18da9c227e6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Tue, 8 Jun 2021 10:47:17 -0700
Subject: [PATCH 4/6] vdesk: fix license, description

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

diff --git a/srcpkgs/vdesk/template b/srcpkgs/vdesk/template
index af1e5943b2a7..4dfaf62dc5de 100644
--- a/srcpkgs/vdesk/template
+++ b/srcpkgs/vdesk/template
@@ -1,12 +1,12 @@
 # Template file for 'vdesk'
 pkgname=vdesk
 version=1.2
-revision=3
+revision=4
 build_style=gnu-configure
 makedepends="libX11-devel"
-short_desc="A lightweight virtual desktop manager"
+short_desc="Lightweight virtual desktop manager"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="custom"
+license="custom:ISC-like"
 homepage="http://offog.org/code/vdesk.html"
 distfiles="http://offog.org/files/${pkgname}-${version}.tar.gz"
 checksum=4ac9af40591abcb3a99dea9331933182af7a7c4d0c2eec43be37cf2c21dfa792

From 23596200505466a02a1342e7a77af3f1f1f9680f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 00:09:30 -0700
Subject: [PATCH 5/6] vilistextum: fix license

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

diff --git a/srcpkgs/vilistextum/template b/srcpkgs/vilistextum/template
index aa10c3427fe5..e9921c75c8ba 100644
--- a/srcpkgs/vilistextum/template
+++ b/srcpkgs/vilistextum/template
@@ -1,13 +1,13 @@
 # Template file for 'vilistextum'
 pkgname=vilistextum
 version=2.6.9
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-multibyte --with-unicode-locale=en_US.UTF-8"
 hostmakedepends="automake"
 short_desc="Fault-tolerant HTML to text converter"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-2"
+license="GPL-2.0-only"
 homepage="http://bhaak.net/vilistextum"
 distfiles="http://bhaak.net/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=3a16b4d70bfb144e044a8d584f091b0f9204d86a716997540190100c20aaf88d

From 47ebaca5d75ab392cfe385ccf8a46db79ebe99f2 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Mon, 28 Jun 2021 09:16:45 -0700
Subject: [PATCH 6/6] vkeybd: fix license, update homepage, template layout

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

diff --git a/srcpkgs/vkeybd/template b/srcpkgs/vkeybd/template
index 2b282440fddc..1b23cef906eb 100644
--- a/srcpkgs/vkeybd/template
+++ b/srcpkgs/vkeybd/template
@@ -1,17 +1,17 @@
 # Template file for 'vkeybd'
 pkgname=vkeybd
 version=0.1.18d
-revision=1
+revision=2
 wrksrc=$pkgname
+configure_args="PREFIX=/usr USE_ALSA=1 USE_AWE=0 USE_MIDI=0"
 hostmakedepends="tcl"
 makedepends="alsa-lib-devel tk-devel"
-short_desc="A virtual MIDI keyboard for X"
+short_desc="Virtual MIDI keyboard for X"
 maintainer="Casper Ti. Vector <caspervector@gmail.com>"
-license="GPL-2"
-homepage="http://www.alsa-project.org/~iwai/alsa.html"
+license="GPL-2.0-or-later"
+homepage="https://github.com/tiwai/vkeybd"
 distfiles="http://ftp.suse.com/pub/people/tiwai/$pkgname/$pkgname-$version.tar.bz2"
 checksum=aa683ed57592489e05fdd898368abe3ee245a4d5829385cfe5edb81764590704
-configure_args="PREFIX=/usr USE_ALSA=1 USE_AWE=0 USE_MIDI=0"
 
 do_build() {
 	echo 'puts [info tclversion]' | tclsh > tcl-ver

             reply	other threads:[~2021-06-28 16:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28 16:41 heliocat [this message]
2021-08-22 10:42 ` [PR PATCH] [Closed]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31694@inbox.vuxu.org \
    --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).