Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wee-slack: Update to 2.7.0
@ 2021-02-25 14:46 ElDifinitivo
  2021-02-25 14:55 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ElDifinitivo @ 2021-02-25 14:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElDifinitivo/void-packages master
https://github.com/void-linux/void-packages/pull/29050

wee-slack: Update to 2.7.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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/29050.patch is attached

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

From f3716971e21704b2c28ee71e1cd5e1b4d67a7b86 Mon Sep 17 00:00:00 2001
From: Savoy <root@savoyroad.io>
Date: Tue, 23 Feb 2021 10:17:17 -0600
Subject: [PATCH 1/6] New package: todotxt-2.12.0

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

diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template
new file mode 100644
index 00000000000..4a16f2365a8
--- /dev/null
+++ b/srcpkgs/todotxt/template
@@ -0,0 +1,32 @@
+# Template file for 'todotxt'
+pkgname=todotxt
+version=2.12.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="todo.txt_cli-${version}"
+create_wrksrc=yes
+#build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+#makedepends=""
+depends="bash"
+short_desc="Simple and extensible shell script for managing your todo.txt file"
+maintainer="Savoy <root@savoyroad.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/todotxt/todo.txt-cli"
+site="${homepage}/releases/download"
+distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz"
+checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e"
+
+do_install() {
+    cd $wrksrc
+    install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg
+    install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh
+
+    install -d $DESTDIR/usr/share/bash-completion/completions
+    install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh
+}

From be6b455284a115d082b79eaa34992e69c6a5e92a Mon Sep 17 00:00:00 2001
From: Savoy <root@savoyroad.io>
Date: Tue, 23 Feb 2021 10:17:17 -0600
Subject: [PATCH 2/6] New package: todotxt-2.12.0

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

diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template
new file mode 100644
index 00000000000..4a16f2365a8
--- /dev/null
+++ b/srcpkgs/todotxt/template
@@ -0,0 +1,32 @@
+# Template file for 'todotxt'
+pkgname=todotxt
+version=2.12.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="todo.txt_cli-${version}"
+create_wrksrc=yes
+#build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+#makedepends=""
+depends="bash"
+short_desc="Simple and extensible shell script for managing your todo.txt file"
+maintainer="Savoy <root@savoyroad.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/todotxt/todo.txt-cli"
+site="${homepage}/releases/download"
+distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz"
+checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e"
+
+do_install() {
+    cd $wrksrc
+    install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg
+    install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh
+
+    install -d $DESTDIR/usr/share/bash-completion/completions
+    install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh
+}

From 0b93077ca66c823d1007732a49289ef9427650a3 Mon Sep 17 00:00:00 2001
From: Savoy <root@savoyroad.io>
Date: Tue, 23 Feb 2021 10:17:17 -0600
Subject: [PATCH 3/6] New package: todotxt-2.12.0

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

diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template
new file mode 100644
index 00000000000..4a16f2365a8
--- /dev/null
+++ b/srcpkgs/todotxt/template
@@ -0,0 +1,32 @@
+# Template file for 'todotxt'
+pkgname=todotxt
+version=2.12.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="todo.txt_cli-${version}"
+create_wrksrc=yes
+#build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+#makedepends=""
+depends="bash"
+short_desc="Simple and extensible shell script for managing your todo.txt file"
+maintainer="Savoy <root@savoyroad.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/todotxt/todo.txt-cli"
+site="${homepage}/releases/download"
+distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz"
+checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e"
+
+do_install() {
+    cd $wrksrc
+    install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg
+    install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh
+
+    install -d $DESTDIR/usr/share/bash-completion/completions
+    install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh
+}

From 91914db389d9c733934ac03ac427e0a1da90a2ae Mon Sep 17 00:00:00 2001
From: Savoy <root@savoyroad.io>
Date: Tue, 23 Feb 2021 10:17:17 -0600
Subject: [PATCH 4/6] New package: todotxt-2.12.0

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

diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template
new file mode 100644
index 00000000000..4a16f2365a8
--- /dev/null
+++ b/srcpkgs/todotxt/template
@@ -0,0 +1,32 @@
+# Template file for 'todotxt'
+pkgname=todotxt
+version=2.12.0
+revision=1
+#archs="i686 x86_64"
+wrksrc="todo.txt_cli-${version}"
+create_wrksrc=yes
+#build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+#makedepends=""
+depends="bash"
+short_desc="Simple and extensible shell script for managing your todo.txt file"
+maintainer="Savoy <root@savoyroad.io>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/todotxt/todo.txt-cli"
+site="${homepage}/releases/download"
+distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz"
+checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e"
+
+do_install() {
+    cd $wrksrc
+    install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg
+    install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh
+
+    install -d $DESTDIR/usr/share/bash-completion/completions
+    install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh
+}

From 22917509511ba4d2c01a0303aee96535f4b647b8 Mon Sep 17 00:00:00 2001
From: Savoy <root@savoyroad.io>
Date: Thu, 25 Feb 2021 08:39:33 -0600
Subject: [PATCH 5/6] wee-slack: update to 2.7.0

---
 srcpkgs/wee-slack/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 0f5734734ea..08f56d3c7dd 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -1,14 +1,14 @@
 # Template file for 'wee-slack'
 pkgname=wee-slack
-version=2.6.0
-revision=2
+version=2.7.0
+revision=1
 depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="MIT"
 homepage="https://github.com/wee-slack/wee-slack"
 distfiles="https://github.com/wee-slack/wee-slack/archive/v${version}.tar.gz"
