Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oil: update to 0.12.0
@ 2022-07-27  0:16 bugcrazy
  2022-07-27 20:41 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugcrazy @ 2022-07-27  0:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-19
https://github.com/void-linux/void-packages/pull/38290

oil: update to 0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/38290.patch is attached

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

From 72f94ffafd44feb25186c55cc897ad418bf06222 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 26 Jul 2022 21:16:10 -0300
Subject: [PATCH] oil: update to 0.12.0

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

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 6648b5255576..7504c12e4d17 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -11,7 +11,7 @@ maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=e5e00ae776852c41233efc0a310219968523485680714d2dcec500af63d00208
+checksum=d73c067ccd7b496588bd0d7d7126c87e22d16aaf847b5afde063c958910fa0ff
 register_shell="/usr/bin/osh /usr/bin/oil"
 nocross="Build systems gets confused with host and cross toolchains/headers"
 nostrip=yes

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

* Re: [PR REVIEW] oil: update to 0.12.0
  2022-07-27  0:16 [PR PATCH] oil: update to 0.12.0 bugcrazy
@ 2022-07-27 20:41 ` classabbyamp
  2022-07-28  9:04 ` [PR PATCH] [Updated] " bugcrazy
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-27 20:41 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38290#discussion_r931562212

Comment:
expand $homepage and $pkgname here

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

* Re: [PR PATCH] [Updated] oil: update to 0.12.0
  2022-07-27  0:16 [PR PATCH] oil: update to 0.12.0 bugcrazy
  2022-07-27 20:41 ` [PR REVIEW] " classabbyamp
@ 2022-07-28  9:04 ` bugcrazy
  2022-07-28  9:04 ` [PR REVIEW] " bugcrazy
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugcrazy @ 2022-07-28  9:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-19
https://github.com/void-linux/void-packages/pull/38290

oil: update to 0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/38290.patch is attached

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

From bde53e6f29bf97f25aa716b864f2695cad249e13 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 26 Jul 2022 21:16:10 -0300
Subject: [PATCH] oil: update to 0.12.0

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

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 6648b5255576..b35ccf6e2a5e 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -10,8 +10,8 @@ short_desc="Oil, a new unix shell"
 maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=e5e00ae776852c41233efc0a310219968523485680714d2dcec500af63d00208
+distfiles="https://www.oilshell.org/download/oil-${version}.tar.xz"
+checksum=d73c067ccd7b496588bd0d7d7126c87e22d16aaf847b5afde063c958910fa0ff
 register_shell="/usr/bin/osh /usr/bin/oil"
 nocross="Build systems gets confused with host and cross toolchains/headers"
 nostrip=yes

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

* Re: [PR REVIEW] oil: update to 0.12.0
  2022-07-27  0:16 [PR PATCH] oil: update to 0.12.0 bugcrazy
  2022-07-27 20:41 ` [PR REVIEW] " classabbyamp
  2022-07-28  9:04 ` [PR PATCH] [Updated] " bugcrazy
@ 2022-07-28  9:04 ` bugcrazy
  2022-07-28  9:27 ` [PR PATCH] [Updated] " bugcrazy
  2022-07-28 18:46 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: bugcrazy @ 2022-07-28  9:04 UTC (permalink / raw)
  To: ml

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

New review comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/38290#discussion_r931970203

Comment:
Done!

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

* Re: [PR PATCH] [Updated] oil: update to 0.12.0
  2022-07-27  0:16 [PR PATCH] oil: update to 0.12.0 bugcrazy
                   ` (2 preceding siblings ...)
  2022-07-28  9:04 ` [PR REVIEW] " bugcrazy
@ 2022-07-28  9:27 ` bugcrazy
  2022-07-28 18:46 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: bugcrazy @ 2022-07-28  9:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-19
https://github.com/void-linux/void-packages/pull/38290

oil: update to 0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/38290.patch is attached

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

From 04b0759b7d9ed379cc9a0be0b8f84686f6be9ac9 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Tue, 26 Jul 2022 21:16:10 -0300
Subject: [PATCH] oil: update to 0.12.0

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

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 6648b5255576..b35ccf6e2a5e 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -10,8 +10,8 @@ short_desc="Oil, a new unix shell"
 maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
-distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=e5e00ae776852c41233efc0a310219968523485680714d2dcec500af63d00208
+distfiles="https://www.oilshell.org/download/oil-${version}.tar.xz"
+checksum=d73c067ccd7b496588bd0d7d7126c87e22d16aaf847b5afde063c958910fa0ff
 register_shell="/usr/bin/osh /usr/bin/oil"
 nocross="Build systems gets confused with host and cross toolchains/headers"
 nostrip=yes

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

* Re: [PR PATCH] [Merged]: oil: update to 0.12.0
  2022-07-27  0:16 [PR PATCH] oil: update to 0.12.0 bugcrazy
                   ` (3 preceding siblings ...)
  2022-07-28  9:27 ` [PR PATCH] [Updated] " bugcrazy
@ 2022-07-28 18:46 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-28 18:46 UTC (permalink / raw)
  To: ml

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

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

oil: update to 0.12.0
https://github.com/void-linux/void-packages/pull/38290

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

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

<!--
#### 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-07-28 18:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27  0:16 [PR PATCH] oil: update to 0.12.0 bugcrazy
2022-07-27 20:41 ` [PR REVIEW] " classabbyamp
2022-07-28  9:04 ` [PR PATCH] [Updated] " bugcrazy
2022-07-28  9:04 ` [PR REVIEW] " bugcrazy
2022-07-28  9:27 ` [PR PATCH] [Updated] " bugcrazy
2022-07-28 18:46 ` [PR PATCH] [Merged]: " classabbyamp

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