Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mailscripts-0.11
@ 2019-11-07 12:19 voidlinux-github
  2019-11-07 12:22 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-07 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mailscripts
https://github.com/void-linux/void-packages/pull/16202

New package: mailscripts-0.11


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

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

From 01ba3e75a1a59763f4d7ec39d20bcf9087a32b89 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Thu, 7 Nov 2019 13:17:30 +0100
Subject: [PATCH] New package: mailscripts-0.11

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

diff --git a/srcpkgs/mailscripts/template b/srcpkgs/mailscripts/template
new file mode 100644
index 00000000000..a63d08106b0
--- /dev/null
+++ b/srcpkgs/mailscripts/template
@@ -0,0 +1,21 @@
+# Template file for 'mailscripts'
+pkgname=mailscripts
+version=0.11
+revision=1
+depends="git notmuch"
+short_desc="collection of scripts for manipulating e-mail"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="GPL-2.0-or-later"
+homepage="https://git.spwhitton.name/mailscripts/"
+distfiles="https://git.spwhitton.name/mailscripts/snapshot/mailscripts-${version}.tar.gz"
+checksum=2d871b9e07bda16842c536d1bad16b4e72332dbe1bec467b08f3368d98ef4ee4
+
+do_install() {
+	vbin email-extract-openpgp-certs
+	vbin email-print-mime-structure
+	vbin maildir-import-patch
+	vbin mbox2maildir
+	vbin mdmv
+	vbin notmuch-import-patch
+	vbin notmuch-slurp-debbug
+}

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

* Re: [PR PATCH] [Updated] New package: mailscripts-0.11
  2019-11-07 12:19 [PR PATCH] New package: mailscripts-0.11 voidlinux-github
@ 2019-11-07 12:22 ` voidlinux-github
  2019-11-07 16:51 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-07 12:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mailscripts
https://github.com/void-linux/void-packages/pull/16202

New package: mailscripts-0.11
fix: #16197

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

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

From bd4919b07d664645bb72824e2fed73a0edc81254 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Thu, 7 Nov 2019 13:17:30 +0100
Subject: [PATCH] New package: mailscripts-0.11

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

diff --git a/srcpkgs/mailscripts/template b/srcpkgs/mailscripts/template
new file mode 100644
index 00000000000..ae5878feb15
--- /dev/null
+++ b/srcpkgs/mailscripts/template
@@ -0,0 +1,25 @@
+# Template file for 'mailscripts'
+pkgname=mailscripts
+version=0.11
+revision=1
+depends="git notmuch"
+short_desc="collection of scripts for manipulating e-mail"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="Developer Certificate of Origin"
+homepage="https://git.spwhitton.name/mailscripts/"
+distfiles="https://git.spwhitton.name/mailscripts/snapshot/mailscripts-${version}.tar.gz"
+checksum=2d871b9e07bda16842c536d1bad16b4e72332dbe1bec467b08f3368d98ef4ee4
+
+do_install() {
+	vbin email-extract-openpgp-certs
+	vbin email-print-mime-structure
+	vbin maildir-import-patch
+	vbin mbox2maildir
+	vbin mdmv
+	vbin notmuch-import-patch
+	vbin notmuch-slurp-debbug
+}
+
+post_install() {
+       vlicense DEVELOPER-CERTIFICATE
+}

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

* Re: [PR PATCH] [Updated] New package: mailscripts-0.11
  2019-11-07 12:19 [PR PATCH] New package: mailscripts-0.11 voidlinux-github
  2019-11-07 12:22 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-07 16:51 ` voidlinux-github
  2019-11-07 16:57 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-07 16:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mailscripts
https://github.com/void-linux/void-packages/pull/16202

New package: mailscripts-0.11
fix: #16197

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

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

From ee2abf27d3e6e3ddc207d7054f598d9281ba410b Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Thu, 7 Nov 2019 13:17:30 +0100
Subject: [PATCH] New package: mailscripts-0.11

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

