Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: howl-0.6
@ 2020-05-07 11:15 reback00
  2020-05-07 11:26 ` [PR PATCH] [Updated] " reback00
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 11:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages howl-branch
https://github.com/void-linux/void-packages/pull/21717

New package: howl-0.6
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

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

From 988187c91f29321119fdbfb6bef1e726ada19775 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Thu, 7 May 2020 17:10:50 +0600
Subject: [PATCH] New package: howl-0.6

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

diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template
new file mode 100644
index 00000000000..8759d789010
--- /dev/null
+++ b/srcpkgs/howl/template
@@ -0,0 +1,21 @@
+# Template file for 'howl'
+pkgname=howl
+version=0.6
+revision=1
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wget gcc pkg-config"
+makedepends="gtk+3-devel"
+depends="gtk+3"
+short_desc="Lightweight and fully customizable general purpose editor"
+maintainer="reback00 <reback00@protonmail.com>"
+license="MIT"
+homepage="http://howl.io/"
+distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
+checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
+python_version="3"
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
@ 2020-05-07 11:26 ` reback00
  2020-05-07 11:46 ` reback00
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 11:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages howl-branch
https://github.com/void-linux/void-packages/pull/21717

New package: howl-0.6
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

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

From c74976a438d50f41a8df9f8d06aa4a92ee997915 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Thu, 7 May 2020 17:10:50 +0600
Subject: [PATCH] New package: howl-0.6

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

diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template
new file mode 100644
index 00000000000..cd89d339d77
--- /dev/null
+++ b/srcpkgs/howl/template
@@ -0,0 +1,20 @@
+# Template file for 'howl'
+pkgname=howl
+version=0.6
+revision=1
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wget gcc pkg-config gtk+3-devel"
+depends="gtk+3"
+short_desc="Lightweight and fully customizable general purpose editor"
+maintainer="reback00 <reback00@protonmail.com>"
+license="MIT"
+homepage="http://howl.io/"
+distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
+checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
+python_version="3"
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
  2020-05-07 11:26 ` [PR PATCH] [Updated] " reback00
@ 2020-05-07 11:46 ` reback00
  2020-05-07 12:12 ` reback00
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 11:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages howl-branch
https://github.com/void-linux/void-packages/pull/21717

New package: howl-0.6
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

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

From 899025c853e19ba14c582f9b1a59a5f6eb323f76 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Thu, 7 May 2020 17:10:50 +0600
Subject: [PATCH] New package: howl-0.6

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

diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template
new file mode 100644
index 00000000000..dbd44341f1f
--- /dev/null
+++ b/srcpkgs/howl/template
@@ -0,0 +1,21 @@
+# Template file for 'howl'
+pkgname=howl
+version=0.6
+revision=1
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wget gcc pkg-config gtk+3"
+makedepends="gtk+3-devel"
+depends="gtk+3"
+short_desc="Lightweight and fully customizable general purpose editor"
+maintainer="reback00 <reback00@protonmail.com>"
+license="MIT"
+homepage="http://howl.io/"
+distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
+checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
+python_version="3"
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
  2020-05-07 11:26 ` [PR PATCH] [Updated] " reback00
  2020-05-07 11:46 ` reback00
@ 2020-05-07 12:12 ` reback00
  2020-05-07 12:23 ` reback00
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages howl-branch
https://github.com/void-linux/void-packages/pull/21717

New package: howl-0.6
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

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

From 79546be174a3178a50bbe361f3dfe312ab35e2a9 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Thu, 7 May 2020 17:10:50 +0600
Subject: [PATCH] New package: howl-0.6

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

diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template
new file mode 100644
index 00000000000..13335e3088b
--- /dev/null
+++ b/srcpkgs/howl/template
@@ -0,0 +1,26 @@
+# Template file for 'howl'
+pkgname=howl
+version=0.6
+revision=1
+archs="i686 x86_64 x86_64-musl"
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wget gcc pkg-config gtk+3 setconf"
+makedepends="gtk+3-devel"
+depends="gtk+3"
+short_desc="Lightweight and fully customizable general purpose editor"
+maintainer="reback00 <reback00@protonmail.com>"
+license="MIT"
+homepage="http://howl.io/"
+distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
+checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
+python_version="3"
+
+pre_install() {
+	setconf Makefile "CFLAGS = -Wall -O2 -g "'$(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX) '"$CFLAGS"
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
                   ` (2 preceding siblings ...)
  2020-05-07 12:12 ` reback00
@ 2020-05-07 12:23 ` reback00
  2020-05-07 12:29 ` reback00
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 12:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages howl-branch
https://github.com/void-linux/void-packages/pull/21717

New package: howl-0.6
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

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

From 3babbe9072d52a400c53e23bde79ea9b5aa78aeb Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Thu, 7 May 2020 17:10:50 +0600
Subject: [PATCH] New package: howl-0.6

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

diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template
new file mode 100644
index 00000000000..36395ca8d6b
--- /dev/null
+++ b/srcpkgs/howl/template
@@ -0,0 +1,25 @@
+# Template file for 'howl'
+pkgname=howl
+version=0.6
+revision=1
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wget gcc pkg-config gtk+3 setconf"
+makedepends="gtk+3-devel"
+depends="gtk+3"
+short_desc="Lightweight and fully customizable general purpose editor"
+maintainer="reback00 <reback00@protonmail.com>"
+license="MIT"
+homepage="http://howl.io/"
+distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
+checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
+python_version="3"
+
+pre_install() {
+	setconf Makefile "CFLAGS = -Wall -O2 -g "'$(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX) '"$CFLAGS"
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
                   ` (3 preceding siblings ...)
  2020-05-07 12:23 ` reback00
@ 2020-05-07 12:29 ` reback00
  2020-05-07 12:33 ` reback00
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages howl-branch
https://github.com/void-linux/void-packages/pull/21717

New package: howl-0.6
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

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

From 3d570e7a9177268f89cc3708b182c67f33885c8d Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Thu, 7 May 2020 17:10:50 +0600
Subject: [PATCH] New package: howl-0.6

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

diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template
new file mode 100644
index 00000000000..13335e3088b
--- /dev/null
+++ b/srcpkgs/howl/template
@@ -0,0 +1,26 @@
+# Template file for 'howl'
+pkgname=howl
+version=0.6
+revision=1
+archs="i686 x86_64 x86_64-musl"
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wget gcc pkg-config gtk+3 setconf"
+makedepends="gtk+3-devel"
+depends="gtk+3"
+short_desc="Lightweight and fully customizable general purpose editor"
+maintainer="reback00 <reback00@protonmail.com>"
+license="MIT"
+homepage="http://howl.io/"
+distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
+checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
+python_version="3"
+
+pre_install() {
+	setconf Makefile "CFLAGS = -Wall -O2 -g "'$(LUAJIT_CFLAGS) $(GTK_CFLAGS) -DHOWL_PREFIX=$(PREFIX) '"$CFLAGS"
+}
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
                   ` (4 preceding siblings ...)
  2020-05-07 12:29 ` reback00
@ 2020-05-07 12:33 ` reback00
  2020-05-07 12:33 ` reback00
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 12:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages howl-branch
https://github.com/void-linux/void-packages/pull/21717

New package: howl-0.6
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

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

From 95a2bc8dcd9d6636b7ecff5bc42bf1a5c6eab9cf Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Thu, 7 May 2020 17:10:50 +0600
Subject: [PATCH] New package: howl-0.6

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

diff --git a/srcpkgs/howl/template b/srcpkgs/howl/template
new file mode 100644
index 00000000000..6543611e8be
--- /dev/null
+++ b/srcpkgs/howl/template
@@ -0,0 +1,22 @@
+# Template file for 'howl'
+pkgname=howl
+version=0.6
+revision=1
+archs="i686 x86_64 x86_64-musl"
+build_wrksrc=src
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wget gcc pkg-config gtk+3"
+makedepends="gtk+3-devel"
+depends="gtk+3"
+short_desc="Lightweight and fully customizable general purpose editor"
+maintainer="reback00 <reback00@protonmail.com>"
+license="MIT"
+homepage="http://howl.io/"
+distfiles="https://github.com/howl-editor/howl/releases/download/${version}/howl-${version}.tgz"
+checksum=834b06e423d360c97197e7abec99b623fdc5ed3a0c39b88d6467e499074585e1
+python_version="3"
+
+post_install() {
+	vlicense ../LICENSE.md
+}

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

* Re: New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
                   ` (5 preceding siblings ...)
  2020-05-07 12:33 ` reback00
@ 2020-05-07 12:33 ` reback00
  2021-11-06 22:30 ` abenson
  2021-11-06 22:30 ` [PR PATCH] [Closed]: " abenson
  8 siblings, 0 replies; 10+ messages in thread
From: reback00 @ 2020-05-07 12:33 UTC (permalink / raw)
  To: ml

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

New comment by reback00 on void-packages repository

https://github.com/void-linux/void-packages/pull/21717#issuecomment-625227438

Comment:
Does anyone know what I can do to solve this?
```
...
/usr/lib/gcc/aarch64-linux-gnu/9.3.0/../../../../aarch64-linux-gnu/bin/ld: deps/lpeg-0.10.2/lpeg.o: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make: *** [Makefile:44: howl] Error 1
=> ERROR: howl-0.6_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-makefile.sh:14
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
...
```
[Job log](https://travis-ci.org/github/void-linux/void-packages/jobs/684238158)

This is causing me to fail in `aarch64` and `arm` builds.

In the meanwhile limiting builds with `archs`.

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

* Re: New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
                   ` (6 preceding siblings ...)
  2020-05-07 12:33 ` reback00
@ 2021-11-06 22:30 ` abenson
  2021-11-06 22:30 ` [PR PATCH] [Closed]: " abenson
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-11-06 22:30 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21717#issuecomment-962518313

Comment:
Seemingly abandoned.

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

* Re: [PR PATCH] [Closed]: New package: howl-0.6
  2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
                   ` (7 preceding siblings ...)
  2021-11-06 22:30 ` abenson
@ 2021-11-06 22:30 ` abenson
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2021-11-06 22:30 UTC (permalink / raw)
  To: ml

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

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

New package: howl-0.6
https://github.com/void-linux/void-packages/pull/21717

Description:
"Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript."

https://github.com/howl-editor/howl \
http://howl.io/

It's in the Arch Linux Community repo. Hope it's useful for Void users too.

It was requested [here](https://github.com/void-linux/void-packages/issues/21583).

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

end of thread, other threads:[~2021-11-06 22:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 11:15 [PR PATCH] New package: howl-0.6 reback00
2020-05-07 11:26 ` [PR PATCH] [Updated] " reback00
2020-05-07 11:46 ` reback00
2020-05-07 12:12 ` reback00
2020-05-07 12:23 ` reback00
2020-05-07 12:29 ` reback00
2020-05-07 12:33 ` reback00
2020-05-07 12:33 ` reback00
2021-11-06 22:30 ` abenson
2021-11-06 22:30 ` [PR PATCH] [Closed]: " abenson

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