Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oil: update to 0.7.pre5
@ 2019-10-08 21:15 voidlinux-github
  2019-10-08 21:57 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 21:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dreamtigers/void-packages oil
https://github.com/void-linux/void-packages/pull/15269

oil: update to 0.7.pre5
Also: added manpage to the template.

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

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

From 1129d186d837e4698ce2375b2faaa0da2a82a434 Mon Sep 17 00:00:00 2001
From: Ivan Gonzalez Polanco <ivan14polanco@gmail.com>
Date: Tue, 8 Oct 2019 17:07:29 -0400
Subject: [PATCH] oil: update to 0.7.pre5

Also: added manpage to the template.
---
 srcpkgs/oil/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 92a0ada7186..46755980875 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.6.0
+version=0.7.pre5
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -10,7 +10,7 @@ maintainer="Caleb JA <skywise@tutanota.de>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+checksum=6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee
 register_shell="/usr/bin/osh"
 nocross="oil is nocross"
 nostrip=yes
@@ -26,6 +26,8 @@ pre_build() {
 do_install() {
 	# Install binaries
 	vbin _bin/oil.ovm
+	# Add manpage
+	vman doc/osh.1
 	# Symlink osh, oshc to oil.ovm.
 	cd "${DESTDIR}"/usr/bin
 	ln -s oil.ovm osh

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

* Re: [PR PATCH] [Updated] oil: update to 0.7.pre5
  2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
  2019-10-08 21:57 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-08 21:57 ` voidlinux-github
  2019-10-12  9:30 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dreamtigers/void-packages oil
https://github.com/void-linux/void-packages/pull/15269

oil: update to 0.7.pre5
Also: added manpage to the template.

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

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

From ed4b386313cd3252b1b6c01bdce662b0926ab859 Mon Sep 17 00:00:00 2001
From: Ivan Gonzalez Polanco <ivan14polanco@gmail.com>
Date: Tue, 8 Oct 2019 17:07:29 -0400
Subject: [PATCH] oil: update to 0.7.pre5

Remove license installation from template, according to `xlint`'s
request of not intalling GPL nor Apache licenses.
---
 srcpkgs/oil/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 92a0ada7186..9813f4fd4fd 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.6.0
+version=0.7.pre5
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -10,7 +10,7 @@ maintainer="Caleb JA <skywise@tutanota.de>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+checksum=6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee
 register_shell="/usr/bin/osh"
 nocross="oil is nocross"
 nostrip=yes
@@ -26,12 +26,10 @@ pre_build() {
 do_install() {
 	# Install binaries
 	vbin _bin/oil.ovm
+	# Add manpage
+	vman doc/osh.1
 	# Symlink osh, oshc to oil.ovm.
 	cd "${DESTDIR}"/usr/bin
 	ln -s oil.ovm osh
 	ln -s oil.ovm oshc
 }
-
-post_install() {
-	vlicense LICENSE.txt
-}

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

* Re: [PR PATCH] [Updated] oil: update to 0.7.pre5
  2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
@ 2019-10-08 21:57 ` voidlinux-github
  2019-10-08 21:57 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-08 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dreamtigers/void-packages oil
https://github.com/void-linux/void-packages/pull/15269

oil: update to 0.7.pre5
Also: added manpage to the template.

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

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

From ed4b386313cd3252b1b6c01bdce662b0926ab859 Mon Sep 17 00:00:00 2001
From: Ivan Gonzalez Polanco <ivan14polanco@gmail.com>
Date: Tue, 8 Oct 2019 17:07:29 -0400
Subject: [PATCH] oil: update to 0.7.pre5

Remove license installation from template, according to `xlint`'s
request of not intalling GPL nor Apache licenses.
---
 srcpkgs/oil/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/oil/template b/srcpkgs/oil/template
index 92a0ada7186..9813f4fd4fd 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oil/template
@@ -1,6 +1,6 @@
 # Template file for 'oil'
 pkgname=oil
-version=0.6.0
+version=0.7.pre5
 revision=1
 build_style=configure
 configure_args="--prefix=/usr $(vopt_with readline)"
@@ -10,7 +10,7 @@ maintainer="Caleb JA <skywise@tutanota.de>"
 license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
-checksum=141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
+checksum=6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee
 register_shell="/usr/bin/osh"
 nocross="oil is nocross"
 nostrip=yes
@@ -26,12 +26,10 @@ pre_build() {
 do_install() {
 	# Install binaries
 	vbin _bin/oil.ovm
+	# Add manpage
+	vman doc/osh.1
 	# Symlink osh, oshc to oil.ovm.
 	cd "${DESTDIR}"/usr/bin
 	ln -s oil.ovm osh
 	ln -s oil.ovm oshc
 }
-
-post_install() {
-	vlicense LICENSE.txt
-}

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

* Re: oil: update to 0.7.pre5
  2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
  2019-10-08 21:57 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-08 21:57 ` voidlinux-github
@ 2019-10-12  9:30 ` voidlinux-github
  2019-10-19 23:57 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12  9:30 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15269#issuecomment-541306599

Comment:
Hm, is this a stable release? It is linked on the website as the latest one but the version number indicates it is not.

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

* Re: oil: update to 0.7.pre5
  2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-12  9:30 ` voidlinux-github
@ 2019-10-19 23:57 ` voidlinux-github
  2019-10-20  9:13 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-19 23:57 UTC (permalink / raw)
  To: ml

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

New comment by Wychmire on void-packages repository

https://github.com/void-linux/void-packages/pull/15269#issuecomment-544207085

Comment:
All the .pre# versions are unstable/beta releases so this shouldn't be updated used. I have my [personal oil template](https://hg.sr.ht/~wychmire/pkgbuilds/browse/default/oil/template) which I update and use as new oil versions come out (including the unstable versions), and I'll make a PR using that one once 0.7 stable is released.

Also, xlint doesn't mention anything about the LICENSE file for me?

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

* Re: oil: update to 0.7.pre5
  2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-19 23:57 ` voidlinux-github
@ 2019-10-20  9:13 ` voidlinux-github
  2019-10-20  9:13 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-10-20 14:22 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-20  9:13 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15269#issuecomment-544234727

Comment:
Alright, then let's close this and wait for the stable release. The xlint version that runs on travis uses a git version that is not in the repository yet so it sometimes detects things your local installation will not.

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

* Re: [PR PATCH] [Closed]: oil: update to 0.7.pre5
  2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-20  9:13 ` voidlinux-github
@ 2019-10-20  9:13 ` voidlinux-github
  2019-10-20 14:22 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-20  9:13 UTC (permalink / raw)
  To: ml

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

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

oil: update to 0.7.pre5
https://github.com/void-linux/void-packages/pull/15269

Description:
Also: added manpage to the template.

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

* Re: oil: update to 0.7.pre5
  2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-20  9:13 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-10-20 14:22 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-20 14:22 UTC (permalink / raw)
  To: ml

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

New comment by Wychmire on void-packages repository

https://github.com/void-linux/void-packages/pull/15269#issuecomment-544207085

Comment:
All the .pre# versions are unstable/beta releases so this shouldn't be updated used. I have my [personal oil template](https://hg.sr.ht/~wychmire/pkgbuilds/browse/default/oil/template) which I update and use as new oil versions come out (including the unstable versions), and I'm planning on making a PR using that one once 0.7 stable is released.

Also, xlint doesn't mention anything about the LICENSE file for me?

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

end of thread, other threads:[~2019-10-20 14:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 21:15 [PR PATCH] oil: update to 0.7.pre5 voidlinux-github
2019-10-08 21:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 21:57 ` voidlinux-github
2019-10-12  9:30 ` voidlinux-github
2019-10-19 23:57 ` voidlinux-github
2019-10-20  9:13 ` voidlinux-github
2019-10-20  9:13 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-20 14:22 ` voidlinux-github

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