Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cpmtools-2.23
@ 2023-06-13 16:32 boomlinde
  2023-06-13 17:28 ` [PR PATCH] [Updated] " boomlinde
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: boomlinde @ 2023-06-13 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/boomlinde/void-packages cpmtools
https://github.com/void-linux/void-packages/pull/44412

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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-libc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv6l
  - armv6l-musl
-->


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

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

From b0f9346c43a0f1504c24b531956f1f60d0a8dcec Mon Sep 17 00:00:00 2001
From: Philip Linde <philip@text.garden>
Date: Tue, 13 Jun 2023 18:21:55 +0200
Subject: [PATCH] New package: cpmtools-2.23

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

diff --git a/srcpkgs/cpmtools/template b/srcpkgs/cpmtools/template
new file mode 100644
index 000000000000..3f5b15eafa45
--- /dev/null
+++ b/srcpkgs/cpmtools/template
@@ -0,0 +1,11 @@
+# Template file for 'cpmtools'
+pkgname=cpmtools
+version=2.23
+revision=1
+build_style=gnu-configure
+short_desc="CP/M file exchange tools"
+maintainer="Philip Linde <philip@text.garden>"
+license="GPL-3.0-or-later"
+homepage="http://www.moria.de/~michael/cpmtools/"
+distfiles="http://www.moria.de/~michael/cpmtools/files/${pkgname}-${version}.tar.gz"
+checksum=7839b19ac15ba554e1a1fc1dbe898f62cf2fd4db3dcdc126515facc6b929746f

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

* Re: [PR PATCH] [Updated] New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
@ 2023-06-13 17:28 ` boomlinde
  2023-06-13 17:29 ` boomlinde
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: boomlinde @ 2023-06-13 17:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/boomlinde/void-packages cpmtools
https://github.com/void-linux/void-packages/pull/44412

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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-libc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv6l
  - armv6l-musl



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

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

From 2797b4bd4bebf4032071e64e9ade275fc01798ad Mon Sep 17 00:00:00 2001
From: Philip Linde <philip@text.garden>
Date: Tue, 13 Jun 2023 18:21:55 +0200
Subject: [PATCH] New package: cpmtools-2.23

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

diff --git a/srcpkgs/cpmtools/template b/srcpkgs/cpmtools/template
new file mode 100644
index 000000000000..c4369ceab482
--- /dev/null
+++ b/srcpkgs/cpmtools/template
@@ -0,0 +1,13 @@
+# Template file for 'cpmtools'
+pkgname=cpmtools
+version=2.23
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel"
+depends="ncurses>=6.4"
+short_desc="CP/M file exchange tools"
+maintainer="Philip Linde <philip@text.garden>"
+license="GPL-3.0-or-later"
+homepage="http://www.moria.de/~michael/cpmtools/"
+distfiles="http://www.moria.de/~michael/cpmtools/files/${pkgname}-${version}.tar.gz"
+checksum=7839b19ac15ba554e1a1fc1dbe898f62cf2fd4db3dcdc126515facc6b929746f

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

* Re: [PR PATCH] [Updated] New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
  2023-06-13 17:28 ` [PR PATCH] [Updated] " boomlinde
@ 2023-06-13 17:29 ` boomlinde
  2023-06-13 18:25 ` abenson
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: boomlinde @ 2023-06-13 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/boomlinde/void-packages cpmtools
https://github.com/void-linux/void-packages/pull/44412

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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-libc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv6l
  - armv6l-musl



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

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

From c255b62bc20f37590e936ef179276bc972235a92 Mon Sep 17 00:00:00 2001
From: Philip Linde <philip@text.garden>
Date: Tue, 13 Jun 2023 18:21:55 +0200
Subject: [PATCH] New package: cpmtools-2.23

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

diff --git a/srcpkgs/cpmtools/template b/srcpkgs/cpmtools/template
new file mode 100644
index 000000000000..c4369ceab482
--- /dev/null
+++ b/srcpkgs/cpmtools/template
@@ -0,0 +1,13 @@
+# Template file for 'cpmtools'
+pkgname=cpmtools
+version=2.23
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel"
+depends="ncurses>=6.4"
+short_desc="CP/M file exchange tools"
+maintainer="Philip Linde <philip@text.garden>"
+license="GPL-3.0-or-later"
+homepage="http://www.moria.de/~michael/cpmtools/"
+distfiles="http://www.moria.de/~michael/cpmtools/files/${pkgname}-${version}.tar.gz"
+checksum=7839b19ac15ba554e1a1fc1dbe898f62cf2fd4db3dcdc126515facc6b929746f

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

