Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yacy-1.922
@ 2020-07-22 18:19 jason1987d
  2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
                   ` (20 more replies)
  0 siblings, 21 replies; 29+ messages in thread
From: jason1987d @ 2020-07-22 18:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From e8113dae9193192331d4aac9212dc7d3984d4b14 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..a6472017379
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,40 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
@ 2020-07-23 14:27 ` jason1987d
  2020-07-23 14:53 ` jason1987d
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From 7795ff338d51ff6de3ec2a931bc3e46a007d433b Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..3d3ad7e438f
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,35 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
  2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-23 14:53 ` jason1987d
  2020-07-23 14:57 ` [PR REVIEW] " ericonr
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 14:53 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-663053478

Comment:
I feel like my use of ${XBPS_BUILDDIR} is wrong and could be condensed with ${wrksrc}, but I'm testing out various things and still not quite working.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
  2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
  2020-07-23 14:53 ` jason1987d
@ 2020-07-23 14:57 ` ericonr
  2020-07-23 14:57 ` ericonr
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-07-23 14:57 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459512520

Comment:
This can be replace by `wkrsrc=yacy`

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (2 preceding siblings ...)
  2020-07-23 14:57 ` [PR REVIEW] " ericonr
@ 2020-07-23 14:57 ` ericonr
  2020-07-23 14:57 ` ericonr
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-07-23 14:57 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459514073

Comment:
Put `pwd` inside this function and observe the build process if you want to know what directory you're in.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (3 preceding siblings ...)
  2020-07-23 14:57 ` ericonr
@ 2020-07-23 14:57 ` ericonr
  2020-07-23 14:58 ` [PR PATCH] [Updated] " jason1987d
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-07-23 14:57 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459513566

Comment:
I'm not sure populating `/var` is the correct procedure. And you should just copy from inside the folder, no need to use `XBPS_BUILDDIR`.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (4 preceding siblings ...)
  2020-07-23 14:57 ` ericonr
@ 2020-07-23 14:58 ` jason1987d
  2020-07-23 14:59 ` [PR REVIEW] " jason1987d
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 14:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From 845e56dcfab8e2a2703e8afe89f630a934c5debe Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..974e137b0f4
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,31 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vcopy ${wrksrc}/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (5 preceding siblings ...)
  2020-07-23 14:58 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-23 14:59 ` jason1987d
  2020-07-23 15:47 ` jason1987d
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 14:59 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459515232

Comment:
I just pushed changes to condense this along the lines of what you just said.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (6 preceding siblings ...)
  2020-07-23 14:59 ` [PR REVIEW] " jason1987d
@ 2020-07-23 15:47 ` jason1987d
  2020-07-23 21:13 ` jason1987d
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 15:47 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459550071

Comment:
I've been trying several approaches, and am not sure which is the best here.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (7 preceding siblings ...)
  2020-07-23 15:47 ` jason1987d
@ 2020-07-23 21:13 ` jason1987d
  2020-07-23 21:16 ` jason1987d
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 21:13 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459731457

Comment:
So what I've noticed is everything works inside the ${wrksrc}, the compilation doesn't really put anything into ${DESTDIR}. Not sure how to proceed. I have a way that makes it work but /var/lib/yacy ends up owned by root:root instead of yacy:yacy .

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (8 preceding siblings ...)
  2020-07-23 21:13 ` jason1987d
@ 2020-07-23 21:16 ` jason1987d
  2020-07-23 21:17 ` [PR PATCH] [Updated] " jason1987d
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 21:16 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459732745

Comment:
I also noticed in the documentation that there is no 'ant' or 'java' build style.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (9 preceding siblings ...)
  2020-07-23 21:16 ` jason1987d
@ 2020-07-23 21:17 ` jason1987d
  2020-07-23 22:08 ` [PR REVIEW] " ericonr
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From 6f53d3724b5844b70422c7fd9747553166e4f3d3 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..10131a8ae19
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (10 preceding siblings ...)
  2020-07-23 21:17 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-23 22:08 ` ericonr
  2020-07-23 22:08 ` ericonr
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-07-23 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459755523

Comment:
Most of the templates using ant are copying files manually into destdir. You can use `vcopy` and `vinstall` from inside `do_install` for that.

Regarding the permissions of the folder, I'm not sure.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (11 preceding siblings ...)
  2020-07-23 22:08 ` [PR REVIEW] " ericonr
