Github messages for voidlinux
 help / color / mirror / Atom feed
From: ElDifinitivo <ElDifinitivo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] wee-slack: Update to 2.7.0
Date: Thu, 25 Feb 2021 15:46:51 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29050@inbox.vuxu.org> (raw)

[-- 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
-}

             reply	other threads:[~2021-02-25 14:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 14:46 ElDifinitivo [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29050@inbox.vuxu.org \
    --to=eldifinitivo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).