Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gn-0.0.20201019
@ 2020-10-19 11:33 shizonic
  2020-10-22  4:04 ` shizonic
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: shizonic @ 2020-10-19 11:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages gn
https://github.com/void-linux/void-packages/pull/25735

New package: gn-0.0.20201019


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

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

From 798653843558685e17f4124f55e8b20e1a5c524b Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Thu, 15 Oct 2020 12:06:53 +0200
Subject: [PATCH] New package: gn-0.0.20201019

---
 srcpkgs/gn/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/gn/template

diff --git a/srcpkgs/gn/template b/srcpkgs/gn/template
new file mode 100644
index 00000000000..bbd8fe14f66
--- /dev/null
+++ b/srcpkgs/gn/template
@@ -0,0 +1,29 @@
+# Template file for 'gn'
+pkgname=gn
+version=0.0.20201019
+revision=1
+_githash=3281c6697cbb7d5488f5e650dfce60b1999bcfab
+create_wrksrc=yes
+hostmakedepends="python3 ninja"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://gn.googlesource.com/gn/"
+distfiles="https://gn.googlesource.com/gn/+archive/${_githash}.tar.gz"
+checksum=@4ef14b01ef9d1d7b7b9926206325ac679850a83721f543e6d115f617e01847b2
+
+post_extract() {
+	printf '#define LAST_COMMIT_POSITION "%s"\n' "$version" >src/gn/last_commit_position.h
+	printf '#define LAST_COMMIT_POSITION_NUM 0\n' >>src/gn/last_commit_position.h
+}
+do_build() {
+	./build/gen.py --no-last-commit-position
+	ninja -C out
+}
+do_check() {
+	./out/gn_unittests
+}
+do_install() {
+	vbin out/gn
+	vlicense LICENSE
+}

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

* Re: New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
@ 2020-10-22  4:04 ` shizonic
  2020-10-22  4:13 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-10-22  4:04 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25735#issuecomment-714207874

Comment:
May one review/merge this so I can continue working on https://github.com/void-linux/void-packages/pull/25436?

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

* Re: New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
  2020-10-22  4:04 ` shizonic
@ 2020-10-22  4:13 ` ericonr
  2020-10-22  4:13 ` ericonr
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-10-22  4:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25735#issuecomment-714210812

Comment:
@Johnnynator @pbui 

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

* Re: New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
  2020-10-22  4:04 ` shizonic
  2020-10-22  4:13 ` ericonr
@ 2020-10-22  4:13 ` ericonr
  2020-10-22  4:53 ` shizonic
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-10-22  4:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25735#issuecomment-714210948

Comment:
That said, it probably makes sense to do this one together with `deno`.

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

* Re: New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
                   ` (2 preceding siblings ...)
  2020-10-22  4:13 ` ericonr
@ 2020-10-22  4:53 ` shizonic
  2020-10-22  5:14 ` ericonr
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-10-22  4:53 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25735#issuecomment-714224616

Comment:
So two pkgs in one PR?

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

* Re: New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
                   ` (3 preceding siblings ...)
  2020-10-22  4:53 ` shizonic
@ 2020-10-22  5:14 ` ericonr
  2020-10-22  5:23 ` shizonic
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-10-22  5:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25735#issuecomment-714232606

Comment:
In that case it's fine, because `gn` is a dependency of `deno`.

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

* Re: New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
                   ` (4 preceding siblings ...)
  2020-10-22  5:14 ` ericonr
@ 2020-10-22  5:23 ` shizonic
  2020-10-22 10:36 ` [PR PATCH] [Updated] " shizonic
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-10-22  5:23 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25735#issuecomment-714236181

Comment:
Okay got it. Will update it asap. Thank you!

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

* Re: [PR PATCH] [Updated] New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
                   ` (5 preceding siblings ...)
  2020-10-22  5:23 ` shizonic
@ 2020-10-22 10:36 ` shizonic
  2020-10-22 10:39 ` shizonic
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-10-22 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages gn
https://github.com/void-linux/void-packages/pull/25735

New package: gn-0.0.20201019


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

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

From df2984be5adf0f3946131b9b6fea16a4feb569e0 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Thu, 15 Oct 2020 12:06:53 +0200
Subject: [PATCH] New package: gn-0.0.20201022

---
 srcpkgs/gn/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/gn/template

diff --git a/srcpkgs/gn/template b/srcpkgs/gn/template
new file mode 100644
index 00000000000..81101d752bd
--- /dev/null
+++ b/srcpkgs/gn/template
@@ -0,0 +1,29 @@
+# Template file for 'gn'
+pkgname=gn
+version=0.0.20201022
+revision=1
+_githash=f5f465b52e5df6d4de9fbe67cc79f1914ba4dbfc
+create_wrksrc=yes
+hostmakedepends="python3 ninja"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://gn.googlesource.com/gn/"
+distfiles="https://gn.googlesource.com/gn/+archive/${_githash}.tar.gz"
+checksum=@3ef35abf6ff8530e55cd145c7f9498d6e08169d5fea9d9ce4ece29ff4b7fb14a
+
+post_extract() {
+	printf '#define LAST_COMMIT_POSITION "%s"\n' "$version" >src/gn/last_commit_position.h
+	printf '#define LAST_COMMIT_POSITION_NUM 0\n' >>src/gn/last_commit_position.h
+}
+do_build() {
+	./build/gen.py --no-last-commit-position
+	ninja -C out
+}
+do_check() {
+	./out/gn_unittests
+}
+do_install() {
+	vbin out/gn
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: gn-0.0.20201019
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
                   ` (6 preceding siblings ...)
  2020-10-22 10:36 ` [PR PATCH] [Updated] " shizonic
@ 2020-10-22 10:39 ` shizonic
  2020-10-22 12:27 ` New package: gn-0.0.20201022 shizonic
  2020-10-22 12:27 ` [PR PATCH] [Closed]: " shizonic
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-10-22 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages gn
https://github.com/void-linux/void-packages/pull/25735