@ 2020-07-23 22:08 ` ericonr
  2020-07-23 22:17 ` jason1987d
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2020-07-23 22:08 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459755523

Comment:
Most of the templates using ant are copying files manually into destdir. You have to use `vcopy` and `vinstall` from inside `do_install` for that.

Regarding the permissions of the folder, I'm not sure.

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

* Re: [PR REVIEW] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (12 preceding siblings ...)
  2020-07-23 22:08 ` ericonr
@ 2020-07-23 22:17 ` jason1987d
  2020-07-25  2:09 ` [PR PATCH] [Updated] " jason1987d
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-23 22:17 UTC (permalink / raw)
  To: ml

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

New review comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#discussion_r459759088

Comment:
The vcopy setup I have inside do_install() does work to get the files there. I tried some variants before that only copied DATA (which I think may have been the only subdir inside ${DESTDIR} from all that). For ownership, in what function might be best to try to set that? The homedirs directive has /var/lib/yacy with yacy as the owner, I wonder if anything I'm doing with do_install() is overwriting that?

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (13 preceding siblings ...)
  2020-07-23 22:17 ` jason1987d
@ 2020-07-25  2:09 ` jason1987d
  2020-07-25  2:13 ` jason1987d
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-25  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From c21627b98858e669859c9c16066b7937034a99da Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..19ba9cdd425
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (14 preceding siblings ...)
  2020-07-25  2:09 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-25  2:13 ` jason1987d
  2020-07-29  1:14 ` [PR PATCH] [Updated] " jason1987d
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-25  2:13 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-663794791

Comment:
Yeah, I did some more poking around. The only issue that I can't figure out is how to make in the final installation, the files inside /var/lib/yacy (the homedir and where the software is installed) be owned by yacy:yacy too. chown in post-install does not work as the user yacy is apparently not existing yet.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (15 preceding siblings ...)
  2020-07-25  2:13 ` jason1987d
@ 2020-07-29  1:14 ` jason1987d
  2020-07-29  1:17 ` jason1987d
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-29  1:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From e613bac9b0b8f3e1d784d369b94f668887f4fe14 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH] New package: yacy-1.922

---
 srcpkgs/yacy/INSTALL        |  6 ++++++
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/yacy/INSTALL
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/INSTALL b/srcpkgs/yacy/INSTALL
new file mode 100644
index 00000000000..e451fab90ce
--- /dev/null
+++ b/srcpkgs/yacy/INSTALL
@@ -0,0 +1,6 @@
+# INSTALL
+case "$ACTION" in
+post)
+	chown -R yacy:yacy /var/lib/yacy
+	;;
+esac
diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..19ba9cdd425
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (16 preceding siblings ...)
  2020-07-29  1:14 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-29  1:17 ` jason1987d
  2020-11-09  4:16 ` jason1987d
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-29  1:17 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-665375251

Comment:
> Yeah, I did some more poking around. The only issue that I can't figure out is how to make in the final installation, the files inside /var/lib/yacy (the homedir and where the software is installed) be owned by yacy:yacy too. chown in post-install does not work as the user yacy is apparently not existing yet.

Which I dealt with with INSTALL file.

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

* Re: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (17 preceding siblings ...)
  2020-07-29  1:17 ` jason1987d
@ 2020-11-09  4:16 ` jason1987d
  2021-03-02 19:49 ` [PR PATCH] [Updated] " jason1987d
  2021-03-02 21:52 ` [PR PATCH] [Closed]: " jason1987d
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-11-09  4:16 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/23742#issuecomment-723743982

Comment:
Haven't heard on this in awhile. I noticed my google-earth-pro upgrade got merged. It sounds like the reviewers have been busy and/or burned out these past months. Just curious, and thank you. I'll check if there's a newer version of yacy if this gets merged.

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (18 preceding siblings ...)
  2020-11-09  4:16 ` jason1987d
@ 2021-03-02 19:49 ` jason1987d
  2021-03-02 21:52 ` [PR PATCH] [Closed]: " jason1987d
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2021-03-02 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

New package: yacy-1.922


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

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

From e613bac9b0b8f3e1d784d369b94f668887f4fe14 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Wed, 22 Jul 2020 13:17:10 -0500
Subject: [PATCH 1/2] New package: yacy-1.922