-checksum=1a4cfd1096f980d557f301b523e0bdfe8adfcf27c41ea41094474343424d2001
+checksum=da75962f97192ef5d10f5c7a0c72933aa1e4124ae0bfd84a1394f70f7d790b5b
 
 do_install() {
 	vinstall wee_slack.py 644 usr/lib/weechat/python/

From 81574358a597101f262259b4d1a5f8e05c03593a Mon Sep 17 00:00:00 2001
From: Savoy <root@savoyroad.io>
Date: Thu, 25 Feb 2021 08:44:02 -0600
Subject: [PATCH 6/6] Simple shell script, will not be added

---
 srcpkgs/todotxt/template | 32 --------------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 srcpkgs/todotxt/template

diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template
deleted file mode 100644
index 4a16f2365a8..00000000000
--- a/srcpkgs/todotxt/template
+++ /dev/null
@@ -1,32 +0,0 @@
-# Template file for 'todotxt'
-pkgname=todotxt
-version=2.12.0
-revision=1
-#archs="i686 x86_64"
-wrksrc="todo.txt_cli-${version}"
-create_wrksrc=yes
-#build_style=gnu-makefile
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
-#hostmakedepends=""
-#makedepends=""
-depends="bash"
-short_desc="Simple and extensible shell script for managing your todo.txt file"
-maintainer="Savoy <root@savoyroad.io>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/todotxt/todo.txt-cli"
-site="${homepage}/releases/download"
-distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz"
-checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e"
-
-do_install() {
-    cd $wrksrc
-    install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg
-    install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh
-
-    install -d $DESTDIR/usr/share/bash-completion/completions
-    install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh
-}

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

* Re: wee-slack: Update to 2.7.0
  2021-02-25 14:46 [PR PATCH] wee-slack: Update to 2.7.0 ElDifinitivo
@ 2021-02-25 14:55 ` ericonr
  2021-02-25 14:55 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-25 14:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29050#issuecomment-785957336

Comment:
Hi! I believe you need to rebase these commits in order to have a single commit for the package. I can rebase them locally if you prefer, let me know.

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

* Re: wee-slack: Update to 2.7.0
  2021-02-25 14:46 [PR PATCH] wee-slack: Update to 2.7.0 ElDifinitivo
  2021-02-25 14:55 ` ericonr
@ 2021-02-25 14:55 ` ericonr
  2021-02-25 14:55 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-25 14:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29050#issuecomment-785957336

Comment:
Hi! You need to rebase these commits in order to have a single commit for the package. I can rebase them locally if you prefer, let me know.

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

* Re: wee-slack: Update to 2.7.0
  2021-02-25 14:46 [PR PATCH] wee-slack: Update to 2.7.0 ElDifinitivo
  2021-02-25 14:55 ` ericonr
  2021-02-25 14:55 ` ericonr
@ 2021-02-25 14:55 ` ericonr
  2021-02-25 18:13 ` ElDifinitivo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-25 14:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29050#issuecomment-785957336

Comment:
Hi! You need to rebase and squash these commits in order to have a single commit for the package. I can rebase them locally if you prefer, let me know.

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

* Re: wee-slack: Update to 2.7.0
  2021-02-25 14:46 [PR PATCH] wee-slack: Update to 2.7.0 ElDifinitivo
                   ` (2 preceding siblings ...)
  2021-02-25 14:55 ` ericonr
@ 2021-02-25 18:13 ` ElDifinitivo
  2021-02-25 18:37 ` ericonr
  2021-02-25 18:37 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ElDifinitivo @ 2021-02-25 18:13 UTC (permalink / raw)
  To: ml

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

New comment by ElDifinitivo on void-packages repository

https://github.com/void-linux/void-packages/pull/29050#issuecomment-786100480

Comment:
Could you rebase locally please? I did all the work in the master branch accidentally without thinking and ended up a mess. I'm usually the only one working on side-projects so I've formed bad habits with git

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

* Re: wee-slack: Update to 2.7.0
  2021-02-25 14:46 [PR PATCH] wee-slack: Update to 2.7.0 ElDifinitivo
                   ` (3 preceding siblings ...)
  2021-02-25 18:13 ` ElDifinitivo
@ 2021-02-25 18:37 ` ericonr
  2021-02-25 18:37 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-25 18:37 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29050#issuecomment-786115672

Comment:
Pushed in d36b4947d9b487c1a06fb9872ad8dd77df3ea3d8

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

* Re: [PR PATCH] [Closed]: wee-slack: Update to 2.7.0
  2021-02-25 14:46 [PR PATCH] wee-slack: Update to 2.7.0 ElDifinitivo
                   ` (4 preceding siblings ...)
  2021-02-25 18:37 ` ericonr
@ 2021-02-25 18:37 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-25 18:37 UTC (permalink / raw)
  To: ml

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

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

wee-slack: Update to 2.7.0
https://github.com/void-linux/void-packages/pull/29050

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

#### General
- [ ] 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:[~2021-02-25 18:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 14:46 [PR PATCH] wee-slack: Update to 2.7.0 ElDifinitivo
2021-02-25 14:55 ` ericonr
2021-02-25 14:55 ` ericonr
2021-02-25 14:55 ` ericonr
2021-02-25 18:13 ` ElDifinitivo
2021-02-25 18:37 ` ericonr
2021-02-25 18:37 ` [PR PATCH] [Closed]: " ericonr

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