diff --git a/srcpkgs/mailscripts/template b/srcpkgs/mailscripts/template
new file mode 100644
index 00000000000..0db3cb34ce5
--- /dev/null
+++ b/srcpkgs/mailscripts/template
@@ -0,0 +1,25 @@
+# Template file for 'mailscripts'
+pkgname=mailscripts
+version=0.11
+revision=1
+depends="git notmuch"
+short_desc="Collection of scripts for manipulating e-mail"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="GPL-3"
+homepage="https://git.spwhitton.name/mailscripts/"
+distfiles="https://git.spwhitton.name/mailscripts/snapshot/mailscripts-${version}.tar.gz"
+checksum=2d871b9e07bda16842c536d1bad16b4e72332dbe1bec467b08f3368d98ef4ee4
+
+do_install() {
+	vbin email-extract-openpgp-certs
+	vbin email-print-mime-structure
+	vbin maildir-import-patch
+	vbin mbox2maildir
+	vbin mdmv
+	vbin notmuch-import-patch
+	vbin notmuch-slurp-debbug
+}
+
+post_install() {
+	vlicense DEVELOPER-CERTIFICATE
+}

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

* Re: [PR PATCH] [Updated] New package: mailscripts-0.11
  2019-11-07 12:19 [PR PATCH] New package: mailscripts-0.11 voidlinux-github
  2019-11-07 12:22 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-07 16:51 ` voidlinux-github
@ 2019-11-07 16:57 ` voidlinux-github
  2019-11-08  5:52 ` voidlinux-github
  2019-11-08  5:52 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-07 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages mailscripts
https://github.com/void-linux/void-packages/pull/16202

New package: mailscripts-0.11
fix: #16197

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

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

From 3b8bc3c1345461a8977b6a8f1ba610a9fde291b6 Mon Sep 17 00:00:00 2001
From: Eddie Barraco <contact@eddiebarraco.fr>
Date: Thu, 7 Nov 2019 13:17:30 +0100
Subject: [PATCH] New package: mailscripts-0.11

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

diff --git a/srcpkgs/mailscripts/template b/srcpkgs/mailscripts/template
new file mode 100644
index 00000000000..1e1a682bdf0
--- /dev/null
+++ b/srcpkgs/mailscripts/template
@@ -0,0 +1,21 @@
+# Template file for 'mailscripts'
+pkgname=mailscripts
+version=0.11
+revision=1
+depends="git notmuch"
+short_desc="Collection of scripts for manipulating e-mail"
+maintainer="Eddie Barraco <contact@eddiebarraco.fr>"
+license="GPL-3.0-or-later"
+homepage="https://git.spwhitton.name/mailscripts/"
+distfiles="https://git.spwhitton.name/mailscripts/snapshot/mailscripts-${version}.tar.gz"
+checksum=2d871b9e07bda16842c536d1bad16b4e72332dbe1bec467b08f3368d98ef4ee4
+
+do_install() {
+	vbin email-extract-openpgp-certs
+	vbin email-print-mime-structure
+	vbin maildir-import-patch
+	vbin mbox2maildir
+	vbin mdmv
+	vbin notmuch-import-patch
+	vbin notmuch-slurp-debbug
+}

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

* Re: New package: mailscripts-0.11
  2019-11-07 12:19 [PR PATCH] New package: mailscripts-0.11 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-07 16:57 ` voidlinux-github
@ 2019-11-08  5:52 ` voidlinux-github
  2019-11-08  5:52 ` [PR PATCH] [Closed]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-08  5:52 UTC (permalink / raw)
  To: ml

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

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/16202#issuecomment-551395066

Comment:
One of the criteria listed in the manual states general requirements for packages:

> 1.  System: The software should be installed system-wide, not per-user.
>  2. Compiled: The software needs to be compiled before being used, even if it is software that is not needed by the whole system.
>   3. Required: Another package either within the repository or pending inclusion requires the package.

As this package does not require compilation or a system-wide install, it does not meet the quality bar for inclusion to void packages.


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

* Re: [PR PATCH] [Closed]: New package: mailscripts-0.11
  2019-11-07 12:19 [PR PATCH] New package: mailscripts-0.11 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-11-08  5:52 ` voidlinux-github
@ 2019-11-08  5:52 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-08  5:52 UTC (permalink / raw)
  To: ml

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

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

New package: mailscripts-0.11
https://github.com/void-linux/void-packages/pull/16202

Description:
fix: #16197

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

end of thread, other threads:[~2019-11-08  5:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 12:19 [PR PATCH] New package: mailscripts-0.11 voidlinux-github
2019-11-07 12:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-07 16:51 ` voidlinux-github
2019-11-07 16:57 ` voidlinux-github
2019-11-08  5:52 ` voidlinux-github
2019-11-08  5:52 ` [PR PATCH] [Closed]: " 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).