Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' 
@ 2021-03-29  6:58 heliocat
  2021-03-30 18:12 ` [PR PATCH] [Merged]: " Piraty
  2021-03-30 18:12 ` Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: heliocat @ 2021-03-29  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heliocat/void-packages lint_e
https://github.com/void-linux/void-packages/pull/29842

Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' 
<!-- 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)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

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

From d86507bb4d6555e25040f16378d3a5fabeba5f20 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 22:23:49 -0700
Subject: [PATCH 01/12] eb: fix license

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

diff --git a/srcpkgs/eb/template b/srcpkgs/eb/template
index c372b71c9fcf..9e71add969a7 100644
--- a/srcpkgs/eb/template
+++ b/srcpkgs/eb/template
@@ -1,13 +1,13 @@
 # Template file for 'eb'
 pkgname=eb
 version=4.4.3
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="perl"
 makedepends="zlib-devel"
 short_desc="C library and tools for accessing CD-ROM books"
 maintainer="John <me@johnnynator.dev>"
-license="BSD-3"
+license="BSD-3-Clause"
 homepage="https://github.com/2ion/eb"
 distfiles="https://github.com/2ion/eb/archive/${version}.tar.gz"
 checksum=16274f4d5ec34cc37ed308927390a1d0d09e0e6a2b35fbff7d17aacca0524a37

From 291d8d89c5360077e2499f957f868a5afb69b755 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 22:28:55 -0700
Subject: [PATCH 02/12] ecm: fix license

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

diff --git a/srcpkgs/ecm/template b/srcpkgs/ecm/template
index 4fa8689aa680..27c23cb14fa9 100644
--- a/srcpkgs/ecm/template
+++ b/srcpkgs/ecm/template
@@ -1,14 +1,14 @@
 # Template file for 'ecm'
 pkgname=ecm
 version=7.0.4
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--enable-shared --enable-openmp"
 hostmakedepends="m4"
 makedepends="gmp-devel libgomp-devel"
 short_desc="Elliptic Curve Method for Integer Factorization"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://ecm.gforge.inria.fr/"
 distfiles="https://gforge.inria.fr/frs/download.php/file/36224/ecm-${version}.tar.gz"
 checksum=0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43

From 43659cd48712dbf90cec82f4723a7865c615dec6 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 22:36:11 -0700
Subject: [PATCH 03/12] ecryptfs-utils: fix license

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

diff --git a/srcpkgs/ecryptfs-utils/template b/srcpkgs/ecryptfs-utils/template
index 3d25252fffe5..6bdc07b97c32 100644
--- a/srcpkgs/ecryptfs-utils/template
+++ b/srcpkgs/ecryptfs-utils/template
@@ -1,8 +1,7 @@
 # Template file for 'ecryptfs-utils'
 pkgname=ecryptfs-utils
 version=111
-revision=9
-lib32disabled=yes
+revision=10
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin
  --with-pamdir=/usr/lib/security --enable-gpg --enable-gui
@@ -13,10 +12,11 @@ depends="gettext"
 _desc="Ecryptfs cryptographic filesystem"
 short_desc="${_desc} - utilities"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://ecryptfs.org/"
 distfiles="http://launchpad.net/ecryptfs/trunk/${version}/+download/${pkgname}_${version}.orig.tar.gz"
 checksum=112cb3e37e81a1ecd8e39516725dec0ce55c5f3df6284e0f4cc0f118750a987f
+lib32disabled=yes
 
 CPPFLAGS="-D_FILE_OFFSET_BITS=64 -I${XBPS_CROSS_BASE}/usr/include/python2.7"
 
@@ -61,4 +61,3 @@ ecryptfs-utils-python_package() {
 		vmove usr/lib/python2.7
 	}
 }
-

From e7bbb3137adeb426310e3226f3bce89d1ae700bc Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 22:56:03 -0700
Subject: [PATCH 04/12] edac-utils: fix license

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

diff --git a/srcpkgs/edac-utils/template b/srcpkgs/edac-utils/template
index b42ba10f627c..281ece5385c8 100644
--- a/srcpkgs/edac-utils/template
+++ b/srcpkgs/edac-utils/template
@@ -1,14 +1,14 @@
 # Template file for 'edac-utils'
 pkgname=edac-utils
 version=0.18
-revision=1
+revision=2
 build_style=gnu-configure
-maintainer="Orphaned <orphan@voidlinux.org>"
 hostmakedepends=perl
 makedepends=libsysfs-devel
