Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spdx-licenses-list: update to 3.17.
@ 2022-05-24 18:02 mhmdanas
  2022-05-24 19:25 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mhmdanas @ 2022-05-24 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages spdx-licenses-list-3.17
https://github.com/void-linux/void-packages/pull/37273

spdx-licenses-list: update to 3.17.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (how do I test this?)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/37273.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spdx-licenses-list-3.17-37273.patch --]
[-- Type: text/x-diff, Size: 1921 bytes --]

From eeacd565ddd256e834641e9ddb1f7a2e099a354c Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 24 May 2022 21:03:56 +0300
Subject: [PATCH] spdx-licenses-list: update to 3.17.

---
 common/travis/license.lst           | 5 +++++
 srcpkgs/spdx-licenses-list/template | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/common/travis/license.lst b/common/travis/license.lst
index 78c4cb13574d..28a152601985 100644
--- a/common/travis/license.lst
+++ b/common/travis/license.lst
@@ -31,6 +31,7 @@ Apache-1.0
 Apache-1.1
 Apache-2.0
 App-s2p
+Arphic-1999
 Artistic-1.0-Perl
 Artistic-1.0-cl8
 Artistic-1.0
@@ -58,12 +59,14 @@ BSD-Protection
 BSD-Source-Code
 BSL-1.0
 BUSL-1.1
+Baekmuk
 Bahyph
 Barr
 Beerware
 Bison-exception-2.2
 BitTorrent-1.0
 BitTorrent-1.1
+Bitstream-Vera
 BlueOak-1.0.0
 Bootloader-exception
 Borceux
@@ -244,6 +247,7 @@ JPNIC
 JSON
 Jam
 JasPer-2.0
+KiCad-libraries-exception
 LAL-1.2
 LAL-1.3
 LGPL-2.0-only
@@ -516,6 +520,7 @@ libselinux-1.0
 libtiff
 mif-exception
 mpich2
+mplus
 openvpn-openssl-exception
 psfrag
 psutils
diff --git a/srcpkgs/spdx-licenses-list/template b/srcpkgs/spdx-licenses-list/template
index 56f7d02ce518..9bcfcbef1419 100644
--- a/srcpkgs/spdx-licenses-list/template
+++ b/srcpkgs/spdx-licenses-list/template
@@ -2,7 +2,7 @@
 
 # common/travis/license.lst should be updated in sync with this package
 pkgname=spdx-licenses-list
-version=3.16
+version=3.17
 revision=1
 wrksrc="license-list-data-${version}"
 short_desc="SPDX License List"
@@ -10,7 +10,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="CC-BY-3.0"
 homepage="https://spdx.org"
 distfiles="https://github.com/spdx/license-list-data/archive/v${version}.tar.gz"
-checksum=49452295f8f61c70f0bc123431f09710bca3e54e32299548f1a1c2a782987dbd
+checksum=387b518f145a95079438b4ec0fc8a42e38fb76f8c4a05c0f169a6b156be27788
 
 do_install() {
 	vmkdir usr/share/spdx

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

* Re: [PR REVIEW] spdx-licenses-list: update to 3.17.
  2022-05-24 18:02 [PR PATCH] spdx-licenses-list: update to 3.17 mhmdanas
@ 2022-05-24 19:25 ` paper42
  2022-05-24 19:40 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-24 19:25 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37273#discussion_r880870449

Comment:
try to find packages that use this license and remove custom: from their $license field

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

* Re: [PR PATCH] [Updated] spdx-licenses-list: update to 3.17.
  2022-05-24 18:02 [PR PATCH] spdx-licenses-list: update to 3.17 mhmdanas
  2022-05-24 19:25 ` [PR REVIEW] " paper42
@ 2022-05-24 19:40 ` mhmdanas
  2022-05-24 19:40 ` [PR REVIEW] " mhmdanas
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2022-05-24 19:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages spdx-licenses-list-3.17
https://github.com/void-linux/void-packages/pull/37273

spdx-licenses-list: update to 3.17.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (how do I test this?)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/37273.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spdx-licenses-list-3.17-37273.patch --]
[-- Type: text/x-diff, Size: 6849 bytes --]

From eeacd565ddd256e834641e9ddb1f7a2e099a354c Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 24 May 2022 21:03:56 +0300
Subject: [PATCH 1/6] spdx-licenses-list: update to 3.17.

---
 common/travis/license.lst           | 5 +++++
 srcpkgs/spdx-licenses-list/template | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/common/travis/license.lst b/common/travis/license.lst
index 78c4cb13574d..28a152601985 100644
--- a/common/travis/license.lst
+++ b/common/travis/license.lst
@@ -31,6 +31,7 @@ Apache-1.0
 Apache-1.1
 Apache-2.0
 App-s2p
