Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] oil: update to 0.7.pre5
Date: Tue, 08 Oct 2019 23:57:54 +0200	[thread overview]
Message-ID: <20191008215754.eeG6cJ9LSHks7zWQ5LukhfY39OP8DsiHBofNrVhveFQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15269@inbox.vuxu.org>

[-- 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
-}

  parent reply	other threads:[~2019-10-08 21:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08 21:15 [PR PATCH] " voidlinux-github
2019-10-08 21:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 21:57 ` voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191008215754.eeG6cJ9LSHks7zWQ5LukhfY39OP8DsiHBofNrVhveFQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).