Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jmol: update to 14.30.1.
@ 2020-01-18 18:35 voidlinux-github
  2020-01-18 18:59 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-18 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages jmol
https://github.com/void-linux/void-packages/pull/18372

jmol: update to 14.30.1.


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

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

From 2f945da03621fe659a8bdce587772022eec7c43c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 18 Jan 2020 20:34:31 +0200
Subject: [PATCH] jmol: update to 14.30.1.

---
 srcpkgs/jmol/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jmol/template b/srcpkgs/jmol/template
index d701a42cd04..5be2f0f72a9 100644
--- a/srcpkgs/jmol/template
+++ b/srcpkgs/jmol/template
@@ -1,8 +1,7 @@
 # Template file for 'jmol'
 pkgname=jmol
-version=14.30.0
+version=14.30.1
 revision=1
-hostmakedepends="unzip"
 depends="virtual?java-environment"
 short_desc="Open-source Java/JavaScript-based molecule viewer"
 maintainer="Brenton Horne <brentonhorne77@gmail.com>"
@@ -10,7 +9,7 @@ license="LGPL-2.1-or-later"
 homepage="http://jmol.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/jmol/Jmol/Version%20${version%.*}/Jmol%20${version}/Jmol-${version}-binary.tar.gz
  http://jmol.sourceforge.net/images/Jmol_icon_128.png"
-checksum="caeef497fb24861dacc2d7d8c08df9f9f1e2a5e23421561061fbf574dbf4173c
+checksum="6d3817f22d9523834b340ecab0576d784554be2b08bafca237764a790dd7dd62
  302b24c7b8898a04efd74c12592243d05e53b0643a66daf809e72bc590bf9b9e"
 skip_extraction="Jmol_icon_128.png"
 