---
 srcpkgs/yacy/INSTALL        |  6 ++++++
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/yacy/INSTALL
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/INSTALL b/srcpkgs/yacy/INSTALL
new file mode 100644
index 00000000000..e451fab90ce
--- /dev/null
+++ b/srcpkgs/yacy/INSTALL
@@ -0,0 +1,6 @@
+# INSTALL
+case "$ACTION" in
+post)
+	chown -R yacy:yacy /var/lib/yacy
+	;;
+esac
diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..19ba9cdd425
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,32 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+wrksrc=${pkgname}
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/
+	vcopy ${wrksrc} var/lib/
+}
+
+post_install() {
+	vsv yacy
+}

From b36a760c4edb642c3c98be52888c1a2672172f29 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 2 Mar 2021 13:48:19 -0600
Subject: [PATCH 2/2] New package: yacy-1.922.

---
 srcpkgs/yacy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 19ba9cdd425..67e84f1d692 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -4,7 +4,7 @@ version=1.922
 revision=1
 wrksrc=${pkgname}
 hostmakedepends="openjdk apache-ant"
-depends="openjdk-jre"
+depends="openjdk-jre bash"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Closed]: New package: yacy-1.922
  2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
                   ` (19 preceding siblings ...)
  2021-03-02 19:49 ` [PR PATCH] [Updated] " jason1987d
@ 2021-03-02 21:52 ` jason1987d
  20 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2021-03-02 21:52 UTC (permalink / raw)
  To: ml

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

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

New package: yacy-1.922
https://github.com/void-linux/void-packages/pull/23742

Description:


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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (5 preceding siblings ...)
  2020-07-22  0:19 ` jason1987d
