Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] coq: update to 8.12.1
@ 2020-11-16 15:24 smorimoto
  2020-11-16 15:40 ` [PR PATCH] [Updated] " smorimoto
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: smorimoto @ 2020-11-16 15:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From ec1ec86ef38098f6268a42fbc66e284b921d1c0a Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 00:23:57 +0900
Subject: [PATCH] coq: update to 8.12.1

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index d700c176c63..01a7829b50f 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -1,6 +1,6 @@
 # Template file for 'coq'
 pkgname=coq
-version=8.12.0
+version=8.12.1
 revision=1
 hostmakedepends="ocaml ocaml-findlib ocaml-num camlp5"
 short_desc="Proof assistant written in OCaml"
@@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.1-only"
 homepage="https://coq.inria.fr"
 distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz"
-checksum=ecde14c6132f5abb459e7f4724788788928174ad4484fff88e86b0086779bcee
+checksum=dabad911239c69ecf79931b513cb427101c2f15f0451af056fbf181df526f8a5
 nopie=yes
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
@ 2020-11-16 15:40 ` smorimoto
  2020-11-16 16:03 ` smorimoto
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-16 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From c068c533c6cc69b020daabf9bcb133d7c4eb6438 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 00:40:28 +0900
Subject: [PATCH 1/2] coq: update to 8.12.1

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index d700c176c63..469975f5119 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -1,6 +1,6 @@
 # Template file for 'coq'
 pkgname=coq
-version=8.12.0
+version=8.12.1
 revision=1
 hostmakedepends="ocaml ocaml-findlib ocaml-num camlp5"
 short_desc="Proof assistant written in OCaml"
@@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.1-only"
 homepage="https://coq.inria.fr"
 distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz"
-checksum=ecde14c6132f5abb459e7f4724788788928174ad4484fff88e86b0086779bcee
+checksum=dabad911239c69ecf79931b513cb427101c2f15f0451af056fbf181df526f8a5
 nopie=yes
 nocross=yes
 
@@ -22,7 +22,7 @@ do_configure() {
 }
 
 do_build() {
-	make PR_O=
+	make
 }
 
 do_install() {

From 1ec67c47d31fc6214f30ddb28e757356aff4124d Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 00:40:38 +0900
Subject: [PATCH 2/2] ocaml-num: update to 1.4

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/ocaml-num/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template
index ac4bf0f7666..736c1361b3d 100644
--- a/srcpkgs/ocaml-num/template
+++ b/srcpkgs/ocaml-num/template
@@ -1,23 +1,24 @@
 # Template file for 'ocaml-num'
 pkgname=ocaml-num
-version=1.3
-revision=3
+version=1.4
+revision=1
+wrksrc="num-${version}"
 build_style=gnu-makefile
-makedepends="ocaml ocaml-findlib"
 make_install_target="findlib-install"
+makedepends="ocaml ocaml-findlib"
 short_desc="OCaml legacy Num library for arbitrary-precision integers"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="LGPL-2.1"
+license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception"
 homepage="https://github.com/ocaml/num"
 distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
-checksum=4f79c30e81ea9553c5b2c5b5b57bb19968ccad1e85256b3c446b5df58f33e94d
-wrksrc="num-${version}"
+checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
 nocross=yes
 
 pre_install() {
 	export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
 	vmkdir /usr/lib/ocaml/stublibs
 }
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
  2020-11-16 15:40 ` [PR PATCH] [Updated] " smorimoto
@ 2020-11-16 16:03 ` smorimoto
  2020-11-19  3:33 ` ericonr
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-16 16:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From c068c533c6cc69b020daabf9bcb133d7c4eb6438 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 00:40:28 +0900
Subject: [PATCH 1/3] coq: update to 8.12.1

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index d700c176c63..469975f5119 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -1,6 +1,6 @@
 # Template file for 'coq'
 pkgname=coq
-version=8.12.0
+version=8.12.1
 revision=1
 hostmakedepends="ocaml ocaml-findlib ocaml-num camlp5"
 short_desc="Proof assistant written in OCaml"
@@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.1-only"
 homepage="https://coq.inria.fr"
 distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz"
-checksum=ecde14c6132f5abb459e7f4724788788928174ad4484fff88e86b0086779bcee
+checksum=dabad911239c69ecf79931b513cb427101c2f15f0451af056fbf181df526f8a5
 nopie=yes
 nocross=yes
 
