Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: goimapnotify-2.0
@ 2020-01-23 16:36 voidlinux-github
  2020-01-24 12:28 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-23 16:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages goimapnotify
https://github.com/void-linux/void-packages/pull/18502

New package: goimapnotify-2.0
goimapnotify is a program to establish IDLE connections to at least one mailbox on an IMAP server and execute commands when message notifications are received.

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

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

From 245455f53c56dfe9f5972193ac70d63908669377 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jan 2020 11:31:18 -0500
Subject: [PATCH] New package: goimapnotify-2.0

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

diff --git a/srcpkgs/goimapnotify/template b/srcpkgs/goimapnotify/template
new file mode 100644
index 00000000000..062bc02c1f3
--- /dev/null
+++ b/srcpkgs/goimapnotify/template
@@ -0,0 +1,18 @@
+# Template file for 'goimapnotify'
+pkgname=goimapnotify
+version=2.0
+revision=1
+_gitlab_rev="6bbf63dd50a024251b6fe271287a4db389e73e43"
+wrksrc="${pkgname}-${version}-${_gitlab_rev}"
+#archs="i686 x86_64"
+build_style=go
+go_import_path="gitlab.com/shackra/goimapnotify"
+go_get="no"
+hostmakedepends="git"
+short_desc="Execute scripts on IMAP idle notifications (Go version)"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/shackra/goimapnotify"
+changelog="https://gitlab.com/shackra/goimapnotify/blob/master/CHANGELOG.rst"
+distfiles="https://${go_import_path}/repository/${version}/archive.tar.gz"
+checksum=9a241d12a5b4cae12fe3d0b0bc5d376da228934f7f344d012e213ac184970471

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

* Re: [PR PATCH] [Updated] New package: goimapnotify-2.0
  2020-01-23 16:36 [PR PATCH] New package: goimapnotify-2.0 voidlinux-github
@ 2020-01-24 12:28 ` voidlinux-github
  2020-01-24 15:49 ` [PR PATCH] [Merged]: " voidlinux-github
  2020-01-24 17:23 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-24 12:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages goimapnotify
https://github.com/void-linux/void-packages/pull/18502

New package: goimapnotify-2.0
goimapnotify is a program to establish IDLE connections to at least one mailbox on an IMAP server and execute commands when message notifications are received.

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

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

From 417cb8004c852198dc3fab9a4614db8966774584 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jan 2020 11:31:18 -0500
Subject: [PATCH] New package: goimapnotify-2.0

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

diff --git a/srcpkgs/goimapnotify/template b/srcpkgs/goimapnotify/template
new file mode 100644
index 00000000000..3e4bd5edfca
--- /dev/null
+++ b/srcpkgs/goimapnotify/template
@@ -0,0 +1,15 @@
+# Template file for 'goimapnotify'
+pkgname=goimapnotify
+version=2.0
+revision=1
+build_style=go
+go_import_path="gitlab.com/shackra/goimapnotify"
+go_get="no"
+hostmakedepends="git"
+short_desc="Execute scripts on IMAP idle notifications (Go version)"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/shackra/goimapnotify"
+changelog="https://gitlab.com/shackra/goimapnotify/blob/master/CHANGELOG.rst"
+distfiles="https://${go_import_path}/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=175734cdc3fad285479f4bbad761fe2a379f33e4919572efaf41c8107d249cd9

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

* Re: [PR PATCH] [Merged]: New package: goimapnotify-2.0
  2020-01-23 16:36 [PR PATCH] New package: goimapnotify-2.0 voidlinux-github
  2020-01-24 12:28 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-24 15:49 ` voidlinux-github
  2020-01-24 17:23 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-24 15:49 UTC (permalink / raw)
  To: ml

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

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

New package: goimapnotify-2.0
https://github.com/void-linux/void-packages/pull/18502

Description:
goimapnotify is a program to establish IDLE connections to at least one mailbox on an IMAP server and execute commands when message notifications are received.

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

* Re: New package: goimapnotify-2.0
  2020-01-23 16:36 [PR PATCH] New package: goimapnotify-2.0 voidlinux-github
  2020-01-24 12:28 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-24 15:49 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2020-01-24 17:23 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-24 17:23 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/18502#issuecomment-578223026

Comment:
Thanks for the suggestions and the fast response!

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

end of thread, other threads:[~2020-01-24 17:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 16:36 [PR PATCH] New package: goimapnotify-2.0 voidlinux-github
2020-01-24 12:28 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-24 15:49 ` [PR PATCH] [Merged]: " voidlinux-github
2020-01-24 17:23 ` voidlinux-github

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