@ 2020-07-22 17:44 ` jason1987d
  6 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-22 17:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages master
https://github.com/void-linux/void-packages/pull/23695

New package: yacy-1.922


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

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

From 4fd71c809b1c31e2dabe93e116948b7526106936 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 1/9] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..594bcc2a3c8
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..02b9259024b
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,30 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+archs="x86_64"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/opt/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/opt/yacy 0755 yacy yacy"
+
+post_extract() {
+mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_install() {
+vmkdir opt/yacy
+vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+}
+
+post_install() {
+vsv yacy
+}

From 4f6c60fd783f918a095444a32c6d637bf612fcc4 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 17:36:20 -0500
Subject: [PATCH 2/9] google-earth-pro: update to 7.3.3.7721

---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 41763ae7d25..68927d21731 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.2.5494
+version=7.3.3.7721
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
+checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
 
 nostrip=yes
 

From f7ef58a73d1635afcc9734a27439b677ea165b43 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:08:51 -0500
Subject: [PATCH 3/9] yacy: remove arch restriction

---
 srcpkgs/yacy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 02b9259024b..5f8534c21ef 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,7 +2,6 @@
 pkgname=yacy
 version=1.922
 revision=1
-archs="x86_64"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"

From fe345d6bef848046987c4c8c131dd9d61944cfb9 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:14:56 -0500
Subject: [PATCH 4/9] Revert "google-earth-pro: update to 7.3.3.7721"

This reverts commit 4f6c60fd783f918a095444a32c6d637bf612fcc4.
---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 68927d21731..41763ae7d25 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.3.7721
+version=7.3.2.5494
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Jason Manley <jason@jasondavid.tv>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
+checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
 
 nostrip=yes
 

From 5180ee51bb32f9468c6dba0d9939ad9b1145450f Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:17:31 -0500
Subject: [PATCH 5/9] Add indentation to do_install step.

---
 srcpkgs/yacy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 5f8534c21ef..86b2adc23c8 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -16,14 +16,14 @@ yacy_shell="/bin/bash"
 make_dirs="/opt/yacy 0755 yacy yacy"
 
 post_extract() {
-mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
 do_install() {
-vmkdir opt/yacy
-vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir opt/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
 }
 
 post_install() {
-vsv yacy
+	vsv yacy
 }

From 81598c4dba58cb2ab6f554c899dac50ccd551dfe Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 19:17:04 -0500
Subject: [PATCH 6/9] yacy: change path to /var/lib/yacy and other fixes.

---
 srcpkgs/yacy/files/yacy/run |  2 +-
 srcpkgs/yacy/template       | 14 ++++++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
index 594bcc2a3c8..c5544513c35 100644
--- a/srcpkgs/yacy/files/yacy/run
+++ b/srcpkgs/yacy/files/yacy/run
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 86b2adc23c8..3d3ad7e438f 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,6 +2,7 @@
 pkgname=yacy
 version=1.922
 revision=1
+hostmakedepends="openjdk apache-ant"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"
@@ -11,17 +12,22 @@ distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
 checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
 
 system_accounts="yacy"
-yacy_homedir="/opt/yacy"
+yacy_homedir="/var/lib/yacy"
 yacy_shell="/bin/bash"
-make_dirs="/opt/yacy 0755 yacy yacy"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
 
 post_extract() {
 	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
 do_install() {
-	vmkdir opt/yacy
-	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
 }
 
 post_install() {

From dccc228f282f23d5a26e7fa04dbb2188e7769dda Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:17:31 -0500
Subject: [PATCH 7/9] Add indentation to do_install step.

---
 srcpkgs/yacy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 5f8534c21ef..86b2adc23c8 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -16,14 +16,14 @@ yacy_shell="/bin/bash"
 make_dirs="/opt/yacy 0755 yacy yacy"
 
 post_extract() {
-mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
 do_install() {
-vmkdir opt/yacy
-vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir opt/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
 }
 
 post_install() {
-vsv yacy
+	vsv yacy
 }

From e87c8ecf609017c3a7b4ae9327177732b8a80ddd Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 19:17:04 -0500
Subject: [PATCH 8/9] yacy: change path to /var/lib/yacy and other fixes.

---
 srcpkgs/yacy/files/yacy/run |  2 +-
 srcpkgs/yacy/template       | 14 ++++++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
index 594bcc2a3c8..c5544513c35 100644
--- a/srcpkgs/yacy/files/yacy/run
+++ b/srcpkgs/yacy/files/yacy/run
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 86b2adc23c8..3d3ad7e438f 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,6 +2,7 @@
 pkgname=yacy
 version=1.922
 revision=1
+hostmakedepends="openjdk apache-ant"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"
@@ -11,17 +12,22 @@ distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
 checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
 
 system_accounts="yacy"
-yacy_homedir="/opt/yacy"
+yacy_homedir="/var/lib/yacy"
 yacy_shell="/bin/bash"
-make_dirs="/opt/yacy 0755 yacy yacy"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
 
 post_extract() {
 	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
 do_install() {
-	vmkdir opt/yacy
-	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
 }
 
 post_install() {

From 8072211874efd4019a74316c725edd01ae4598d5 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 9/9] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..c5544513c35
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..a6472017379
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,40 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+hostmakedepends="openjdk apache-ant"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/var/lib/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+do_install() {
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
+}
+
+post_install() {
+	vsv yacy
+}

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (4 preceding siblings ...)
  2020-07-22  0:17 ` jason1987d
@ 2020-07-22  0:19 ` jason1987d
  2020-07-22 17:44 ` jason1987d
  6 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-22  0:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages master
https://github.com/void-linux/void-packages/pull/23695

New package: yacy-1.922


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

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

