Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WIP: New package: yggcrawl-20200401
@ 2020-04-01 22:45 jcgruenhage
  2020-04-01 22:48 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2020-04-01 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages yggcrawl-20200401_1
https://github.com/void-linux/void-packages/pull/20561

WIP: New package: yggcrawl-20200401
This is currently waiting for tagged releases from upstream.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggcrawl-20200401_1-20561.patch --]
[-- Type: text/x-diff, Size: 1293 bytes --]

From 7787b0f57b8148359967c8d52b404ab73dfe7674 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 2 Apr 2020 00:44:22 +0200
Subject: [PATCH] New package: yggcrawl-20200401

---
 srcpkgs/yggcrawl/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/yggcrawl/template

diff --git a/srcpkgs/yggcrawl/template b/srcpkgs/yggcrawl/template
new file mode 100644
index 00000000000..be1e840fac9
--- /dev/null
+++ b/srcpkgs/yggcrawl/template
@@ -0,0 +1,21 @@
+# Template file for 'yggcrawl'
+pkgname=yggcrawl
+version=20200401
+_commit=8dfe839393507e2234fc04bd5e6e5b48feac61da
+revision=1
+wrksrc="${pkgname}-${_commit}"
+#create_wrksrc=yes
+build_style=go
+go_import_path=github.com/neilalexander/yggcrawl
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="go git"
+short_desc="Crawler for yggdrasil"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-only"
+homepage="https://github.com/neilalexander/yggcrawl"
+distfiles="https://github.com/neilalexander/yggcrawl/archive/${_commit}.tar.gz"
+checksum=48bd29690ed3d926e0ab0e39ccc9ffe8287bdef959ebe04caf3ed1fb583aa4f5

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

* Re: [PR PATCH] [Updated] WIP: New package: yggcrawl-20200401
  2020-04-01 22:45 [PR PATCH] WIP: New package: yggcrawl-20200401 jcgruenhage
@ 2020-04-01 22:48 ` jcgruenhage
  2020-04-01 22:48 ` jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2020-04-01 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages yggcrawl-20200401_1
https://github.com/void-linux/void-packages/pull/20561

WIP: New package: yggcrawl-20200401
This is currently waiting for tagged releases from upstream.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggcrawl-20200401_1-20561.patch --]
[-- Type: text/x-diff, Size: 1145 bytes --]

From 5e09a786aaf06ad1d54bdd7ff64f18a6699486a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 2 Apr 2020 00:44:22 +0200
Subject: [PATCH] New package: yggcrawl-20200401

---
 srcpkgs/yggcrawl/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/yggcrawl/template

diff --git a/srcpkgs/yggcrawl/template b/srcpkgs/yggcrawl/template
new file mode 100644
index 00000000000..61222effc17
--- /dev/null
+++ b/srcpkgs/yggcrawl/template
@@ -0,0 +1,15 @@
+# Template file for 'yggcrawl'
+pkgname=yggcrawl
+version=20200401
+_commit=8dfe839393507e2234fc04bd5e6e5b48feac61da
+revision=1
+wrksrc="${pkgname}-${_commit}"
+build_style=go
+go_import_path=github.com/neilalexander/yggcrawl
+hostmakedepends="go git"
+short_desc="Crawler for yggdrasil"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-only"
+homepage="https://github.com/neilalexander/yggcrawl"
+distfiles="https://github.com/neilalexander/yggcrawl/archive/${_commit}.tar.gz"
+checksum=48bd29690ed3d926e0ab0e39ccc9ffe8287bdef959ebe04caf3ed1fb583aa4f5

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

* Re: [PR PATCH] [Updated] WIP: New package: yggcrawl-20200401
  2020-04-01 22:45 [PR PATCH] WIP: New package: yggcrawl-20200401 jcgruenhage
  2020-04-01 22:48 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-04-01 22:48 ` jcgruenhage
  2020-04-01 23:04 ` Duncaen
  2020-10-24 11:55 ` [PR PATCH] [Closed]: " jcgruenhage
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2020-04-01 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages yggcrawl-20200401_1
https://github.com/void-linux/void-packages/pull/20561

WIP: New package: yggcrawl-20200401
This is currently waiting for tagged releases from upstream.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yggcrawl-20200401_1-20561.patch --]
[-- Type: text/x-diff, Size: 1145 bytes --]

From 4acebac1742cafb679d38c0d0f6ea3c7158db3ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 2 Apr 2020 00:44:22 +0200
Subject: [PATCH] New package: yggcrawl-20200401

---
 srcpkgs/yggcrawl/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/yggcrawl/template

diff --git a/srcpkgs/yggcrawl/template b/srcpkgs/yggcrawl/template
new file mode 100644
index 00000000000..6ca7da7ae59
--- /dev/null
+++ b/srcpkgs/yggcrawl/template
@@ -0,0 +1,15 @@
+# Template file for 'yggcrawl'
+pkgname=yggcrawl
+version=20200401
+revision=1
+_commit=8dfe839393507e2234fc04bd5e6e5b48feac61da
+wrksrc="${pkgname}-${_commit}"
+build_style=go
+go_import_path=github.com/neilalexander/yggcrawl
+hostmakedepends="go git"
+short_desc="Crawler for yggdrasil"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="GPL-3.0-only"
+homepage="https://github.com/neilalexander/yggcrawl"
+distfiles="https://github.com/neilalexander/yggcrawl/archive/${_commit}.tar.gz"
+checksum=48bd29690ed3d926e0ab0e39ccc9ffe8287bdef959ebe04caf3ed1fb583aa4f5

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

* Re: WIP: New package: yggcrawl-20200401
  2020-04-01 22:45 [PR PATCH] WIP: New package: yggcrawl-20200401 jcgruenhage
  2020-04-01 22:48 ` [PR PATCH] [Updated] " jcgruenhage
  2020-04-01 22:48 ` jcgruenhage
@ 2020-04-01 23:04 ` Duncaen
  2020-10-24 11:55 ` [PR PATCH] [Closed]: " jcgruenhage
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2020-04-01 23:04 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/20561#issuecomment-607531973

Comment:
always use something like `0.0.20200401` if you invent versions to avoid having to revert all previous versions.

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

* Re: [PR PATCH] [Closed]: WIP: New package: yggcrawl-20200401
  2020-04-01 22:45 [PR PATCH] WIP: New package: yggcrawl-20200401 jcgruenhage
                   ` (2 preceding siblings ...)
  2020-04-01 23:04 ` Duncaen
@ 2020-10-24 11:55 ` jcgruenhage
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2020-10-24 11:55 UTC (permalink / raw)
  To: ml

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

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

WIP: New package: yggcrawl-20200401
https://github.com/void-linux/void-packages/pull/20561

Description:
This is currently waiting for tagged releases from upstream.

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

end of thread, other threads:[~2020-10-24 11:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 22:45 [PR PATCH] WIP: New package: yggcrawl-20200401 jcgruenhage
2020-04-01 22:48 ` [PR PATCH] [Updated] " jcgruenhage
2020-04-01 22:48 ` jcgruenhage
2020-04-01 23:04 ` Duncaen
2020-10-24 11:55 ` [PR PATCH] [Closed]: " jcgruenhage

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