Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: msmtp-msmtpq-1.8.17
@ 2021-10-15  2:26 NateDogg1232
  2021-10-15  2:27 ` NateDogg1232
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: NateDogg1232 @ 2021-10-15  2:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NateDogg1232/void-packages msmtpq
https://github.com/void-linux/void-packages/pull/33549

New package: msmtp-msmtpq-1.8.17
<!-- Mark items with [x] where applicable -->

#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 22ee8f8e6f8a1a50244ce1366775259dceec619e Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@protonmail.com>
Date: Thu, 14 Oct 2021 19:18:48 -0700
Subject: [PATCH] New package: msmtp-msmtpq-1.8.17

---
 srcpkgs/msmtp-msmtpq   | 1 +
 srcpkgs/msmtp/template | 9 +++++++++
 2 files changed, 10 insertions(+)
 create mode 120000 srcpkgs/msmtp-msmtpq

diff --git a/srcpkgs/msmtp-msmtpq b/srcpkgs/msmtp-msmtpq
new file mode 120000
index 000000000000..d5b2f830a760
--- /dev/null
+++ b/srcpkgs/msmtp-msmtpq
@@ -0,0 +1 @@
+msmtp/
\ No newline at end of file
diff --git a/srcpkgs/msmtp/template b/srcpkgs/msmtp/template
index b77ea732f66c..71bb9ca5c166 100644
--- a/srcpkgs/msmtp/template
+++ b/srcpkgs/msmtp/template
@@ -27,3 +27,12 @@ post_install() {
 	vsconf doc/msmtprc-system.example
 	vsconf doc/msmtprc-user.example
 }
+
+msmtp-msmtpq_package() {
+	short_desc+=" - queueing script"
+	depends="${sourcepkg}>=${version}_${revision} bash"
+	pkg_install() {
+		vbin scripts/msmtpq/msmtpq
+		vbin scripts/msmtpq/msmtp-queue
+	}
+}

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

* Re: New package: msmtp-msmtpq-1.8.17
  2021-10-15  2:26 [PR PATCH] New package: msmtp-msmtpq-1.8.17 NateDogg1232
@ 2021-10-15  2:27 ` NateDogg1232
  2021-10-15 16:50 ` Chocimier
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: NateDogg1232 @ 2021-10-15  2:27 UTC (permalink / raw)
  To: ml

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

New comment by NateDogg1232 on void-packages repository

https://github.com/void-linux/void-packages/pull/33549#issuecomment-943934252

Comment:
I'm not quite sure the requirements for a new subpackage, but I just used the New package commit message.

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

* Re: New package: msmtp-msmtpq-1.8.17
  2021-10-15  2:26 [PR PATCH] New package: msmtp-msmtpq-1.8.17 NateDogg1232
  2021-10-15  2:27 ` NateDogg1232
@ 2021-10-15 16:50 ` Chocimier
  2021-10-15 16:51 ` NateDogg1232
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-10-15 16:50 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33549#issuecomment-944448277

Comment:
Why not to include it in main package?

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

* Re: New package: msmtp-msmtpq-1.8.17
  2021-10-15  2:26 [PR PATCH] New package: msmtp-msmtpq-1.8.17 NateDogg1232
  2021-10-15  2:27 ` NateDogg1232
  2021-10-15 16:50 ` Chocimier
@ 2021-10-15 16:51 ` NateDogg1232
  2021-10-16 10:41 ` leahneukirchen
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: NateDogg1232 @ 2021-10-15 16:51 UTC (permalink / raw)
  To: ml

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

New comment by NateDogg1232 on void-packages repository

https://github.com/void-linux/void-packages/pull/33549#issuecomment-944448920

Comment:
I actually just thought it was purposefully not included in the main package. Once I get home I can do that instead though.

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

* Re: New package: msmtp-msmtpq-1.8.17
  2021-10-15  2:26 [PR PATCH] New package: msmtp-msmtpq-1.8.17 NateDogg1232
                   ` (2 preceding siblings ...)
  2021-10-15 16:51 ` NateDogg1232
@ 2021-10-16 10:41 ` leahneukirchen
  2022-06-08  2:11 ` github-actions
  2022-06-22  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2021-10-16 10:41 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/33549#issuecomment-944895587

Comment:
I think the msmtpq script is not useful without manual configuration?

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

* Re: New package: msmtp-msmtpq-1.8.17
  2021-10-15  2:26 [PR PATCH] New package: msmtp-msmtpq-1.8.17 NateDogg1232
                   ` (3 preceding siblings ...)
  2021-10-16 10:41 ` leahneukirchen
@ 2022-06-08  2:11 ` github-actions
  2022-06-22  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-08  2:11 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/33549#issuecomment-1149373788

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: msmtp-msmtpq-1.8.17
  2021-10-15  2:26 [PR PATCH] New package: msmtp-msmtpq-1.8.17 NateDogg1232
                   ` (4 preceding siblings ...)
  2022-06-08  2:11 ` github-actions
@ 2022-06-22  2:13 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-22  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: msmtp-msmtpq-1.8.17
https://github.com/void-linux/void-packages/pull/33549

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2022-06-22  2:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  2:26 [PR PATCH] New package: msmtp-msmtpq-1.8.17 NateDogg1232
2021-10-15  2:27 ` NateDogg1232
2021-10-15 16:50 ` Chocimier
2021-10-15 16:51 ` NateDogg1232
2021-10-16 10:41 ` leahneukirchen
2022-06-08  2:11 ` github-actions
2022-06-22  2:13 ` [PR PATCH] [Closed]: " github-actions

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