Github messages for voidlinux
 help / color / mirror / Atom feed
From: jason1987d <jason1987d@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: yacy-1.922
Date: Tue, 02 Mar 2021 20:49:15 +0100	[thread overview]
Message-ID: <20210302194915.2dNQIKJ1K7TyhYL6ud7DDEaVy-0xa0ISixd4xGnPX0g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23742@inbox.vuxu.org>

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

  parent reply	other threads:[~2021-03-02 19:49 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22 18:19 [PR PATCH] " 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 ` jason1987d [this message]
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

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=20210302194915.2dNQIKJ1K7TyhYL6ud7DDEaVy-0xa0ISixd4xGnPX0g@z \
    --to=jason1987d@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

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

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).