+Arphic-1999
 Artistic-1.0-Perl
 Artistic-1.0-cl8
 Artistic-1.0
@@ -58,12 +59,14 @@ BSD-Protection
 BSD-Source-Code
 BSL-1.0
 BUSL-1.1
+Baekmuk
 Bahyph
 Barr
 Beerware
 Bison-exception-2.2
 BitTorrent-1.0
 BitTorrent-1.1
+Bitstream-Vera
 BlueOak-1.0.0
 Bootloader-exception
 Borceux
@@ -244,6 +247,7 @@ JPNIC
 JSON
 Jam
 JasPer-2.0
+KiCad-libraries-exception
 LAL-1.2
 LAL-1.3
 LGPL-2.0-only
@@ -516,6 +520,7 @@ libselinux-1.0
 libtiff
 mif-exception
 mpich2
+mplus
 openvpn-openssl-exception
 psfrag
 psutils
diff --git a/srcpkgs/spdx-licenses-list/template b/srcpkgs/spdx-licenses-list/template
index 56f7d02ce518..9bcfcbef1419 100644
--- a/srcpkgs/spdx-licenses-list/template
+++ b/srcpkgs/spdx-licenses-list/template
@@ -2,7 +2,7 @@
 
 # common/travis/license.lst should be updated in sync with this package
 pkgname=spdx-licenses-list
-version=3.16
+version=3.17
 revision=1
 wrksrc="license-list-data-${version}"
 short_desc="SPDX License List"
@@ -10,7 +10,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="CC-BY-3.0"
 homepage="https://spdx.org"
 distfiles="https://github.com/spdx/license-list-data/archive/v${version}.tar.gz"