-license="GPL-2"
-homepage="https://github.com/grondo/edac-utils"
 short_desc="Userspace helper for kernel EDAC drivers"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/grondo/edac-utils"
 distfiles="${homepage}/archive/${version}.tar.gz"
 checksum=2a027dbde6c3095807c9fbfa0025bedad38fc839e9967707c1986089ff4c8750
 

From cbee9c19bae079321e6ae05a1eaa26d570016328 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:12:23 -0700
Subject: [PATCH 05/12] embb: fix license

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

diff --git a/srcpkgs/embb/template b/srcpkgs/embb/template
index 301d38f9d7cf..0906831c53e3 100644
--- a/srcpkgs/embb/template
+++ b/srcpkgs/embb/template
@@ -1,12 +1,12 @@
 # Template file for 'embb'
 pkgname=embb
 version=1.0.0
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DUSE_C11_AND_CXX11=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTS=OFF -DINSTALL_PREFIX=/usr"
 short_desc="Library for parallel programming of embedded systems"
 maintainer="Florian Eich <flrn@nrmncr.net>"
-license="BSD-2"
+license="BSD-2-Clause"
 homepage="https://embb.io/"
 distfiles="https://github.com/siemens/embb/releases/download/v${version}/embb-${version}.tar.gz"
 checksum=a392c710df719bbb1513dd9a6835ab9d73494d7355a47f17e818179fea64dcc8

From e291414ac23467682c91b1da6d53a63167205f94 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:22:45 -0700
Subject: [PATCH 06/12] enblend-enfuse: fix license

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

diff --git a/srcpkgs/enblend-enfuse/template b/srcpkgs/enblend-enfuse/template
index 2e329d18d16d..9401bc3544be 100644
--- a/srcpkgs/enblend-enfuse/template
+++ b/srcpkgs/enblend-enfuse/template
@@ -1,7 +1,7 @@
 # Template file for 'enblend-enfuse'
 pkgname=enblend-enfuse
 version=4.2
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--enable-openmp --with-tcmalloc"
 hostmakedepends="pkg-config perl automake"
@@ -9,7 +9,7 @@ makedepends="libjpeg-turbo-devel libpng-devel tiff-devel gperftools
  gsl-devel lcms2-devel libopenexr-devel vigra-devel libgomp-devel"
 short_desc="Tools for for combining multiple images"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://enblend.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/enblend/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
 checksum=8703e324939ebd70d76afd350e56800f5ea2c053a040a5f5218b2a1a4300bd48

From 569700078fbdbd495eea62f8b419fe9781c40777 Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:34:57 -0700
Subject: [PATCH 07/12] enca: fix license

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

diff --git a/srcpkgs/enca/template b/srcpkgs/enca/template
index 74531a3a3896..953affcfa5f6 100644
--- a/srcpkgs/enca/template
+++ b/srcpkgs/enca/template
@@ -10,7 +10,7 @@ hostmakedepends="pkg-config"
 makedepends="recode-devel"
 short_desc="Extremely Naive Charset Analyser and converter"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+license="GPL-2.0-or-later"
 homepage="http://cihar.com/software/enca/"
 distfiles="http://dl.cihar.com/enca/enca-${version}.tar.xz"
 checksum=3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8

From e5860347fab11822180c086b80aac737ce52886a Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:37:22 -0700
Subject: [PATCH 08/12] enchant: fix license

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

diff --git a/srcpkgs/enchant/template b/srcpkgs/enchant/template
index 52dfb644e290..bc7ca9e5239d 100644
--- a/srcpkgs/enchant/template
+++ b/srcpkgs/enchant/template
@@ -8,9 +8,9 @@ configure_args="--disable-zemberek --disable-ispell --disable-aspell
 hostmakedepends="automake libtool pkg-config"
 makedepends="glib-devel hunspell-devel"
 short_desc="Generic spell checking library"
-homepage="http://www.abisource.com/projects/enchant/"
-license="LGPL-2.1"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.1-or-later"
+homepage="http://www.abisource.com/projects/enchant/"
 distfiles="http://www.abisource.com/downloads/enchant/${version}/enchant-${version}.tar.gz"
 checksum=2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
 patch_args="-Np1"

From 3ebfccb81429236c0e6abb601bc4ed30199b0bab Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:42:30 -0700
Subject: [PATCH 09/12] enscript: fix license

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

