Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Drawing
@ 2022-05-16 12:52 mrkcee
  2022-05-16 19:23 ` [PR REVIEW] New package: drawing-1.0.1 classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mrkcee @ 2022-05-16 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mrkcee/void-packages drawing
https://github.com/void-linux/void-packages/pull/37153

Drawing
#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (X86_64-GLIBC)



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

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

From d9c292cdd61c670ee3d46fb14f0d451d09b15201 Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:16:54 +0800
Subject: [PATCH 1/3] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..608c6a8acd5c
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,16 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+wrksrc=drawing-$version
+build_style=meson
+build_helper=gir
+hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext"
+makedepends="libglib-devel gtk+3-devel"
+depends="python3-gobject python3-cairo"
+short_desc="Simple image editor, similar to Microsoft Paint, for GNOME desktop."
+maintainer="mrkcee <markz_a@yahoo.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/maoschanz/drawing"
+distfiles="$homepage/archive/refs/tags/${version}.tar.gz"
+checksum=778367337e8d54a95898402bf39bcc5a310470f901821f41ae2c2625fba57a60

From 5b5fb7593a3f5cb51edddc242fd4493708abdbfe Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:38:32 +0800
Subject: [PATCH 2/3] New package: drawing-1.0.1

---
 srcpkgs/drawing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
index 608c6a8acd5c..d1c144f05968 100644
--- a/srcpkgs/drawing/template
+++ b/srcpkgs/drawing/template
@@ -13,4 +13,4 @@ maintainer="mrkcee <markz_a@yahoo.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/maoschanz/drawing"
 distfiles="$homepage/archive/refs/tags/${version}.tar.gz"
-checksum=778367337e8d54a95898402bf39bcc5a310470f901821f41ae2c2625fba57a60
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f

From e65775425d31004874581aa586e4678098d3ae49 Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:46:53 +0800
Subject: [PATCH 3/3] New package: drawing-1.0.1

---
 srcpkgs/drawing/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
index d1c144f05968..bb721c1eb285 100644
--- a/srcpkgs/drawing/template
+++ b/srcpkgs/drawing/template
@@ -5,7 +5,7 @@ revision=1
 wrksrc=drawing-$version
 build_style=meson
 build_helper=gir
-hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext"
+hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext itstool"
 makedepends="libglib-devel gtk+3-devel"
 depends="python3-gobject python3-cairo"
 short_desc="Simple image editor, similar to Microsoft Paint, for GNOME desktop."

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

* Re: [PR REVIEW] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
@ 2022-05-16 19:23 ` classabbyamp
  2022-05-16 19:23 ` classabbyamp
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-05-16 19:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#discussion_r874074549

Comment:
this is the default value, it does not need to be specified

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

* Re: [PR REVIEW] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
  2022-05-16 19:23 ` [PR REVIEW] New package: drawing-1.0.1 classabbyamp
@ 2022-05-16 19:23 ` classabbyamp
  2022-05-16 19:23 ` classabbyamp
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-05-16 19:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#discussion_r874074743

Comment:
expand `$homepage` here

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

* Re: [PR REVIEW] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
  2022-05-16 19:23 ` [PR REVIEW] New package: drawing-1.0.1 classabbyamp
  2022-05-16 19:23 ` classabbyamp
@ 2022-05-16 19:23 ` classabbyamp
  2022-05-16 19:24 ` classabbyamp
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-05-16 19:23 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#discussion_r874078881

