Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added package athena-jot
@ 2022-02-25 18:08 Mellowchan
  2022-02-25 18:17 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mellowchan @ 2022-02-25 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Mellowchan/void-packages master
https://github.com/void-linux/void-packages/pull/35844

Added package athena-jot
#### Testing the changes
- I tested the changes in this PR: YES

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


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

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

From 75fd655ee0be5831015eab0dc5e34b4dccb775ff Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 17:58:28 +0100
Subject: [PATCH 1/8] New package: athena-jot-9.0

---
 srcpkgs/athena-jot/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/athena-jot/template

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
new file mode 100644
index 000000000000..7373b84b3d94
--- /dev/null
+++ b/srcpkgs/athena-jot/template
@@ -0,0 +1,19 @@
+# Template file for 'jot'
+pkgname=athena-jot
+version=9.0
+revision=1
+short_desc="BSD sequencing tool"
+maintainer="Mellowlink <mail@malisek.org>"
+license="BSD-4-clause"
+homepage="https://packages.debian.org/source/stable/athena-jot"
+distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz"
+checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
+
+do_build() {
+	sh configure
+	make
+}
+
+do_install() {
+	make PREFIX=/usr DESTDIR=$DESTDIR install
+}

From 3d1f18898d0c678f2f2831876d19002d9a6e8449 Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:00:25 +0100
Subject: [PATCH 2/8] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 7373b84b3d94..2035d6e74903 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -15,5 +15,5 @@ do_build() {
 }
 
 do_install() {
-	make PREFIX=/usr DESTDIR=$DESTDIR install
+	make install
 }

From b8220b7625a05ff7b6f58b848451ac3e3875552d Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:11:10 +0100
Subject: [PATCH 3/8] athena-jot: update to 9.0.