@@ -18,7 +17,7 @@ do_install() {
 	vmkdir usr/bin
 	vmkdir usr/share/jmol
 
-	unzip jsmol.zip -d "${DESTDIR}"/usr/share/
+	bsdtar -xf jsmol.zip -C "${DESTDIR}"/usr/share/
 	rm jsmol.zip
 
 	cp *.jar jmol.sh "${DESTDIR}"/usr/share/jmol

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

* Re: jmol: update to 14.30.1.
  2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
@ 2020-01-18 18:59 ` voidlinux-github
  2020-01-18 19:00 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-18 18:59 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18372#issuecomment-575928754

Comment:
Is bsdtar missing in musl?

`=> jmol-14.30.1_1: running do_install ...

/void-packages/srcpkgs/jmol/template: line 20: bsdtar: command not found

=> ERROR: jmol-14.30.1_1: do_install: 'bsdtar -xf jsmol.zip -C "${DESTDIR}"/usr/share/' exited with 127

=> ERROR:   in do_install() at srcpkgs/jmol/template:20

The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.`

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

* Re: jmol: update to 14.30.1.
  2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
  2020-01-18 18:59 ` voidlinux-github
@ 2020-01-18 19:00 ` voidlinux-github
  2020-01-19 18:20 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-18 19:00 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18372#issuecomment-575928754

Comment:
Is bsdtar missing in musl?

```
=> jmol-14.30.1_1: running do_install ...
/void-packages/srcpkgs/jmol/template: line 20: bsdtar: command not found
=> ERROR: jmol-14.30.1_1: do_install: 'bsdtar -xf jsmol.zip -C "${DESTDIR}"/usr/share/' exited with 127
=> ERROR:   in do_install() at srcpkgs/jmol/template:20
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
```

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

* Re: jmol: update to 14.30.1.
  2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
  2020-01-18 18:59 ` voidlinux-github
  2020-01-18 19:00 ` voidlinux-github
@ 2020-01-19 18:20 ` voidlinux-github
  2020-01-21 16:33 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-19 18:20 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18372#issuecomment-575928754

Comment:
@xtraeme: Is bsdtar missing on musl builders?

```s
=> jmol-14.30.1_1: running do_install ...
/void-packages/srcpkgs/jmol/template: line 20: bsdtar: command not found
=> ERROR: jmol-14.30.1_1: do_install: 'bsdtar -xf jsmol.zip -C "${DESTDIR}"/usr/share/' exited with 127
=> ERROR:   in do_install() at srcpkgs/jmol/template:20
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
```

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

* Re: [PR PATCH] [Updated] jmol: update to 14.30.1.
  2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-19 18:20 ` voidlinux-github
@ 2020-01-21 16:33 ` voidlinux-github
  2020-02-04 17:08 ` jmol: update to 14.30.2 voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-21 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages jmol
https://github.com/void-linux/void-packages/pull/18372

jmol: update to 14.30.1.
Update, replace unzip with bsdtar in the template.

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

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

From 09ad376bae318ce0541dedaa0dab451161a3cfca Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 18 Jan 2020 20:34:31 +0200
Subject: [PATCH] jmol: update to 14.30.1.

---
 srcpkgs/jmol/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/jmol/template b/srcpkgs/jmol/template
index d701a42cd04..5be2f0f72a9 100644
--- a/srcpkgs/jmol/template
+++ b/srcpkgs/jmol/template
@@ -1,8 +1,7 @@
 # Template file for 'jmol'
 pkgname=jmol
-version=14.30.0
+version=14.30.1
 revision=1
-hostmakedepends="unzip"
 depends="virtual?java-environment"
 short_desc="Open-source Java/JavaScript-based molecule viewer"
 maintainer="Brenton Horne <brentonhorne77@gmail.com>"
@@ -10,7 +9,7 @@ license="LGPL-2.1-or-later"
 homepage="http://jmol.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/jmol/Jmol/Version%20${version%.*}/Jmol%20${version}/Jmol-${version}-binary.tar.gz
  http://jmol.sourceforge.net/images/Jmol_icon_128.png"
-checksum="caeef497fb24861dacc2d7d8c08df9f9f1e2a5e23421561061fbf574dbf4173c
+checksum="6d3817f22d9523834b340ecab0576d784554be2b08bafca237764a790dd7dd62
  302b24c7b8898a04efd74c12592243d05e53b0643a66daf809e72bc590bf9b9e"
 skip_extraction="Jmol_icon_128.png"
 
@@ -18,7 +17,7 @@ do_install() {
 	vmkdir usr/bin
 	vmkdir usr/share/jmol
 
-	unzip jsmol.zip -d "${DESTDIR}"/usr/share/
+	bsdtar -xf jsmol.zip -C "${DESTDIR}"/usr/share/
 	rm jsmol.zip
 
 	cp *.jar jmol.sh "${DESTDIR}"/usr/share/jmol

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

* Re: jmol: update to 14.30.2.
  2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-21 16:33 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-04 17:08 ` voidlinux-github
  2020-02-04 17:17 ` voidlinux-github
  2020-03-14 18:19 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-04 17:08 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18372#issuecomment-582014331

Comment:
- Update to 14.30.2.

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

* Re: jmol: update to 14.30.2.
  2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-02-04 17:08 ` jmol: update to 14.30.2 voidlinux-github
@ 2020-02-04 17:17 ` voidlinux-github
  2020-03-14 18:19 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-02-04 17:17 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/18372#issuecomment-582018275

Comment:
`/void-packages/srcpkgs/jmol/template: line 20: bsdtar: command not found`


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

* Re: [PR PATCH] [Merged]: jmol: update to 14.30.2.
  2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-02-04 17:17 ` voidlinux-github
@ 2020-03-14 18:19 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-03-14 18:19 UTC (permalink / raw)
  To: ml

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

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

jmol: update to 14.30.2.
https://github.com/void-linux/void-packages/pull/18372

Description:
Update, replace unzip with bsdtar in the template.

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

end of thread, other threads:[~2020-03-14 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18 18:35 [PR PATCH] jmol: update to 14.30.1 voidlinux-github
2020-01-18 18:59 ` voidlinux-github
2020-01-18 19:00 ` voidlinux-github
2020-01-19 18:20 ` voidlinux-github
2020-01-21 16:33 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-04 17:08 ` jmol: update to 14.30.2 voidlinux-github
2020-02-04 17:17 ` voidlinux-github
2020-03-14 18:19 ` [PR PATCH] [Merged]: " Chocimier

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