Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: libuecc: use SPDX identifier for license
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46600@inbox.vuxu.org>
@ 2023-10-11 14:55 ` abenson
  2023-10-11 14:55 ` abenson
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-10-11 14:55 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/46600#issuecomment-1757875302

Comment:
The license needs to be shipped with the package.

```
post_install() {
    vlicense COPYRIGHT
}
```

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

* Re: libuecc: use SPDX identifier for license
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46600@inbox.vuxu.org>
  2023-10-11 14:55 ` libuecc: use SPDX identifier for license abenson
@ 2023-10-11 14:55 ` abenson
  2023-10-11 14:57 ` [PR PATCH] [Updated] " firefly-cpp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-10-11 14:55 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/46600#issuecomment-1757875302

Comment:
The license needs to be shipped with the package.

```
post_install() {
    vlicense COPYRIGHT
}
```

Add that to the template, amend the commit and force push to this branch.

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

* Re: [PR PATCH] [Updated] libuecc: use SPDX identifier for license
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46600@inbox.vuxu.org>
  2023-10-11 14:55 ` libuecc: use SPDX identifier for license abenson
  2023-10-11 14:55 ` abenson
@ 2023-10-11 14:57 ` firefly-cpp
  2023-10-11 15:00 ` firefly-cpp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: firefly-cpp @ 2023-10-11 14:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/firefly-cpp/void-packages libuecc-spdx
https://github.com/void-linux/void-packages/pull/46600

libuecc: use SPDX identifier for license
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Only a minor edit of the template file is included in this pull request.

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

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

From a2e003a0f79449eec7090a25102401349131d8d0 Mon Sep 17 00:00:00 2001
From: firefly-cpp <iztok@iztok-jr-fister.eu>
Date: Wed, 11 Oct 2023 18:45:58 +0200
Subject: [PATCH] libuecc: use SPDX identifier for license

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

diff --git a/srcpkgs/libuecc/template b/srcpkgs/libuecc/template
index 91304a10f860a..4aae71b59b1d4 100644
--- a/srcpkgs/libuecc/template
+++ b/srcpkgs/libuecc/template
@@ -1,11 +1,11 @@
 # Template file for 'libuecc'
 pkgname=libuecc
 version=7
-revision=1
+revision=2
 build_style=cmake
 short_desc="Very small Elliptic Curve Cryptography library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://git.universe-factory.net/libuecc"
 distfiles="https://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar"
 checksum=0120aee869f56289204255ba81535369816655264dd018c63969bf35b71fd707
@@ -20,3 +20,7 @@ libuecc-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
+
+post_install() {
+    vlicense COPYRIGHT
+}

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

* Re: [PR PATCH] [Updated] libuecc: use SPDX identifier for license
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46600@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2023-10-11 14:57 ` [PR PATCH] [Updated] " firefly-cpp
@ 2023-10-11 15:00 ` firefly-cpp
  2023-10-11 15:42 ` firefly-cpp
  2023-10-11 16:36 ` [PR PATCH] [Merged]: " abenson
  5 siblings, 0 replies; 6+ messages in thread
From: firefly-cpp @ 2023-10-11 15:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/firefly-cpp/void-packages libuecc-spdx
https://github.com/void-linux/void-packages/pull/46600

libuecc: use SPDX identifier for license
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Only a minor edit of the template file is included in this pull request.

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

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

From 595a1ca59e250f87242d991acf0fd664d971f669 Mon Sep 17 00:00:00 2001
From: firefly-cpp <iztok@iztok-jr-fister.eu>
Date: Wed, 11 Oct 2023 18:45:58 +0200
Subject: [PATCH] libuecc: use SPDX identifier for license

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

diff --git a/srcpkgs/libuecc/template b/srcpkgs/libuecc/template
index 91304a10f860a..671be4c8b57c2 100644
--- a/srcpkgs/libuecc/template
+++ b/srcpkgs/libuecc/template
@@ -1,11 +1,11 @@
 # Template file for 'libuecc'
 pkgname=libuecc
 version=7
-revision=1
+revision=2
 build_style=cmake
 short_desc="Very small Elliptic Curve Cryptography library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="BSD"
+license="BSD-2-Clause"
 homepage="https://git.universe-factory.net/libuecc"
 distfiles="https://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar"
 checksum=0120aee869f56289204255ba81535369816655264dd018c63969bf35b71fd707
@@ -20,3 +20,7 @@ libuecc-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
+
+post_install() {
+	vlicense COPYRIGHT
+}

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

* Re: libuecc: use SPDX identifier for license
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46600@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2023-10-11 15:00 ` firefly-cpp
@ 2023-10-11 15:42 ` firefly-cpp
  2023-10-11 16:36 ` [PR PATCH] [Merged]: " abenson
  5 siblings, 0 replies; 6+ messages in thread
From: firefly-cpp @ 2023-10-11 15:42 UTC (permalink / raw)
  To: ml

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

New comment by firefly-cpp on void-packages repository

https://github.com/void-linux/void-packages/pull/46600#issuecomment-1757987206

Comment:
It is fixed now. Thanks, @abenson. 

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

* Re: [PR PATCH] [Merged]: libuecc: use SPDX identifier for license
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46600@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2023-10-11 15:42 ` firefly-cpp
@ 2023-10-11 16:36 ` abenson
  5 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-10-11 16:36 UTC (permalink / raw)
  To: ml

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

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

libuecc: use SPDX identifier for license
https://github.com/void-linux/void-packages/pull/46600

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

#### Testing the changes
- I tested the changes in this PR: **YES**

Only a minor edit of the template file is included in this pull request.

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

end of thread, other threads:[~2023-10-11 16:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46600@inbox.vuxu.org>
2023-10-11 14:55 ` libuecc: use SPDX identifier for license abenson
2023-10-11 14:55 ` abenson
2023-10-11 14:57 ` [PR PATCH] [Updated] " firefly-cpp
2023-10-11 15:00 ` firefly-cpp
2023-10-11 15:42 ` firefly-cpp
2023-10-11 16:36 ` [PR PATCH] [Merged]: " abenson

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