diff --git a/srcpkgs/enscript/template b/srcpkgs/enscript/template
index c38745fffa0c..162d8bf9adf4 100644
--- a/srcpkgs/enscript/template
+++ b/srcpkgs/enscript/template
@@ -1,13 +1,13 @@
 # Template file for 'enscript'
 pkgname=enscript
 version=1.6.6
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="perl"
 conf_files="/etc/enscript.cfg"
 short_desc="Converts text to Postscript, HTML or RTF with syntax highlighting"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://git.savannah.gnu.org/cgit/enscript.git"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
 checksum=6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb

From 4ece5b61a95480ce4f9273614407d537244394fd Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:42:43 -0700
Subject: [PATCH 10/12] eperiodique: fix license

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

diff --git a/srcpkgs/eperiodique/template b/srcpkgs/eperiodique/template
index 5190e52a9c58..36be6d547a2a 100644
--- a/srcpkgs/eperiodique/template
+++ b/srcpkgs/eperiodique/template
@@ -1,15 +1,15 @@
 # Template file for 'eperiodique'
 pkgname=eperiodique
 version=0.5
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="efl-devel"
 depends="desktop-file-utils"
-maintainer="Orphaned <orphan@voidlinux.org>"
 short_desc="Simple periodic table of elements viewer"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-2-Clause"
 homepage="https://sourceforge.net/projects/eperiodique/"
-license="2-clause-BSD"
 distfiles="${SOURCEFORGE_SITE}/eperiodique/${version}/eperiodique-${version}.tar.bz2"
 checksum=b2c15785e37e469ddb149e6110db453f4d2a97324e3d2998c34081505787d52d
 

From ed2bc47eb5f7e1ef7546f91a1ad11294f2dfdb2b Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:46:32 -0700
Subject: [PATCH 11/12] eukleides: fix license

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

diff --git a/srcpkgs/eukleides/template b/srcpkgs/eukleides/template
index 18543b392caa..a955ef5bc911 100644
--- a/srcpkgs/eukleides/template
+++ b/srcpkgs/eukleides/template
@@ -1,13 +1,13 @@
 # Template file for 'eukleides'
 pkgname=eukleides
 version=1.5.4
-revision=2
+revision=3
 build_style=gnu-makefile
 hostmakedepends="flex texinfo"
 makedepends="readline-devel"
 short_desc="Computer language devoted to elementary plane geometry"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://www.eukleides.org/"
 distfiles="http://www.eukleides.org/files/${pkgname}-${version}.tar.bz2"
 checksum=18c489460cb2cb98f4ea9c0187519ef77b4422117fd43bcd4e4836580ef40c69

From bf934df2b4489906ece833993e8d9bb516ee392f Mon Sep 17 00:00:00 2001
From: Colin Booth <colin@heliocat.net>
Date: Sun, 28 Mar 2021 23:56:57 -0700
Subject: [PATCH 12/12] extundelete: fix license

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

diff --git a/srcpkgs/extundelete/template b/srcpkgs/extundelete/template
index ed3a364d42ca..3ae6119c38dc 100644
--- a/srcpkgs/extundelete/template
+++ b/srcpkgs/extundelete/template
@@ -1,12 +1,12 @@
 # Template file for 'extundelete'
 pkgname=extundelete
 version=0.2.4
-revision=4
+revision=5
 build_style=gnu-configure
 makedepends="e2fsprogs-devel"
-short_desc="ext3/ext4 file recover utility"
+short_desc="File recover utility for ext3/ext4"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-only"
 homepage="http://extundelete.sourceforge.net"
-license="GPL-2"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
 checksum=a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4

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

* Re: [PR PATCH] [Merged]: Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' 
  2021-03-29  6:58 [PR PATCH] Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' heliocat
@ 2021-03-30 18:12 ` Piraty
  2021-03-30 18:12 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2021-03-30 18:12 UTC (permalink / raw)
  To: ml

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

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

Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' 
https://github.com/void-linux/void-packages/pull/29842

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)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

* Re: Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' 
  2021-03-29  6:58 [PR PATCH] Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' heliocat
  2021-03-30 18:12 ` [PR PATCH] [Merged]: " Piraty
@ 2021-03-30 18:12 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2021-03-30 18:12 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/29842#issuecomment-810471272

Comment:
thanks!

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

end of thread, other threads:[~2021-03-30 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29  6:58 [PR PATCH] Linting pass 5 of many for SPDX errors, covers most packages starting with 'E' heliocat
2021-03-30 18:12 ` [PR PATCH] [Merged]: " Piraty
2021-03-30 18:12 ` Piraty

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