* Re: New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
  2023-06-13 17:28 ` [PR PATCH] [Updated] " boomlinde
  2023-06-13 17:29 ` boomlinde
@ 2023-06-13 18:25 ` abenson
  2023-06-13 18:26 ` abenson
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2023-06-13 18:25 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44412#issuecomment-1589821177

Comment:
You can drop the  line,  will detect and add the  dependency automatically.

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

* Re: New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
                   ` (2 preceding siblings ...)
  2023-06-13 18:25 ` abenson
@ 2023-06-13 18:26 ` abenson
  2023-06-13 21:16 ` [PR PATCH] [Updated] " boomlinde
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2023-06-13 18:26 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44412#issuecomment-1589821692

Comment:
You can drop the `depends` line, `xbps-src` will detect and add the `ncurses` dependency automatically.

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

* Re: [PR PATCH] [Updated] New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
                   ` (3 preceding siblings ...)
  2023-06-13 18:26 ` abenson
@ 2023-06-13 21:16 ` boomlinde
  2023-06-15 12:20 ` abenson
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: boomlinde @ 2023-06-13 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/boomlinde/void-packages cpmtools
https://github.com/void-linux/void-packages/pull/44412

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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-libc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv6l
  - armv6l-musl



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

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

From 9dae723c3e368ffef7e355d73f0327d26d68563c Mon Sep 17 00:00:00 2001
From: Philip Linde <philip@text.garden>
Date: Tue, 13 Jun 2023 18:21:55 +0200
Subject: [PATCH] New package: cpmtools-2.23

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

diff --git a/srcpkgs/cpmtools/template b/srcpkgs/cpmtools/template
new file mode 100644
index 000000000000..9caf2b3d33a4
--- /dev/null
+++ b/srcpkgs/cpmtools/template
@@ -0,0 +1,12 @@
+# Template file for 'cpmtools'
+pkgname=cpmtools
+version=2.23
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel"
+short_desc="CP/M file exchange tools"
+maintainer="Philip Linde <philip@text.garden>"
+license="GPL-3.0-or-later"
+homepage="http://www.moria.de/~michael/cpmtools/"
+distfiles="http://www.moria.de/~michael/cpmtools/files/${pkgname}-${version}.tar.gz"
+checksum=7839b19ac15ba554e1a1fc1dbe898f62cf2fd4db3dcdc126515facc6b929746f

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

* Re: New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
                   ` (4 preceding siblings ...)
  2023-06-13 21:16 ` [PR PATCH] [Updated] " boomlinde
@ 2023-06-15 12:20 ` abenson
  2023-06-27  7:19 ` [PR REVIEW] " classabbyamp
  2023-06-28 18:16 ` [PR PATCH] [Closed]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2023-06-15 12:20 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/44412#issuecomment-1589821177

Comment:
You can drop the  line,  will detect and add the  dependency automatically.

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

* Re: [PR REVIEW] New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
                   ` (5 preceding siblings ...)
  2023-06-15 12:20 ` abenson
@ 2023-06-27  7:19 ` classabbyamp
  2023-06-28 18:16 ` [PR PATCH] [Closed]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-06-27  7:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44412#discussion_r1243251524

Comment:
```suggestion
distfiles="http://www.moria.de/~michael/cpmtools/files/cpmtools-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Closed]: New package: cpmtools-2.23
  2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
                   ` (6 preceding siblings ...)
  2023-06-27  7:19 ` [PR REVIEW] " classabbyamp
@ 2023-06-28 18:16 ` Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2023-06-28 18:16 UTC (permalink / raw)
  To: ml

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

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

New package: cpmtools-2.23
https://github.com/void-linux/void-packages/pull/44412

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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-libc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - armv6l
  - armv6l-musl



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

end of thread, other threads:[~2023-06-28 18:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 16:32 [PR PATCH] New package: cpmtools-2.23 boomlinde
2023-06-13 17:28 ` [PR PATCH] [Updated] " boomlinde
2023-06-13 17:29 ` boomlinde
2023-06-13 18:25 ` abenson
2023-06-13 18:26 ` abenson
2023-06-13 21:16 ` [PR PATCH] [Updated] " boomlinde
2023-06-15 12:20 ` abenson
2023-06-27  7:19 ` [PR REVIEW] " classabbyamp
2023-06-28 18:16 ` [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).