---
 srcpkgs/athena-jot/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 2035d6e74903..655cd66db549 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -10,7 +10,8 @@ distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${vers
 checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
 
 do_build() {
-	sh configure
+	./configure
+	sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
 	make
 }
 

From b7fdd21df6fa638d429ec42388cd23636898d31d Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:19:52 +0100
Subject: [PATCH 4/8] athena-jot: update to 9.0.

---
 srcpkgs/athena-jot/template | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 655cd66db549..14e8ebb72ad6 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -2,6 +2,8 @@
 pkgname=athena-jot
 version=9.0
 revision=1
+build_style=configure
+configure_args="--prefix=/usr"
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"
@@ -9,12 +11,12 @@ homepage="https://packages.debian.org/source/stable/athena-jot"
 distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz"
 checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
 
-do_build() {
-	./configure
-	sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
-	make
-}
-
-do_install() {
-	make install
-}
+#do_build() {
+#	#./configure
+#	#sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
+#	make
+#}
+#
+#do_install() {
+#	make install
+#}

From 1fb3ed3697d154a766179a97a6d107b19a56c8b2 Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:21:15 +0100
Subject: [PATCH 5/8] athena-jot: update to 9.0.

---
 srcpkgs/athena-jot/template | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 14e8ebb72ad6..76730b6893c5 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -10,13 +10,3 @@ license="BSD-4-clause"
 homepage="https://packages.debian.org/source/stable/athena-jot"
 distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz"
 checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
-
-#do_build() {
-#	#./configure
-#	#sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
-#	make
-#}
-#
-#do_install() {
-#	make install
-#}

From b9ffdd94f067f6e1fe319a2d3fba57ad534af1cc Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:23:13 +0100
Subject: [PATCH 6/8] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 76730b6893c5..7f867c31a052 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -3,7 +3,7 @@ pkgname=athena-jot
 version=9.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr"
+configure_args=--prefix=/usr
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"

From e0cece0b249db6cb3f94bc372e25e48f55649f1a Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:32:37 +0100
Subject: [PATCH 7/8] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 7f867c31a052..76730b6893c5 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -3,7 +3,7 @@ pkgname=athena-jot
 version=9.0
 revision=1
 build_style=configure
-configure_args=--prefix=/usr
+configure_args="--prefix=/usr"
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"

From 48f59da5682bf7597b608079680aecec8712fc4d Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:45:52 +0100
Subject: [PATCH 8/8] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 76730b6893c5..719e1c0d46f3 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -3,7 +3,7 @@ pkgname=athena-jot
 version=9.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr"
+configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"

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

* Re: Added package athena-jot
  2022-02-25 18:08 [PR PATCH] Added package athena-jot Mellowchan
@ 2022-02-25 18:17 ` classabbyamp
  2022-02-25 18:24 ` [PR PATCH] [Updated] " Mellowchan
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-02-25 18:17 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/35844#issuecomment-1051085395

Comment:
the executable `jot` already exists in the package [outils](https://github.com/void-linux/void-packages/blob/master/srcpkgs/outils/template). I think it may be the same software, but if it isn't you'll need to set up `alternatives` or `conflicts`.

Also, please compress your commits into one (https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes)

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

* Re: [PR PATCH] [Updated] Added package athena-jot
  2022-02-25 18:08 [PR PATCH] Added package athena-jot Mellowchan
  2022-02-25 18:17 ` classabbyamp
@ 2022-02-25 18:24 ` Mellowchan
  2022-02-25 18:34 ` Mellowchan
  2022-02-25 18:35 ` [PR PATCH] [Closed]: " Mellowchan
  3 siblings, 0 replies; 5+ messages in thread
From: Mellowchan @ 2022-02-25 18:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Mellowchan/void-packages master
https://github.com/void-linux/void-packages/pull/35844

Added package athena-jot
#### Testing the changes
- I tested the changes in this PR: YES

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


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

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

From 75fd655ee0be5831015eab0dc5e34b4dccb775ff Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 17:58:28 +0100
Subject: [PATCH 1/9] New package: athena-jot-9.0

---
 srcpkgs/athena-jot/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/athena-jot/template

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
new file mode 100644
index 000000000000..7373b84b3d94
--- /dev/null
+++ b/srcpkgs/athena-jot/template
@@ -0,0 +1,19 @@
+# Template file for 'jot'
+pkgname=athena-jot
+version=9.0
+revision=1
+short_desc="BSD sequencing tool"
+maintainer="Mellowlink <mail@malisek.org>"
+license="BSD-4-clause"
+homepage="https://packages.debian.org/source/stable/athena-jot"
+distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz"
+checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
+
+do_build() {
+	sh configure
+	make
+}
+
+do_install() {
+	make PREFIX=/usr DESTDIR=$DESTDIR install
+}

From 3d1f18898d0c678f2f2831876d19002d9a6e8449 Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:00:25 +0100
Subject: [PATCH 2/9] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 7373b84b3d94..2035d6e74903 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -15,5 +15,5 @@ do_build() {
 }
 
 do_install() {
-	make PREFIX=/usr DESTDIR=$DESTDIR install
+	make install
 }

From b8220b7625a05ff7b6f58b848451ac3e3875552d Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:11:10 +0100
Subject: [PATCH 3/9] athena-jot: update to 9.0.

---
 srcpkgs/athena-jot/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 2035d6e74903..655cd66db549 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -10,7 +10,8 @@ distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${vers
 checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
 
 do_build() {
-	sh configure
+	./configure
+	sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
 	make
 }
 

From b7fdd21df6fa638d429ec42388cd23636898d31d Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:19:52 +0100
Subject: [PATCH 4/9] athena-jot: update to 9.0.

---
 srcpkgs/athena-jot/template | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 655cd66db549..14e8ebb72ad6 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -2,6 +2,8 @@
 pkgname=athena-jot
 version=9.0
 revision=1
+build_style=configure
+configure_args="--prefix=/usr"
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"
@@ -9,12 +11,12 @@ homepage="https://packages.debian.org/source/stable/athena-jot"
 distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz"
 checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
 
-do_build() {
-	./configure
-	sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
-	make
-}
-
-do_install() {
-	make install
-}
+#do_build() {
+#	#./configure
+#	#sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
+#	make
+#}
+#
+#do_install() {
+#	make install
+#}

From 1fb3ed3697d154a766179a97a6d107b19a56c8b2 Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:21:15 +0100
Subject: [PATCH 5/9] athena-jot: update to 9.0.

---
 srcpkgs/athena-jot/template | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 14e8ebb72ad6..76730b6893c5 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -10,13 +10,3 @@ license="BSD-4-clause"
 homepage="https://packages.debian.org/source/stable/athena-jot"
 distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz"
 checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb
-
-#do_build() {
-#	#./configure
-#	#sed -i 's/prefix=\/usr\/local/prefix=\/usr/' Makefile
-#	make
-#}
-#
-#do_install() {
-#	make install
-#}

From b9ffdd94f067f6e1fe319a2d3fba57ad534af1cc Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:23:13 +0100
Subject: [PATCH 6/9] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 76730b6893c5..7f867c31a052 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -3,7 +3,7 @@ pkgname=athena-jot
 version=9.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr"
+configure_args=--prefix=/usr
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"

From e0cece0b249db6cb3f94bc372e25e48f55649f1a Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:32:37 +0100
Subject: [PATCH 7/9] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 7f867c31a052..76730b6893c5 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -3,7 +3,7 @@ pkgname=athena-jot
 version=9.0
 revision=1
 build_style=configure
-configure_args=--prefix=/usr
+configure_args="--prefix=/usr"
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"

From 48f59da5682bf7597b608079680aecec8712fc4d Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 18:45:52 +0100
Subject: [PATCH 8/9] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 76730b6893c5..719e1c0d46f3 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -3,7 +3,7 @@ pkgname=athena-jot
 version=9.0
 revision=1
 build_style=configure
-configure_args="--prefix=/usr"
+configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
 license="BSD-4-clause"

From 58b87277174255ecd7851dd184bd88349594e35f Mon Sep 17 00:00:00 2001
From: Mellowlink <mail@malisek.org>
Date: Fri, 25 Feb 2022 19:23:25 +0100
Subject: [PATCH 9/9] athena-jot: update to 9.0.

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

diff --git a/srcpkgs/athena-jot/template b/srcpkgs/athena-jot/template
index 719e1c0d46f3..f2e99f5ab8b0 100644
--- a/srcpkgs/athena-jot/template
+++ b/srcpkgs/athena-jot/template
@@ -1,4 +1,4 @@
-# Template file for 'jot'
+# Template file for 'athena-jot'
 pkgname=athena-jot
 version=9.0
 revision=1
@@ -6,7 +6,7 @@ build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man"
 short_desc="BSD sequencing tool"
 maintainer="Mellowlink <mail@malisek.org>"
-license="BSD-4-clause"
+license="BSD-4-Clause"
 homepage="https://packages.debian.org/source/stable/athena-jot"
 distfiles="http://deb.debian.org/debian/pool/main/a/athena-jot/athena-jot_${version}.orig.tar.gz"
 checksum=22ca01f5856d3792aed8fb3ca7d742901d9c43bf4e928dfffd6e7b81abba71fb

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

* Re: Added package athena-jot
  2022-02-25 18:08 [PR PATCH] Added package athena-jot Mellowchan
  2022-02-25 18:17 ` classabbyamp
  2022-02-25 18:24 ` [PR PATCH] [Updated] " Mellowchan
@ 2022-02-25 18:34 ` Mellowchan
  2022-02-25 18:35 ` [PR PATCH] [Closed]: " Mellowchan
  3 siblings, 0 replies; 5+ messages in thread
From: Mellowchan @ 2022-02-25 18:34 UTC (permalink / raw)
  To: ml

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

New comment by Mellowchan on void-packages repository

https://github.com/void-linux/void-packages/pull/35844#issuecomment-1051097652

Comment:
Yes. it is the same software. close the request

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

* Re: [PR PATCH] [Closed]: Added package athena-jot
  2022-02-25 18:08 [PR PATCH] Added package athena-jot Mellowchan
                   ` (2 preceding siblings ...)
  2022-02-25 18:34 ` Mellowchan
@ 2022-02-25 18:35 ` Mellowchan
  3 siblings, 0 replies; 5+ messages in thread
From: Mellowchan @ 2022-02-25 18:35 UTC (permalink / raw)
  To: ml

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

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

Added package athena-jot
https://github.com/void-linux/void-packages/pull/35844

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

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


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

end of thread, other threads:[~2022-02-25 18:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 18:08 [PR PATCH] Added package athena-jot Mellowchan
2022-02-25 18:17 ` classabbyamp
2022-02-25 18:24 ` [PR PATCH] [Updated] " Mellowchan
2022-02-25 18:34 ` Mellowchan
2022-02-25 18:35 ` [PR PATCH] [Closed]: " Mellowchan

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