Comment:
[from what I can see](https://github.com/maoschanz/drawing/search?q=any+later), this should be `GPL-3.0-or-later`

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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (2 preceding siblings ...)
  2022-05-16 19:23 ` classabbyamp
@ 2022-05-16 19:24 ` classabbyamp
  2022-05-17 12:51 ` [PR PATCH] [Updated] " mrkcee
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2022-05-16 19:24 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1128049281

Comment:
also, please squash this into one commit

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

* Re: [PR PATCH] [Updated] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (3 preceding siblings ...)
  2022-05-16 19:24 ` classabbyamp
@ 2022-05-17 12:51 ` mrkcee
  2022-05-17 12:54 ` mrkcee
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mrkcee @ 2022-05-17 12:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mrkcee/void-packages drawing
https://github.com/void-linux/void-packages/pull/37153

New package: drawing-1.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (X86_64-GLIBC)



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

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

From 615b020723a5b40af2fe88bb255767da4b1c42c6 Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:16:54 +0800
Subject: [PATCH] New package: drawing-1.0.1

New package: drawing-1.0.1

New package: drawing-1.0.1

PR comments resolution
New package: drawing-1.0.1
---
 srcpkgs/drawing/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/drawing/template

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..57ae62a574ad
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,15 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext itstool"
+makedepends="libglib-devel gtk+3-devel"
+depends="python3-gobject python3-cairo"
+short_desc="Simple image editor, similar to Microsoft Paint, for GNOME desktop."
+maintainer="mrkcee <markz_a@yahoo.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/maoschanz/drawing"
+distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f

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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (4 preceding siblings ...)
  2022-05-17 12:51 ` [PR PATCH] [Updated] " mrkcee
@ 2022-05-17 12:54 ` mrkcee
  2022-05-19 15:16 ` [PR PATCH] [Updated] " mrkcee
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mrkcee @ 2022-05-17 12:54 UTC (permalink / raw)
  To: ml

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

New comment by mrkcee on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1128833315

Comment:
@classabbyamp PR comments are resolved

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

* Re: [PR PATCH] [Updated] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (5 preceding siblings ...)
  2022-05-17 12:54 ` mrkcee
@ 2022-05-19 15:16 ` mrkcee
  2022-05-19 15:17 ` mrkcee
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mrkcee @ 2022-05-19 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mrkcee/void-packages drawing
https://github.com/void-linux/void-packages/pull/37153

New package: drawing-1.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (X86_64-GLIBC)



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

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

From 2ae2bbea41fc2cf4d622194bbf3dc89a1ad2d418 Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:16:54 +0800
Subject: [PATCH] New package: drawing-1.0.1

New package: drawing-1.0.1

New package: drawing-1.0.1

PR comments resolution
New package: drawing-1.0.1

Removed period at the end of description
New package: drawing-1.0.1
---
 srcpkgs/drawing/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/drawing/template

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..236b374a561e
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,15 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext itstool"
+makedepends="libglib-devel gtk+3-devel"
+depends="python3-gobject python3-cairo"
+short_desc="Simple image editor, similar to Microsoft Paint, for GNOME desktop"
+maintainer="mrkcee <markz_a@yahoo.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/maoschanz/drawing"
+distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f

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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (6 preceding siblings ...)
  2022-05-19 15:16 ` [PR PATCH] [Updated] " mrkcee
@ 2022-05-19 15:17 ` mrkcee
  2022-05-23  6:32 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mrkcee @ 2022-05-19 15:17 UTC (permalink / raw)
  To: ml

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

New comment by mrkcee on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1131857477

Comment:
Removed period in description based on linter error

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

* Re: [PR REVIEW] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (7 preceding siblings ...)
  2022-05-19 15:17 ` mrkcee
@ 2022-05-23  6:32 ` paper42
  2022-05-24 14:13 ` [PR PATCH] [Updated] " mrkcee
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-05-23  6:32 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#discussion_r879067460

Comment:
at least gtk is missing from depends

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

* Re: [PR PATCH] [Updated] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (8 preceding siblings ...)
  2022-05-23  6:32 ` [PR REVIEW] " paper42
@ 2022-05-24 14:13 ` mrkcee
  2022-05-24 14:14 ` [PR REVIEW] " mrkcee
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mrkcee @ 2022-05-24 14:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mrkcee/void-packages drawing
https://github.com/void-linux/void-packages/pull/37153

New package: drawing-1.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (X86_64-GLIBC)



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

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

From a54e52e70e0898b7f7855728594f2b72d398c098 Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:16:54 +0800
Subject: [PATCH] New package: drawing-1.0.1

New package: drawing-1.0.1

New package: drawing-1.0.1

PR comments resolution
New package: drawing-1.0.1

Removed period at the end of description
New package: drawing-1.0.1

Added gtk+3 to depends
New package: drawing-1.0.1
---
 srcpkgs/drawing/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/drawing/template

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..0f548c2b9cd9
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,15 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+build_style=meson
+build_helper=gir
+hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext itstool"
+makedepends="libglib-devel gtk+3-devel"
+depends="python3-gobject python3-cairo gtk+3"
+short_desc="Simple image editor, similar to Microsoft Paint, for GNOME desktop"
+maintainer="mrkcee <markz_a@yahoo.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/maoschanz/drawing"
+distfiles="https://github.com/maoschanz/drawing/archive/refs/tags/${version}.tar.gz"
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f

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

* Re: [PR REVIEW] New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (9 preceding siblings ...)
  2022-05-24 14:13 ` [PR PATCH] [Updated] " mrkcee
@ 2022-05-24 14:14 ` mrkcee
  2022-08-29  2:14 ` github-actions
  2022-09-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: mrkcee @ 2022-05-24 14:14 UTC (permalink / raw)
  To: ml

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

New review comment by mrkcee on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#discussion_r880569023

Comment:
Added gtk+3

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

* Re: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (10 preceding siblings ...)
  2022-05-24 14:14 ` [PR REVIEW] " mrkcee
@ 2022-08-29  2:14 ` github-actions
  2022-09-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-08-29  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37153#issuecomment-1229666535

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: drawing-1.0.1
  2022-05-16 12:52 [PR PATCH] Drawing mrkcee
                   ` (11 preceding siblings ...)
  2022-08-29  2:14 ` github-actions
@ 2022-09-12  2:15 ` github-actions
  12 siblings, 0 replies; 14+ messages in thread
From: github-actions @ 2022-09-12  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: drawing-1.0.1
https://github.com/void-linux/void-packages/pull/37153

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture (X86_64-GLIBC)



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

end of thread, other threads:[~2022-09-12  2:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 12:52 [PR PATCH] Drawing mrkcee
2022-05-16 19:23 ` [PR REVIEW] New package: drawing-1.0.1 classabbyamp
2022-05-16 19:23 ` classabbyamp
2022-05-16 19:23 ` classabbyamp
2022-05-16 19:24 ` classabbyamp
2022-05-17 12:51 ` [PR PATCH] [Updated] " mrkcee
2022-05-17 12:54 ` mrkcee
2022-05-19 15:16 ` [PR PATCH] [Updated] " mrkcee
2022-05-19 15:17 ` mrkcee
2022-05-23  6:32 ` [PR REVIEW] " paper42
2022-05-24 14:13 ` [PR PATCH] [Updated] " mrkcee
2022-05-24 14:14 ` [PR REVIEW] " mrkcee
2022-08-29  2:14 ` github-actions
2022-09-12  2:15 ` [PR PATCH] [Closed]: " github-actions

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