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: Wed, 22 Jul 2020 01:17:58 +0200	[thread overview]
Message-ID: <20200721231758.4L8eQ15SxdIPMcHRRpQoOdCZC4ZrriecrlGJRkFNS90@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23695@inbox.vuxu.org>

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

  parent reply	other threads:[~2020-07-21 23:17 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21 21:39 [PR PATCH] " jason1987d
2020-07-21 21:55 ` [PR REVIEW] " ericonr
2020-07-21 21:55 ` ericonr
2020-07-21 21:55 ` ericonr
2020-07-21 21:57 ` ericonr
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 ` [PR REVIEW] " jason1987d
2020-07-21 23:17 ` jason1987d [this message]
2020-07-21 23:22 ` ericonr
2020-07-21 23:23 ` ericonr
2020-07-21 23:25 ` [PR REVIEW] " jason1987d
2020-07-21 23:28 ` ericonr
2020-07-21 23:29 ` ericonr
2020-07-21 23:32 ` jason1987d
2020-07-21 23:32 ` jason1987d
2020-07-21 23:33 ` jason1987d
2020-07-21 23:34 ` jason1987d
2020-07-21 23:34 ` jason1987d
2020-07-21 23:35 ` jason1987d
2020-07-21 23:53 ` fosslinux
2020-07-22  0:01 ` jason1987d
2020-07-22  0:01 ` [PR REVIEW] " fosslinux
2020-07-22  0:02 ` jason1987d
2020-07-22  0:17 ` [PR PATCH] [Updated] " jason1987d
2020-07-22  0:19 ` jason1987d
2020-07-22  0:28 ` jason1987d
2020-07-22  0:35 ` fosslinux
2020-07-22 16:30 ` jason1987d
2020-07-22 16:41 ` ericonr
2020-07-22 17:01 ` jason1987d
2020-07-22 17:25 ` ericonr
2020-07-22 17:35 ` jason1987d
2020-07-22 17:35 ` jason1987d
2020-07-22 17:37 ` ericonr
2020-07-22 17:39 ` jason1987d
2020-07-22 17:44 ` [PR PATCH] [Updated] " jason1987d
2020-07-22 17:49 ` jason1987d
2020-07-22 18:01 ` ericonr
2020-07-22 18:02 ` [PR PATCH] [Closed]: " jason1987d
2020-07-23 20:53 ` Chocimier
2020-07-22 18:19 [PR PATCH] " jason1987d
2020-07-23 14:27 ` [PR PATCH] [Updated] " jason1987d
2020-07-23 14:58 ` jason1987d
2020-07-23 21:17 ` jason1987d
2020-07-25  2:09 ` jason1987d
2020-07-29  1:14 ` jason1987d
2021-03-02 19:49 ` 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=20200721231758.4L8eQ15SxdIPMcHRRpQoOdCZC4ZrriecrlGJRkFNS90@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).