Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] task: updated short_desc for clarity
@ 2020-08-08 18:55 Noah-Huppert
  2020-08-10 15:44 ` ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Noah-Huppert @ 2020-08-08 18:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Noah-Huppert/void-packages taskwarrior-clarity
https://github.com/void-linux/void-packages/pull/24143

task: updated short_desc for clarity
To address #24092 

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

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

From 0798e179805d7a931fe9cdc4dfdd3b22e33b1b19 Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sat, 8 Aug 2020 14:53:40 -0400
Subject: [PATCH] task: updated short_desc for clarity

---
 srcpkgs/task/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index b176e4a83a2..965859a7407 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,10 +1,10 @@
 # Template file for 'task'
 pkgname=task
 version=2.5.1
-revision=5
+revision=6
 build_style=cmake
 makedepends="libuuid-devel gnutls-devel"
-short_desc="Command-line todo list manager"
+short_desc="Command-line todo list manager, Task Warrior client"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="https://taskwarrior.org"

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

* Re: task: updated short_desc for clarity
  2020-08-08 18:55 [PR PATCH] task: updated short_desc for clarity Noah-Huppert
@ 2020-08-10 15:44 ` ahesford
  2020-08-10 17:04 ` [PR PATCH] [Updated] " Noah-Huppert
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-10 15:44 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24143#issuecomment-671433205

Comment:
How about "Task Warrior command-line todo-list manager"?

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

* Re: [PR PATCH] [Updated] task: updated short_desc for clarity
  2020-08-08 18:55 [PR PATCH] task: updated short_desc for clarity Noah-Huppert
  2020-08-10 15:44 ` ahesford
@ 2020-08-10 17:04 ` Noah-Huppert
  2020-08-10 17:16 ` Noah-Huppert
  2020-08-10 18:01 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: Noah-Huppert @ 2020-08-10 17:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Noah-Huppert/void-packages taskwarrior-clarity
https://github.com/void-linux/void-packages/pull/24143

task: updated short_desc for clarity
To address #24092 

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

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

From b0797b07f6b59ec52070637b2f7d26318663d4aa Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Mon, 10 Aug 2020 13:04:33 -0400
Subject: [PATCH] task: updated short_desc for clarity

---
 srcpkgs/task/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/task/template b/srcpkgs/task/template
index b176e4a83a2..cc7944eae2e 100644
--- a/srcpkgs/task/template
+++ b/srcpkgs/task/template
@@ -1,10 +1,10 @@
 # Template file for 'task'
 pkgname=task
 version=2.5.1
-revision=5
+revision=6
 build_style=cmake
 makedepends="libuuid-devel gnutls-devel"
-short_desc="Command-line todo list manager"
+short_desc="Task Warrior command-line todo list manager"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="MIT"
 homepage="https://taskwarrior.org"

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

* Re: task: updated short_desc for clarity
  2020-08-08 18:55 [PR PATCH] task: updated short_desc for clarity Noah-Huppert
  2020-08-10 15:44 ` ahesford
  2020-08-10 17:04 ` [PR PATCH] [Updated] " Noah-Huppert
@ 2020-08-10 17:16 ` Noah-Huppert
  2020-08-10 18:01 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: Noah-Huppert @ 2020-08-10 17:16 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/24143#issuecomment-671481020

Comment:
> How about "Task Warrior command-line todo-list manager"?

done

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

* Re: [PR PATCH] [Closed]: task: updated short_desc for clarity
  2020-08-08 18:55 [PR PATCH] task: updated short_desc for clarity Noah-Huppert
                   ` (2 preceding siblings ...)
  2020-08-10 17:16 ` Noah-Huppert
@ 2020-08-10 18:01 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-10 18:01 UTC (permalink / raw)
  To: ml

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

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

task: updated short_desc for clarity
https://github.com/void-linux/void-packages/pull/24143

Description:
To address #24092 

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

end of thread, other threads:[~2020-08-10 18:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08 18:55 [PR PATCH] task: updated short_desc for clarity Noah-Huppert
2020-08-10 15:44 ` ahesford
2020-08-10 17:04 ` [PR PATCH] [Updated] " Noah-Huppert
2020-08-10 17:16 ` Noah-Huppert
2020-08-10 18:01 ` [PR PATCH] [Closed]: " ahesford

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