From 4fd71c809b1c31e2dabe93e116948b7526106936 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 1/6] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..594bcc2a3c8
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..02b9259024b
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,30 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+archs="x86_64"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/opt/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/opt/yacy 0755 yacy yacy"
+
+post_extract() {
+mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_install() {
+vmkdir opt/yacy
+vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+}
+
+post_install() {
+vsv yacy
+}

From 4f6c60fd783f918a095444a32c6d637bf612fcc4 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 17:36:20 -0500
Subject: [PATCH 2/6] google-earth-pro: update to 7.3.3.7721

---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 41763ae7d25..68927d21731 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.2.5494
+version=7.3.3.7721
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
+checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
 
 nostrip=yes
 

From f7ef58a73d1635afcc9734a27439b677ea165b43 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:08:51 -0500
Subject: [PATCH 3/6] yacy: remove arch restriction

---
 srcpkgs/yacy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 02b9259024b..5f8534c21ef 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,7 +2,6 @@
 pkgname=yacy
 version=1.922
 revision=1
-archs="x86_64"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"

From fe345d6bef848046987c4c8c131dd9d61944cfb9 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:14:56 -0500
Subject: [PATCH 4/6] Revert "google-earth-pro: update to 7.3.3.7721"

This reverts commit 4f6c60fd783f918a095444a32c6d637bf612fcc4.
---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 68927d21731..41763ae7d25 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.3.7721
+version=7.3.2.5494
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Jason Manley <jason@jasondavid.tv>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
+checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
 
 nostrip=yes
 

From 5180ee51bb32f9468c6dba0d9939ad9b1145450f Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:17:31 -0500
Subject: [PATCH 5/6] Add indentation to do_install step.

---
 srcpkgs/yacy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 5f8534c21ef..86b2adc23c8 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -16,14 +16,14 @@ yacy_shell="/bin/bash"
 make_dirs="/opt/yacy 0755 yacy yacy"
 
 post_extract() {
-mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
 do_install() {
-vmkdir opt/yacy
-vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir opt/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
 }
 
 post_install() {
-vsv yacy
+	vsv yacy
 }

From 81598c4dba58cb2ab6f554c899dac50ccd551dfe Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 19:17:04 -0500
Subject: [PATCH 6/6] yacy: change path to /var/lib/yacy and other fixes.

---
 srcpkgs/yacy/files/yacy/run |  2 +-
 srcpkgs/yacy/template       | 14 ++++++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
index 594bcc2a3c8..c5544513c35 100644
--- a/srcpkgs/yacy/files/yacy/run
+++ b/srcpkgs/yacy/files/yacy/run
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 86b2adc23c8..3d3ad7e438f 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,6 +2,7 @@
 pkgname=yacy
 version=1.922
 revision=1
+hostmakedepends="openjdk apache-ant"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"
@@ -11,17 +12,22 @@ distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
 checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
 
 system_accounts="yacy"
-yacy_homedir="/opt/yacy"
+yacy_homedir="/var/lib/yacy"
 yacy_shell="/bin/bash"
-make_dirs="/opt/yacy 0755 yacy yacy"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
 
 post_extract() {
 	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
 do_install() {
-	vmkdir opt/yacy
-	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (3 preceding siblings ...)
  2020-07-21 23:17 ` jason1987d
@ 2020-07-22  0:17 ` jason1987d
  2020-07-22  0:19 ` jason1987d
  2020-07-22 17:44 ` jason1987d
  6 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-22  0:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages master
https://github.com/void-linux/void-packages/pull/23695

New package: yacy-1.922


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

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

From 4fd71c809b1c31e2dabe93e116948b7526106936 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 1/6] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..594bcc2a3c8
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..02b9259024b
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,30 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+archs="x86_64"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/opt/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/opt/yacy 0755 yacy yacy"
+
+post_extract() {
+mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_install() {
+vmkdir opt/yacy
+vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+}
+
+post_install() {
+vsv yacy
+}

From 4f6c60fd783f918a095444a32c6d637bf612fcc4 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 17:36:20 -0500
Subject: [PATCH 2/6] google-earth-pro: update to 7.3.3.7721

---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 41763ae7d25..68927d21731 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.2.5494
+version=7.3.3.7721
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
+checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
 
 nostrip=yes
 

From f7ef58a73d1635afcc9734a27439b677ea165b43 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:08:51 -0500
Subject: [PATCH 3/6] yacy: remove arch restriction

---
 srcpkgs/yacy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 02b9259024b..5f8534c21ef 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,7 +2,6 @@
 pkgname=yacy
 version=1.922
 revision=1
-archs="x86_64"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"

From fe345d6bef848046987c4c8c131dd9d61944cfb9 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:14:56 -0500
Subject: [PATCH 4/6] Revert "google-earth-pro: update to 7.3.3.7721"

This reverts commit 4f6c60fd783f918a095444a32c6d637bf612fcc4.
---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 68927d21731..41763ae7d25 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.3.7721
+version=7.3.2.5494
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Jason Manley <jason@jasondavid.tv>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
+checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
 
 nostrip=yes
 

From 5180ee51bb32f9468c6dba0d9939ad9b1145450f Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:17:31 -0500
Subject: [PATCH 5/6] Add indentation to do_install step.

---
 srcpkgs/yacy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 5f8534c21ef..86b2adc23c8 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -16,14 +16,14 @@ yacy_shell="/bin/bash"
 make_dirs="/opt/yacy 0755 yacy yacy"
 
 post_extract() {
-mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
 do_install() {
-vmkdir opt/yacy
-vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir opt/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
 }
 
 post_install() {
-vsv yacy
+	vsv yacy
 }

From 81598c4dba58cb2ab6f554c899dac50ccd551dfe Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 19:17:04 -0500
Subject: [PATCH 6/6] yacy: change path to /var/lib/yacy and other fixes.

---
 srcpkgs/yacy/files/yacy/run |  2 +-
 srcpkgs/yacy/template       | 14 ++++++++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
index 594bcc2a3c8..c5544513c35 100644
--- a/srcpkgs/yacy/files/yacy/run
+++ b/srcpkgs/yacy/files/yacy/run
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
+exec chpst -u yacy:yacy /var/lib/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 86b2adc23c8..3d3ad7e438f 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,6 +2,7 @@
 pkgname=yacy
 version=1.922
 revision=1
+hostmakedepends="openjdk apache-ant"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"
@@ -11,17 +12,22 @@ distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
 checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
 
 system_accounts="yacy"
-yacy_homedir="/opt/yacy"
+yacy_homedir="/var/lib/yacy"
 yacy_shell="/bin/bash"
-make_dirs="/opt/yacy 0755 yacy yacy"
+make_dirs="/var/lib/yacy 0755 yacy yacy"
 
 post_extract() {
 	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
+	ant clean all
+}
+
 do_install() {
-	vmkdir opt/yacy
-	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir var/lib/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* var/lib/yacy
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
                   ` (2 preceding siblings ...)
  2020-07-21 23:15 ` jason1987d
@ 2020-07-21 23:17 ` jason1987d
  2020-07-22  0:17 ` jason1987d
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-21 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages master
https://github.com/void-linux/void-packages/pull/23695

New package: yacy-1.922


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

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

From 4fd71c809b1c31e2dabe93e116948b7526106936 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 1/5] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..594bcc2a3c8
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..02b9259024b
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,30 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+archs="x86_64"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/opt/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/opt/yacy 0755 yacy yacy"
+
+post_extract() {
+mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_install() {
+vmkdir opt/yacy
+vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+}
+
+post_install() {
+vsv yacy
+}

From 4f6c60fd783f918a095444a32c6d637bf612fcc4 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 17:36:20 -0500
Subject: [PATCH 2/5] google-earth-pro: update to 7.3.3.7721

---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 41763ae7d25..68927d21731 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.2.5494
+version=7.3.3.7721
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
+checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
 
 nostrip=yes
 

From f7ef58a73d1635afcc9734a27439b677ea165b43 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:08:51 -0500
Subject: [PATCH 3/5] yacy: remove arch restriction

---
 srcpkgs/yacy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 02b9259024b..5f8534c21ef 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,7 +2,6 @@
 pkgname=yacy
 version=1.922
 revision=1
-archs="x86_64"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"

From fe345d6bef848046987c4c8c131dd9d61944cfb9 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:14:56 -0500
Subject: [PATCH 4/5] Revert "google-earth-pro: update to 7.3.3.7721"

This reverts commit 4f6c60fd783f918a095444a32c6d637bf612fcc4.
---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 68927d21731..41763ae7d25 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.3.7721
+version=7.3.2.5494
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Jason Manley <jason@jasondavid.tv>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
+checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
 
 nostrip=yes
 

From 5180ee51bb32f9468c6dba0d9939ad9b1145450f Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:17:31 -0500
Subject: [PATCH 5/5] Add indentation to do_install step.

---
 srcpkgs/yacy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 5f8534c21ef..86b2adc23c8 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -16,14 +16,14 @@ yacy_shell="/bin/bash"
 make_dirs="/opt/yacy 0755 yacy yacy"
 
 post_extract() {
-mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+	mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
 }
 
 do_install() {
-vmkdir opt/yacy
-vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+	vmkdir opt/yacy
+	vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
 }
 
 post_install() {
-vsv yacy
+	vsv yacy
 }

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
  2020-07-21 22:38 ` [PR PATCH] [Updated] " jason1987d
  2020-07-21 23:09 ` jason1987d
@ 2020-07-21 23:15 ` jason1987d
  2020-07-21 23:17 ` jason1987d
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-21 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages master
https://github.com/void-linux/void-packages/pull/23695

New package: yacy-1.922


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

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

From 4fd71c809b1c31e2dabe93e116948b7526106936 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 1/4] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..594bcc2a3c8
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..02b9259024b
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,30 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+archs="x86_64"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/opt/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/opt/yacy 0755 yacy yacy"
+
+post_extract() {
+mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_install() {
+vmkdir opt/yacy
+vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+}
+
+post_install() {
+vsv yacy
+}

From 4f6c60fd783f918a095444a32c6d637bf612fcc4 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 17:36:20 -0500
Subject: [PATCH 2/4] google-earth-pro: update to 7.3.3.7721

---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 41763ae7d25..68927d21731 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.2.5494
+version=7.3.3.7721
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
+checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
 
 nostrip=yes
 

From f7ef58a73d1635afcc9734a27439b677ea165b43 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:08:51 -0500
Subject: [PATCH 3/4] yacy: remove arch restriction

---
 srcpkgs/yacy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 02b9259024b..5f8534c21ef 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,7 +2,6 @@
 pkgname=yacy
 version=1.922
 revision=1
-archs="x86_64"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"

From fe345d6bef848046987c4c8c131dd9d61944cfb9 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:14:56 -0500
Subject: [PATCH 4/4] Revert "google-earth-pro: update to 7.3.3.7721"

This reverts commit 4f6c60fd783f918a095444a32c6d637bf612fcc4.
---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 68927d21731..41763ae7d25 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.3.7721
+version=7.3.2.5494
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Jason Manley <jason@jasondavid.tv>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
+checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
 
 nostrip=yes
 

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
  2020-07-21 22:38 ` [PR PATCH] [Updated] " jason1987d
@ 2020-07-21 23:09 ` jason1987d
  2020-07-21 23:15 ` jason1987d
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-21 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages master
https://github.com/void-linux/void-packages/pull/23695

New package: yacy-1.922


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

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

From 4fd71c809b1c31e2dabe93e116948b7526106936 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 1/3] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..594bcc2a3c8
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..02b9259024b
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,30 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+archs="x86_64"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/opt/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/opt/yacy 0755 yacy yacy"
+
+post_extract() {
+mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_install() {
+vmkdir opt/yacy
+vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+}
+
+post_install() {
+vsv yacy
+}

From 4f6c60fd783f918a095444a32c6d637bf612fcc4 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 17:36:20 -0500
Subject: [PATCH 2/3] google-earth-pro: update to 7.3.3.7721

---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 41763ae7d25..68927d21731 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.2.5494
+version=7.3.3.7721
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
+checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
 
 nostrip=yes
 

From f7ef58a73d1635afcc9734a27439b677ea165b43 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 18:08:51 -0500
Subject: [PATCH 3/3] yacy: remove arch restriction

---
 srcpkgs/yacy/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
index 02b9259024b..5f8534c21ef 100644
--- a/srcpkgs/yacy/template
+++ b/srcpkgs/yacy/template
@@ -2,7 +2,6 @@
 pkgname=yacy
 version=1.922
 revision=1
-archs="x86_64"
 depends="openjdk-jre"
 short_desc="YaCy p2p decentralized search engine"
 maintainer="Jason Manley <jason@jasondavid.tv>"

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

* Re: [PR PATCH] [Updated] New package: yacy-1.922
  2020-07-21 21:39 [PR PATCH] " jason1987d
@ 2020-07-21 22:38 ` jason1987d
  2020-07-21 23:09 ` jason1987d
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 29+ messages in thread
From: jason1987d @ 2020-07-21 22:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages master
https://github.com/void-linux/void-packages/pull/23695

New package: yacy-1.922


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

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

From 4fd71c809b1c31e2dabe93e116948b7526106936 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 16:38:46 -0500
Subject: [PATCH 1/2] New package: yacy-1.922

---
 srcpkgs/yacy/files/yacy/run |  2 ++
 srcpkgs/yacy/template       | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/yacy/files/yacy/run
 create mode 100644 srcpkgs/yacy/template

diff --git a/srcpkgs/yacy/files/yacy/run b/srcpkgs/yacy/files/yacy/run
new file mode 100644
index 00000000000..594bcc2a3c8
--- /dev/null
+++ b/srcpkgs/yacy/files/yacy/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec chpst -u yacy:yacy /opt/yacy/startYACY.sh -f
diff --git a/srcpkgs/yacy/template b/srcpkgs/yacy/template
new file mode 100644
index 00000000000..02b9259024b
--- /dev/null
+++ b/srcpkgs/yacy/template
@@ -0,0 +1,30 @@
+# Template file for 'yacy'
+pkgname=yacy
+version=1.922
+revision=1
+archs="x86_64"
+depends="openjdk-jre"
+short_desc="YaCy p2p decentralized search engine"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://yacy.net"
+distfiles="http://latest.yacy.net/yacy_v${version}_20191013_9964.tar.gz"
+checksum=@99af963642dafaeab2657ad59315e7b7896bf4c1e7091f8f67e95e71802d44df
+
+system_accounts="yacy"
+yacy_homedir="/opt/yacy"
+yacy_shell="/bin/bash"
+make_dirs="/opt/yacy 0755 yacy yacy"
+
+post_extract() {
+mv ${XBPS_BUILDDIR}/{yacy,yacy-1.922}
+}
+
+do_install() {
+vmkdir opt/yacy
+vcopy $XBPS_BUILDDIR/yacy-1.922/* opt/yacy
+}
+
+post_install() {
+vsv yacy
+}

From 4f6c60fd783f918a095444a32c6d637bf612fcc4 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Tue, 21 Jul 2020 17:36:20 -0500
Subject: [PATCH 2/2] google-earth-pro: update to 7.3.3.7721

---
 srcpkgs/google-earth-pro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/google-earth-pro/template b/srcpkgs/google-earth-pro/template
index 41763ae7d25..68927d21731 100644
--- a/srcpkgs/google-earth-pro/template
+++ b/srcpkgs/google-earth-pro/template
@@ -1,18 +1,18 @@
 # Template file for 'google-earth-pro'
 pkgname=google-earth-pro
-version=7.3.2.5494
+version=7.3.3.7721
 revision=1
 archs="x86_64"
 depends="alsa-lib desktop-file-utils fontconfig glu gst-plugins-base1
  hicolor-icon-theme libSM libXi libXrender libcups libproxy nss"
 short_desc="Explore the far reaches of the world"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jason Manley <jason@jasondavid.tv>"
 license="Google"
 repository=nonfree
 restricted=yes
 homepage="https://www.google.com/earth/index.html"
 distfiles="https://dl.google.com/linux/earth/deb/pool/main/g/${pkgname}-stable/${pkgname}-stable_${version}-r0_amd64.deb"
-checksum=86df2e14c94c1776f5fb5ff8d88a82620b74cdeb0c5e0e0df78c23b549f75618
+checksum=db3f4b224426789ffb8d76a5f64126f8a2822bc42d30da162ac05d039047a152
 
 nostrip=yes
 

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

end of thread, other threads:[~2021-03-02 21:52 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 18:19 [PR PATCH] New package: yacy-1.922 jason1987d
2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 14:53 ` jason1987d
2020-07-23 14:57 ` [PR REVIEW] " ericonr
2020-07-23 14:57 ` ericonr
2020-07-23 14:57 ` ericonr
2020-07-23 14:58 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 14:59 ` [PR REVIEW] " jason1987d
2020-07-23 15:47 ` jason1987d
2020-07-23 21:13 ` jason1987d
2020-07-23 21:16 ` jason1987d
2020-07-23 21:17 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 22:08 ` [PR REVIEW] " ericonr
2020-07-23 22:08 ` ericonr
2020-07-23 22:17 ` jason1987d
2020-07-25  2:09 ` [PR PATCH] [Updated] " jason1987d
2020-07-25  2:13 ` jason1987d
2020-07-29  1:14 ` [PR PATCH] [Updated] " jason1987d
2020-07-29  1:17 ` jason1987d
2020-11-09  4:16 ` jason1987d
2021-03-02 19:49 ` [PR PATCH] [Updated] " jason1987d
2021-03-02 21:52 ` [PR PATCH] [Closed]: " jason1987d
  -- strict thread matches above, loose matches on Subject: below --
2020-07-21 21:39 [PR PATCH] " jason1987d
2020-07-21 22:38 ` [PR PATCH] [Updated] " jason1987d
2020-07-21 23:09 ` jason1987d
2020-07-21 23:15 ` jason1987d
2020-07-21 23:17 ` jason1987d
2020-07-22  0:17 ` jason1987d
2020-07-22  0:19 ` jason1987d
2020-07-22 17:44 ` jason1987d

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