-checksum=49452295f8f61c70f0bc123431f09710bca3e54e32299548f1a1c2a782987dbd
+checksum=387b518f145a95079438b4ec0fc8a42e38fb76f8c4a05c0f169a6b156be27788
 
 do_install() {
 	vmkdir usr/share/spdx

From ea4f9d9ac9a9351fa5898d82bf7867543ff70836 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 24 May 2022 22:40:29 +0300
Subject: [PATCH 2/6] Fonts-TLWG: update license.

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

diff --git a/srcpkgs/Fonts-TLWG/template b/srcpkgs/Fonts-TLWG/template
index 8a6c5ed85648..e7a8e1c4effd 100644
--- a/srcpkgs/Fonts-TLWG/template
+++ b/srcpkgs/Fonts-TLWG/template
@@ -10,7 +10,7 @@ hostmakedepends="fontforge"
 depends="font-util"
 short_desc="Thai fonts TTF"
 maintainer="ColdPhoenix <coldphoenix@interia.pl>"
-license="GPL-2.0-or-later, custom:Bitstream-Font-License"
+license="GPL-2.0-or-later, Bitstream-Vera"
 homepage="https://linux.thai.net/projects/fonts-tlwg"
 distfiles="https://github.com/tlwg/fonts-tlwg/releases/download/v${version}/fonts-tlwg-${version}.tar.xz"
 checksum=895fd5ee53e108860c2fe13cf0679d3bd29c47b3ee4e0004a1589f902e5efdcd

From cbd13feb46dbb76907bec33a2a459a6cfaafb135 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 24 May 2022 22:41:03 +0300
Subject: [PATCH 3/6] font-vazir-code: update license.

---
 srcpkgs/font-vazir-code/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-vazir-code/template b/srcpkgs/font-vazir-code/template
index ae10ab901909..716ce0264524 100644
--- a/srcpkgs/font-vazir-code/template
+++ b/srcpkgs/font-vazir-code/template
@@ -6,7 +6,7 @@ create_wrksrc=yes
 depends="font-util"
 short_desc="Persian (farsi) monospaced font"
 maintainer="mkf <makefile@riseup.net>"
-license="Public Domain, custom:bitstream"
+license="Public Domain, Bitstream-Vera"
 homepage="https://github.com/rastikerdar/vazir-code-font"
 distfiles="https://github.com/rastikerdar/vazir-code-font/releases/download/v${version}/vazir-code-font-v${version}.zip"
 checksum=5c10819faef1d281db03703a82d498815b3d73b83badfa3100f9bbcd893b071e

From be819c1c7b3bb4a1eb4e830717cc19e92c959faa Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 24 May 2022 22:41:18 +0300
Subject: [PATCH 4/6] font-open-dyslexic-ttf: update license.

---
 srcpkgs/font-open-dyslexic-ttf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/font-open-dyslexic-ttf/template b/srcpkgs/font-open-dyslexic-ttf/template
index 2d798b86a8b0..1af0e62ebdcb 100644
--- a/srcpkgs/font-open-dyslexic-ttf/template
+++ b/srcpkgs/font-open-dyslexic-ttf/template
@@ -6,7 +6,7 @@ wrksrc="open-dyslexic-${version}-Stable"
 depends="font-util xbps-triggers"
 short_desc="Font created to increase readability for readers with dyslexia"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
-license="CC-BY-3.0, custom:Bitstream"
+license="CC-BY-3.0, Bitstream-Vera"
 homepage="http://opendyslexic.org/"
 distfiles="https://github.com/antijingoist/open-dyslexic/archive/${version}-Stable.tar.gz"
 checksum=a44fde7d5fcf1e3825d00de20f7d71fb7b339a7e71067cd9566e8ab16692802a

From 67f01a4fc266080c36b4cc8cbbf6fbf9585489b0 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 24 May 2022 22:41:59 +0300
Subject: [PATCH 5/6] plan9port: update license.

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

diff --git a/srcpkgs/plan9port/template b/srcpkgs/plan9port/template
index a39c1ee1c2cf..9b750e3997c8 100644
--- a/srcpkgs/plan9port/template
+++ b/srcpkgs/plan9port/template
@@ -9,7 +9,7 @@ makedepends="libX11-devel libXt-devel libXext-devel freetype-devel fontconfig-de
 short_desc="Port of many Plan 9 programs to Unix-like operating systems"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT, bzip2-1.0.6, Public Domain, custom:Bigelow & Holmes,
- custom:Bigelow & Holmes Inc and URW++ GmbH, custom:Bitstream Vera Fonts"
+ custom:Bigelow & Holmes Inc and URW++ GmbH, Bitstream-Vera"
 homepage="https://9fans.github.io/plan9port/"
 distfiles="https://github.com/9fans/plan9port/archive/${_githash}.tar.gz"
 checksum=d4b873a094035024fe54282a7fdd652255b73b51c4fd78ae7701746d1e3e8f38

From c06e8953486d55facc4460fe3f8382b91631e1da Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 24 May 2022 22:42:12 +0300
Subject: [PATCH 6/6] ttf-bitstream-vera: update license.

---
 srcpkgs/ttf-bitstream-vera/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ttf-bitstream-vera/template b/srcpkgs/ttf-bitstream-vera/template
index a49e8d36d524..eb417c9e7241 100644
--- a/srcpkgs/ttf-bitstream-vera/template
+++ b/srcpkgs/ttf-bitstream-vera/template
@@ -5,7 +5,7 @@ revision=2
 depends="font-util"
 short_desc="Bitstream Vera fonts"
 maintainer="human <human@neet.fi>"
-license="custom:Bitstream"
+license="Bitstream-Vera"
 homepage="https://www.gnome.org/fonts/"
 distfiles="${GNOME_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
 checksum=3a84126ce11ef404d1453438e35450b9e0838220d262059e56cd8496ac6f5d15

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

* Re: [PR REVIEW] spdx-licenses-list: update to 3.17.
  2022-05-24 18:02 [PR PATCH] spdx-licenses-list: update to 3.17 mhmdanas
  2022-05-24 19:25 ` [PR REVIEW] " paper42
  2022-05-24 19:40 ` [PR PATCH] [Updated] " mhmdanas
@ 2022-05-24 19:40 ` mhmdanas
  2022-05-24 20:32 ` paper42
  2022-06-03 16:50 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2022-05-24 19:40 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/37273#discussion_r880886478

Comment:
Done, I hope I committed the changes correctly?

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

* Re: [PR REVIEW] spdx-licenses-list: update to 3.17.
  2022-05-24 18:02 [PR PATCH] spdx-licenses-list: update to 3.17 mhmdanas
                   ` (2 preceding siblings ...)
  2022-05-24 19:40 ` [PR REVIEW] " mhmdanas
@ 2022-05-24 20:32 ` paper42
  2022-06-03 16:50 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-24 20:32 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37273#discussion_r880926031

Comment:
lgtm

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

* Re: [PR PATCH] [Merged]: spdx-licenses-list: update to 3.17.
  2022-05-24 18:02 [PR PATCH] spdx-licenses-list: update to 3.17 mhmdanas
                   ` (3 preceding siblings ...)
  2022-05-24 20:32 ` paper42
@ 2022-06-03 16:50 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-06-03 16:50 UTC (permalink / raw)
  To: ml

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

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

spdx-licenses-list: update to 3.17.
https://github.com/void-linux/void-packages/pull/37273

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (how do I test this?)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-06-03 16:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 18:02 [PR PATCH] spdx-licenses-list: update to 3.17 mhmdanas
2022-05-24 19:25 ` [PR REVIEW] " paper42
2022-05-24 19:40 ` [PR PATCH] [Updated] " mhmdanas
2022-05-24 19:40 ` [PR REVIEW] " mhmdanas
2022-05-24 20:32 ` paper42
2022-06-03 16:50 ` [PR PATCH] [Merged]: " paper42

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