Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tio-1.40
@ 2022-06-20  6:47 0x5c
  2022-06-20 16:29 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: 0x5c @ 2022-06-20  6:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages tio
https://github.com/void-linux/void-packages/pull/37619

New package: tio-1.40
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, (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/37619.patch is attached

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

From 5c8c9f0371e81b6d444aff7fcf125c5e0164ba0a Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 18 Jun 2022 20:03:59 -0400
Subject: [PATCH] New package: tio-1.40

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

diff --git a/srcpkgs/tio/template b/srcpkgs/tio/template
new file mode 100644
index 000000000000..c7be988567c0
--- /dev/null
+++ b/srcpkgs/tio/template
@@ -0,0 +1,17 @@
+# Template file for 'tio'
+pkgname=tio
+version=1.40
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="inih-devel"
+short_desc="Simple serial device I/O tool"
+maintainer="0x5c <dev@0x5c.io>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/tio/tio"
+distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
+checksum=1fe3631b9236155818cdb9bac28435499a3701a97b193c5165275952c9f56da5
+
+post_install() {
+	vcompletion "build/src/bash-completion/tio" bash tio
+}

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

* Re: [PR REVIEW] New package: tio-1.40
  2022-06-20  6:47 [PR PATCH] New package: tio-1.40 0x5c
@ 2022-06-20 16:29 ` classabbyamp
  2022-06-20 18:43 ` [PR PATCH] [Updated] " 0x5c
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-06-20 16:29 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37619#discussion_r901843770

Comment:
can you add the [changelog](https://raw.githubusercontent.com/tio/tio/master/ChangeLog)?

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

* Re: [PR PATCH] [Updated] New package: tio-1.40
  2022-06-20  6:47 [PR PATCH] New package: tio-1.40 0x5c
  2022-06-20 16:29 ` [PR REVIEW] " classabbyamp
@ 2022-06-20 18:43 ` 0x5c
  2022-06-20 18:54 ` 0x5c
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: 0x5c @ 2022-06-20 18:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages tio
https://github.com/void-linux/void-packages/pull/37619

New package: tio-1.40
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, (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/37619.patch is attached

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

From c41af7772141bcb448511bfd0910394bdfa49ec0 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 18 Jun 2022 20:03:59 -0400
Subject: [PATCH] New package: tio-1.40

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

diff --git a/srcpkgs/tio/template b/srcpkgs/tio/template
new file mode 100644
index 000000000000..624be8dbdf5c
--- /dev/null
+++ b/srcpkgs/tio/template
@@ -0,0 +1,18 @@
+# Template file for 'tio'
+pkgname=tio
+version=1.40
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="inih-devel"
+short_desc="Simple serial device I/O tool"
+maintainer="0x5c <dev@0x5c.io>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/tio/tio"
+changelog="https://github.com/tio/tio/blob/master/ChangeLog"
+distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
+checksum=1fe3631b9236155818cdb9bac28435499a3701a97b193c5165275952c9f56da5
+
+post_install() {
+	vcompletion "build/src/bash-completion/tio" bash tio
+}

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

* Re: [PR PATCH] [Updated] New package: tio-1.40
  2022-06-20  6:47 [PR PATCH] New package: tio-1.40 0x5c
  2022-06-20 16:29 ` [PR REVIEW] " classabbyamp
  2022-06-20 18:43 ` [PR PATCH] [Updated] " 0x5c
@ 2022-06-20 18:54 ` 0x5c
  2022-06-27  1:56 ` 0x5c
  2022-06-28 22:33 ` [PR PATCH] [Closed]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: 0x5c @ 2022-06-20 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages tio
https://github.com/void-linux/void-packages/pull/37619

New package: tio-1.40
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, (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/37619.patch is attached

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

From 8d779d064cb9180392329fe65b897ca15e6e6f4e Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 18 Jun 2022 20:03:59 -0400
Subject: [PATCH] New package: tio-1.40

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

diff --git a/srcpkgs/tio/template b/srcpkgs/tio/template
new file mode 100644
index 000000000000..e06459cc5671
--- /dev/null
+++ b/srcpkgs/tio/template
@@ -0,0 +1,18 @@
+# Template file for 'tio'
+pkgname=tio
+version=1.40
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="inih-devel"
+short_desc="Simple serial device I/O tool"
+maintainer="0x5c <dev@0x5c.io>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/tio/tio"
+changelog="https://raw.githubusercontent.com/tio/tio/master/ChangeLog"
+distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
+checksum=1fe3631b9236155818cdb9bac28435499a3701a97b193c5165275952c9f56da5
+
+post_install() {
+	vcompletion "build/src/bash-completion/tio" bash tio
+}

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

* Re: [PR PATCH] [Updated] New package: tio-1.40
  2022-06-20  6:47 [PR PATCH] New package: tio-1.40 0x5c
                   ` (2 preceding siblings ...)
  2022-06-20 18:54 ` 0x5c
@ 2022-06-27  1:56 ` 0x5c
  2022-06-28 22:33 ` [PR PATCH] [Closed]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: 0x5c @ 2022-06-27  1:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages tio
https://github.com/void-linux/void-packages/pull/37619

New package: tio-1.40
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, (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/37619.patch is attached

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

From f37fe69e83b6002050dc7daddb36faab068f00da Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 18 Jun 2022 20:03:59 -0400
Subject: [PATCH] New package: tio-1.40

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

diff --git a/srcpkgs/tio/template b/srcpkgs/tio/template
new file mode 100644
index 000000000000..e06459cc5671
--- /dev/null
+++ b/srcpkgs/tio/template
@@ -0,0 +1,18 @@
+# Template file for 'tio'
+pkgname=tio
+version=1.40
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="inih-devel"
+short_desc="Simple serial device I/O tool"
+maintainer="0x5c <dev@0x5c.io>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/tio/tio"
+changelog="https://raw.githubusercontent.com/tio/tio/master/ChangeLog"
+distfiles="https://github.com/tio/tio/archive/refs/tags/v${version}.tar.gz"
+checksum=1fe3631b9236155818cdb9bac28435499a3701a97b193c5165275952c9f56da5
+
+post_install() {
+	vcompletion "build/src/bash-completion/tio" bash tio
+}

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

* Re: [PR PATCH] [Closed]: New package: tio-1.40
  2022-06-20  6:47 [PR PATCH] New package: tio-1.40 0x5c
                   ` (3 preceding siblings ...)
  2022-06-27  1:56 ` 0x5c
@ 2022-06-28 22:33 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2022-06-28 22:33 UTC (permalink / raw)
  To: ml

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

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

New package: tio-1.40
https://github.com/void-linux/void-packages/pull/37619

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-06-28 22:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  6:47 [PR PATCH] New package: tio-1.40 0x5c
2022-06-20 16:29 ` [PR REVIEW] " classabbyamp
2022-06-20 18:43 ` [PR PATCH] [Updated] " 0x5c
2022-06-20 18:54 ` 0x5c
2022-06-27  1:56 ` 0x5c
2022-06-28 22:33 ` [PR PATCH] [Closed]: " Duncaen

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