Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mutt-wizard-3.2.1
@ 2022-02-19 12:10 motorto
  2022-02-19 12:18 ` Chocimier
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: motorto @ 2022-02-19 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages muttWizard
https://github.com/void-linux/void-packages/pull/35697

New package: mutt-wizard-3.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes


#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

As requested on #35330 

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

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

From 69b7e7f0c193bec724d19940758eb9aa9635f699 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 19 Feb 2022 12:08:53 +0000
Subject: [PATCH] New package: mutt-wizard-3.2.1

---
 srcpkgs/mutt-wizard/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/mutt-wizard/template

diff --git a/srcpkgs/mutt-wizard/template b/srcpkgs/mutt-wizard/template
new file mode 100644
index 000000000000..2fc3e6c0237c
--- /dev/null
+++ b/srcpkgs/mutt-wizard/template
@@ -0,0 +1,12 @@
+# Template file for 'mutt-wizard'
+pkgname=mutt-wizard
+version=3.2.1
+revision=1
+build_style=gnu-makefile
+depends="neomutt isync msmtp notmuch pass curl libnotify perl"
+short_desc="Easily auto-configure neomutt and isync/mpop with safe passwords"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lukesmithxyz/mutt-wizard"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=def5e792d46f217142b489e65f3d4059cdc8fca93eb83bab4474785c897d7f20

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

* Re: New package: mutt-wizard-3.2.1
  2022-02-19 12:10 [PR PATCH] New package: mutt-wizard-3.2.1 motorto
@ 2022-02-19 12:18 ` Chocimier
  2022-02-19 12:45 ` motorto
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-02-19 12:18 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/35697#issuecomment-1046005312

Comment:
Please do not open new PRs, use `git push -f <fork> <attempt2>:<branch-of-pr>`.

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

* Re: New package: mutt-wizard-3.2.1
  2022-02-19 12:10 [PR PATCH] New package: mutt-wizard-3.2.1 motorto
  2022-02-19 12:18 ` Chocimier
@ 2022-02-19 12:45 ` motorto
  2022-02-19 12:58 ` Chocimier
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2022-02-19 12:45 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/35697#issuecomment-1046009507

Comment:
Actually it was complaining about my fork being to old ... And to be
honest didn't know how to do it ... 

I apologized in the IRC also


On 22/02/19 04:18AM, Piotr wrote:
> Please do not open new PRs, use `git push -f <fork> <attempt2>:<branch-of-pr>`.
> 
> -- 
> Reply to this email directly or view it on GitHub:
> https://github.com/void-linux/void-packages/pull/35697#issuecomment-1046005312
> You are receiving this because you authored the thread.
> 
> Message ID: ***@***.***>


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

* Re: New package: mutt-wizard-3.2.1
  2022-02-19 12:10 [PR PATCH] New package: mutt-wizard-3.2.1 motorto
  2022-02-19 12:18 ` Chocimier
  2022-02-19 12:45 ` motorto
@ 2022-02-19 12:58 ` Chocimier
  2022-02-25 21:51 ` [PR PATCH] [Closed]: " motorto
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2022-02-19 12:58 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/35697#issuecomment-1046011884

Comment:
I wanted just friendly show you how to continue work in same PR.

The error was about branch muttWizard being too old, not whole fork. So it is enough to rebase (or whatever you did locally to put changes onto fresh origin), then force push to your existing branch in existing fork.

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

* Re: [PR PATCH] [Closed]: New package: mutt-wizard-3.2.1
  2022-02-19 12:10 [PR PATCH] New package: mutt-wizard-3.2.1 motorto
                   ` (2 preceding siblings ...)
  2022-02-19 12:58 ` Chocimier
@ 2022-02-25 21:51 ` motorto
  2022-08-11 16:25 ` dataCobra
  2022-08-11 17:02 ` motorto
  5 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2022-02-25 21:51 UTC (permalink / raw)
  To: ml

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

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

New package: mutt-wizard-3.2.1
https://github.com/void-linux/void-packages/pull/35697

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes


#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
<!-- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl -->

As requested/fixes #35330 

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

* Re: New package: mutt-wizard-3.2.1
  2022-02-19 12:10 [PR PATCH] New package: mutt-wizard-3.2.1 motorto
                   ` (3 preceding siblings ...)
  2022-02-25 21:51 ` [PR PATCH] [Closed]: " motorto
@ 2022-08-11 16:25 ` dataCobra
  2022-08-11 17:02 ` motorto
  5 siblings, 0 replies; 8+ messages in thread
From: dataCobra @ 2022-08-11 16:25 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/35697#issuecomment-1212211853

Comment:
Hey @motorto, what is the reason about closing this PR?

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

* Re: New package: mutt-wizard-3.2.1
  2022-02-19 12:10 [PR PATCH] New package: mutt-wizard-3.2.1 motorto
                   ` (4 preceding siblings ...)
  2022-08-11 16:25 ` dataCobra
@ 2022-08-11 17:02 ` motorto
  5 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2022-08-11 17:02 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/35697#issuecomment-1212254019

Comment:
As stated on the PR you created its just a shell script.  And I didn't want to maintain the package

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

* Re: [PR PATCH] [Closed]: New package: mutt-wizard-3.2.1
  2022-02-19 11:56 [PR PATCH] " motorto
@ 2022-02-19 12:04 ` motorto
  0 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2022-02-19 12:04 UTC (permalink / raw)
  To: ml

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

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

New package: mutt-wizard-3.2.1
https://github.com/void-linux/void-packages/pull/35694

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
I tested the changes in this PR: briefly

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): Yes


#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

As requested on #35330 

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

end of thread, other threads:[~2022-08-11 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19 12:10 [PR PATCH] New package: mutt-wizard-3.2.1 motorto
2022-02-19 12:18 ` Chocimier
2022-02-19 12:45 ` motorto
2022-02-19 12:58 ` Chocimier
2022-02-25 21:51 ` [PR PATCH] [Closed]: " motorto
2022-08-11 16:25 ` dataCobra
2022-08-11 17:02 ` motorto
  -- strict thread matches above, loose matches on Subject: below --
2022-02-19 11:56 [PR PATCH] " motorto
2022-02-19 12:04 ` [PR PATCH] [Closed]: " motorto

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