@@ -22,7 +22,7 @@ do_configure() {
 }
 
 do_build() {
-	make PR_O=
+	make
 }
 
 do_install() {

From 1ec67c47d31fc6214f30ddb28e757356aff4124d Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 00:40:38 +0900
Subject: [PATCH 2/3] ocaml-num: update to 1.4

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/ocaml-num/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template
index ac4bf0f7666..736c1361b3d 100644
--- a/srcpkgs/ocaml-num/template
+++ b/srcpkgs/ocaml-num/template
@@ -1,23 +1,24 @@
 # Template file for 'ocaml-num'
 pkgname=ocaml-num
-version=1.3
-revision=3
+version=1.4
+revision=1
+wrksrc="num-${version}"
 build_style=gnu-makefile
-makedepends="ocaml ocaml-findlib"
 make_install_target="findlib-install"
+makedepends="ocaml ocaml-findlib"
 short_desc="OCaml legacy Num library for arbitrary-precision integers"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="LGPL-2.1"
+license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception"
 homepage="https://github.com/ocaml/num"
 distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
-checksum=4f79c30e81ea9553c5b2c5b5b57bb19968ccad1e85256b3c446b5df58f33e94d
-wrksrc="num-${version}"
+checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
 nocross=yes
 
 pre_install() {
 	export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
 	vmkdir /usr/lib/ocaml/stublibs
 }
+
 post_install() {
 	vlicense LICENSE
 }

From 98793661a7cfcfedcd2f27017ac513a98817e169 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 01:03:34 +0900
Subject: [PATCH 3/3] coccinelle: revbump for ocaml-num

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coccinelle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coccinelle/template b/srcpkgs/coccinelle/template
index 85939a89d5c..beaabe9acc9 100644
--- a/srcpkgs/coccinelle/template
+++ b/srcpkgs/coccinelle/template
@@ -1,7 +1,7 @@
 # Template file for 'coccinelle'
 pkgname=coccinelle
 version=1.0.8
-revision=4
+revision=5
 build_style=gnu-configure
 configure_args="--without-pdflatex --enable-release
  --with-python=/usr/bin/python3"

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

* Re: coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
  2020-11-16 15:40 ` [PR PATCH] [Updated] " smorimoto
  2020-11-16 16:03 ` smorimoto
@ 2020-11-19  3:33 ` ericonr
  2020-11-19  4:20 ` [PR PATCH] [Updated] " smorimoto
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-11-19  3:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26431#issuecomment-730107117

Comment:
Please rebase. `coccinelle` was rebuilt recently as well.

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

* Re: [PR PATCH] [Updated] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (2 preceding siblings ...)
  2020-11-19  3:33 ` ericonr
@ 2020-11-19  4:20 ` smorimoto
  2020-11-19  4:21 ` smorimoto
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-19  4:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From 8189c9f892886e20d0ab96c2da99df8fb1dd10df Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 00:40:28 +0900
Subject: [PATCH 1/2] coq: update to 8.12.1

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index 01a7829b50f..469975f5119 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -22,7 +22,7 @@ do_configure() {
 }
 
 do_build() {
-	make PR_O=
+	make
 }
 
 do_install() {

From 8dd796faceba8851390c4b4b82b3a71c388d8805 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:19:57 +0900
Subject: [PATCH 2/2] ocaml-num: fix xlint errors and license type

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/ocaml-num/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template
index 1a9282ac2e5..736c1361b3d 100644
--- a/srcpkgs/ocaml-num/template
+++ b/srcpkgs/ocaml-num/template
@@ -2,22 +2,23 @@
 pkgname=ocaml-num
 version=1.4
 revision=1
+wrksrc="num-${version}"
 build_style=gnu-makefile
-makedepends="ocaml ocaml-findlib"
 make_install_target="findlib-install"
+makedepends="ocaml ocaml-findlib"
 short_desc="OCaml legacy Num library for arbitrary-precision integers"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="LGPL-2.1"
+license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception"
 homepage="https://github.com/ocaml/num"
 distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
 checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
-wrksrc="num-${version}"
 nocross=yes
 
 pre_install() {
 	export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
 	vmkdir /usr/lib/ocaml/stublibs
 }
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (3 preceding siblings ...)
  2020-11-19  4:20 ` [PR PATCH] [Updated] " smorimoto
@ 2020-11-19  4:21 ` smorimoto
  2020-11-19  4:24 ` smorimoto
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-19  4:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From 8189c9f892886e20d0ab96c2da99df8fb1dd10df Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Tue, 17 Nov 2020 00:40:28 +0900
Subject: [PATCH 1/3] coq: update to 8.12.1

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index 01a7829b50f..469975f5119 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -22,7 +22,7 @@ do_configure() {
 }
 
 do_build() {
-	make PR_O=
+	make
 }
 
 do_install() {

From 8dd796faceba8851390c4b4b82b3a71c388d8805 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:19:57 +0900
Subject: [PATCH 2/3] ocaml-num: fix xlint errors and license type

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/ocaml-num/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template
index 1a9282ac2e5..736c1361b3d 100644
--- a/srcpkgs/ocaml-num/template
+++ b/srcpkgs/ocaml-num/template
@@ -2,22 +2,23 @@
 pkgname=ocaml-num
 version=1.4
 revision=1
+wrksrc="num-${version}"
 build_style=gnu-makefile
-makedepends="ocaml ocaml-findlib"
 make_install_target="findlib-install"
+makedepends="ocaml ocaml-findlib"
 short_desc="OCaml legacy Num library for arbitrary-precision integers"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="LGPL-2.1"
+license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception"
 homepage="https://github.com/ocaml/num"
 distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
 checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
-wrksrc="num-${version}"
 nocross=yes
 
 pre_install() {
 	export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
 	vmkdir /usr/lib/ocaml/stublibs
 }
+
 post_install() {
 	vlicense LICENSE
 }

From 3ba12a519927ef8371a18972349f26d96c998c2b Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:21:03 +0900
Subject: [PATCH 3/3] coccinelle: revbump for ocaml-num

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coccinelle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coccinelle/template b/srcpkgs/coccinelle/template
index 310f9d43261..ef90eaf5e6d 100644
--- a/srcpkgs/coccinelle/template
+++ b/srcpkgs/coccinelle/template
@@ -1,7 +1,7 @@
 # Template file for 'coccinelle'
 pkgname=coccinelle
 version=1.0.8
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--without-pdflatex --enable-release
  --with-python=/usr/bin/python3"

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

* Re: [PR PATCH] [Updated] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (4 preceding siblings ...)
  2020-11-19  4:21 ` smorimoto
@ 2020-11-19  4:24 ` smorimoto
  2020-11-19  4:51 ` smorimoto
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-19  4:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From 1c7cb0c8e5cb83d14c93efbf88dd9930aeec97e3 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:23:12 +0900
Subject: [PATCH 1/3] coq: remove an unnecessary make argument

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index 01a7829b50f..469975f5119 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -22,7 +22,7 @@ do_configure() {
 }
 
 do_build() {
-	make PR_O=
+	make
 }
 
 do_install() {

From b896909e0033bdea71ae58d91262ca5a5ab15a98 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:23:31 +0900
Subject: [PATCH 2/3] ocaml-num: fix xlint errors and license type

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/ocaml-num/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template
index 1a9282ac2e5..736c1361b3d 100644
--- a/srcpkgs/ocaml-num/template
+++ b/srcpkgs/ocaml-num/template
@@ -2,22 +2,23 @@
 pkgname=ocaml-num
 version=1.4
 revision=1
+wrksrc="num-${version}"
 build_style=gnu-makefile
-makedepends="ocaml ocaml-findlib"
 make_install_target="findlib-install"
+makedepends="ocaml ocaml-findlib"
 short_desc="OCaml legacy Num library for arbitrary-precision integers"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="LGPL-2.1"
+license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception"
 homepage="https://github.com/ocaml/num"
 distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
 checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
-wrksrc="num-${version}"
 nocross=yes
 
 pre_install() {
 	export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
 	vmkdir /usr/lib/ocaml/stublibs
 }
+
 post_install() {
 	vlicense LICENSE
 }

From 6d2296b9dfe43b8308aa807b440de299d2554647 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:23:53 +0900
Subject: [PATCH 3/3] coccinelle: revbump for ocaml-num

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coccinelle/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coccinelle/template b/srcpkgs/coccinelle/template
index 310f9d43261..ef90eaf5e6d 100644
--- a/srcpkgs/coccinelle/template
+++ b/srcpkgs/coccinelle/template
@@ -1,7 +1,7 @@
 # Template file for 'coccinelle'
 pkgname=coccinelle
 version=1.0.8
-revision=5
+revision=6
 build_style=gnu-configure
 configure_args="--without-pdflatex --enable-release
  --with-python=/usr/bin/python3"

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

* Re: coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (5 preceding siblings ...)
  2020-11-19  4:24 ` smorimoto
@ 2020-11-19  4:51 ` smorimoto
  2020-11-19 12:52 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-19  4:51 UTC (permalink / raw)
  To: ml

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

New comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/26431#issuecomment-730127797

Comment:
The PR title doesn't match the changes because commits were pushed to the master directly. ​I can make the title clearer, but I will leave it as it is for now.

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

* Re: [PR REVIEW] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (6 preceding siblings ...)
  2020-11-19  4:51 ` smorimoto
@ 2020-11-19 12:52 ` ericonr
  2020-11-19 12:55 ` smorimoto
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-11-19 12:52 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26431#discussion_r526856685

Comment:
Is the revbump necessary, now that `ocaml-num` no longer changes?

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

* Re: [PR REVIEW] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (7 preceding siblings ...)
  2020-11-19 12:52 ` [PR REVIEW] " ericonr
@ 2020-11-19 12:55 ` smorimoto
  2020-11-19 12:56 ` [PR PATCH] [Updated] " smorimoto
  2020-11-23  4:57 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-19 12:55 UTC (permalink / raw)
  To: ml

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

New review comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/26431#discussion_r526858742

Comment:
Oh indeed.

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

* Re: [PR PATCH] [Updated] coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (8 preceding siblings ...)
  2020-11-19 12:55 ` smorimoto
@ 2020-11-19 12:56 ` smorimoto
  2020-11-23  4:57 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: smorimoto @ 2020-11-19 12:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From 1c7cb0c8e5cb83d14c93efbf88dd9930aeec97e3 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:23:12 +0900
Subject: [PATCH 1/2] coq: remove an unnecessary make argument

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index 01a7829b50f..469975f5119 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -22,7 +22,7 @@ do_configure() {
 }
 
 do_build() {
-	make PR_O=
+	make
 }
 
 do_install() {

From b896909e0033bdea71ae58d91262ca5a5ab15a98 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:23:31 +0900
Subject: [PATCH 2/2] ocaml-num: fix xlint errors and license type

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/ocaml-num/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template
index 1a9282ac2e5..736c1361b3d 100644
--- a/srcpkgs/ocaml-num/template
+++ b/srcpkgs/ocaml-num/template
@@ -2,22 +2,23 @@
 pkgname=ocaml-num
 version=1.4
 revision=1
+wrksrc="num-${version}"
 build_style=gnu-makefile
-makedepends="ocaml ocaml-findlib"
 make_install_target="findlib-install"
+makedepends="ocaml ocaml-findlib"
 short_desc="OCaml legacy Num library for arbitrary-precision integers"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="LGPL-2.1"
+license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception"
 homepage="https://github.com/ocaml/num"
 distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
 checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
-wrksrc="num-${version}"
 nocross=yes
 
 pre_install() {
 	export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
 	vmkdir /usr/lib/ocaml/stublibs
 }
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: coq: update to 8.12.1
  2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
                   ` (9 preceding siblings ...)
  2020-11-19 12:56 ` [PR PATCH] [Updated] " smorimoto
@ 2020-11-23  4:57 ` ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2020-11-23  4:57 UTC (permalink / raw)
  To: ml

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

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

coq: update to 8.12.1
https://github.com/void-linux/void-packages/pull/26431

Description:


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

end of thread, other threads:[~2020-11-23  4:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 15:24 [PR PATCH] coq: update to 8.12.1 smorimoto
2020-11-16 15:40 ` [PR PATCH] [Updated] " smorimoto
2020-11-16 16:03 ` smorimoto
2020-11-19  3:33 ` ericonr
2020-11-19  4:20 ` [PR PATCH] [Updated] " smorimoto
2020-11-19  4:21 ` smorimoto
2020-11-19  4:24 ` smorimoto
2020-11-19  4:51 ` smorimoto
2020-11-19 12:52 ` [PR REVIEW] " ericonr
2020-11-19 12:55 ` smorimoto
2020-11-19 12:56 ` [PR PATCH] [Updated] " smorimoto
2020-11-23  4:57 ` [PR PATCH] [Merged]: " ericonr

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