New package: gn-0.0.20201019


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

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

From ddde82f57fa439d0973c7ca8280f8347169b4732 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Thu, 15 Oct 2020 12:06:53 +0200
Subject: [PATCH] New package: gn-0.0.20201022

---
 srcpkgs/gn/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/gn/template

diff --git a/srcpkgs/gn/template b/srcpkgs/gn/template
new file mode 100644
index 00000000000..ae54fb17f2c
--- /dev/null
+++ b/srcpkgs/gn/template
@@ -0,0 +1,32 @@
+# Template file for 'gn'
+pkgname=gn
+version=0.0.20201022
+revision=1
+_githash=f5f465b52e5df6d4de9fbe67cc79f1914ba4dbfc
+create_wrksrc=yes
+hostmakedepends="python3 ninja"
+short_desc="Meta-build system that generates build files for Ninja"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://gn.googlesource.com/gn/"
+distfiles="https://gn.googlesource.com/gn/+archive/${_githash}.tar.gz"
+checksum=@3ef35abf6ff8530e55cd145c7f9498d6e08169d5fea9d9ce4ece29ff4b7fb14a
+
+post_extract() {
+	printf '#define LAST_COMMIT_POSITION "%s"\n' "$version" >src/gn/last_commit_position.h
+	printf '#define LAST_COMMIT_POSITION_NUM 0\n' >>src/gn/last_commit_position.h
+}
+
+do_build() {
+	./build/gen.py --no-last-commit-position
+	ninja -C out
+}
+
+do_check() {
+	./out/gn_unittests
+}
+
+do_install() {
+	vbin out/gn
+	vlicense LICENSE
+}

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

* Re: New package: gn-0.0.20201022
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
                   ` (7 preceding siblings ...)
  2020-10-22 10:39 ` shizonic
@ 2020-10-22 12:27 ` shizonic
  2020-10-22 12:27 ` [PR PATCH] [Closed]: " shizonic
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-10-22 12:27 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25735#issuecomment-714458658

Comment:
Close this because `gn` is now included in `deno` PR: https://github.com/void-linux/void-packages/pull/25436

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

* Re: [PR PATCH] [Closed]: New package: gn-0.0.20201022
  2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
                   ` (8 preceding siblings ...)
  2020-10-22 12:27 ` New package: gn-0.0.20201022 shizonic
@ 2020-10-22 12:27 ` shizonic
  9 siblings, 0 replies; 11+ messages in thread
From: shizonic @ 2020-10-22 12:27 UTC (permalink / raw)
  To: ml

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

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

New package: gn-0.0.20201022
https://github.com/void-linux/void-packages/pull/25735

Description:


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

end of thread, other threads:[~2020-10-22 12:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19 11:33 [PR PATCH] New package: gn-0.0.20201019 shizonic
2020-10-22  4:04 ` shizonic
2020-10-22  4:13 ` ericonr
2020-10-22  4:13 ` ericonr
2020-10-22  4:53 ` shizonic
2020-10-22  5:14 ` ericonr
2020-10-22  5:23 ` shizonic
2020-10-22 10:36 ` [PR PATCH] [Updated] " shizonic
2020-10-22 10:39 ` shizonic
2020-10-22 12:27 ` New package: gn-0.0.20201022 shizonic
2020-10-22 12:27 ` [PR PATCH] [Closed]: " shizonic

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