Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pdpmake-1.2.0
@ 2022-05-27 23:48 kawaiiamber
  2022-05-27 23:50 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kawaiiamber @ 2022-05-27 23:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages pdpmake
https://github.com/void-linux/void-packages/pull/37320

New package: pdpmake-1.2.0
<!-- 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 [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-musl)


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

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

From 887ae2e16b739ca5f0701ff63e2282d2c313b9f6 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 27 May 2022 17:51:37 -0600
Subject: [PATCH] New package: pdpmake-1.2.0

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

diff --git a/srcpkgs/pdpmake/template b/srcpkgs/pdpmake/template
new file mode 100644
index 000000000000..d67bf947005e
--- /dev/null
+++ b/srcpkgs/pdpmake/template
@@ -0,0 +1,15 @@
+# Template file for 'pdpmake'
+pkgname=pdpmake
+version=1.2.0
+revision=1
+build_style=gnu-makefile
+short_desc="Pubic domain POSIX make"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="unlicense"
+homepage="https://frippery.org/make"
+distfiles="https://frippery.org/make/pdpmake-${version}.tar.gz"
+checksum=c545301f4031eb2705196e789e19cd83fe954f62f6ebb9e7e8cf3191884ada17
+
+do_install() {
+	vbin make pdpmake
+}

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

* Re: [PR PATCH] [Updated] New package: pdpmake-1.2.0
  2022-05-27 23:48 [PR PATCH] New package: pdpmake-1.2.0 kawaiiamber
@ 2022-05-27 23:50 ` kawaiiamber
  2022-05-27 23:57 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-05-27 23:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages pdpmake
https://github.com/void-linux/void-packages/pull/37320

New package: pdpmake-1.2.0
<!-- 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 [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-musl)


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

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

From 2473e18ef26b4c93f727afe5ba75a2770a05c246 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 27 May 2022 17:51:37 -0600
Subject: [PATCH] New package: pdpmake-1.2.0

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

diff --git a/srcpkgs/pdpmake/template b/srcpkgs/pdpmake/template
new file mode 100644
index 000000000000..b20034d10b4f
--- /dev/null
+++ b/srcpkgs/pdpmake/template
@@ -0,0 +1,15 @@
+# Template file for 'pdpmake'
+pkgname=pdpmake
+version=1.2.0
+revision=1
+build_style=gnu-makefile
+short_desc="Pubic domain POSIX make"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="Unlicense"
+homepage="https://frippery.org/make"
+distfiles="https://frippery.org/make/pdpmake-${version}.tar.gz"
+checksum=c545301f4031eb2705196e789e19cd83fe954f62f6ebb9e7e8cf3191884ada17
+
+do_install() {
+	vbin make pdpmake
+}

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

* Re: New package: pdpmake-1.2.0
  2022-05-27 23:48 [PR PATCH] New package: pdpmake-1.2.0 kawaiiamber
  2022-05-27 23:50 ` [PR PATCH] [Updated] " kawaiiamber
@ 2022-05-27 23:57 ` classabbyamp
  2022-05-28  0:00 ` kawaiiamber
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-05-27 23:57 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37320#issuecomment-1140109322

Comment:
maybe `fetch_cmd=curl`?

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

* Re: New package: pdpmake-1.2.0
  2022-05-27 23:48 [PR PATCH] New package: pdpmake-1.2.0 kawaiiamber
  2022-05-27 23:50 ` [PR PATCH] [Updated] " kawaiiamber
  2022-05-27 23:57 ` classabbyamp
@ 2022-05-28  0:00 ` kawaiiamber
  2022-05-28  0:05 ` kawaiiamber
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-05-28  0:00 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/37320#issuecomment-1140110119

Comment:
> maybe `fetch_cmd=curl`?

It still fails after setting `fetch_cmd="curl"` and `hostmakedepends="curl"`

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

* Re: New package: pdpmake-1.2.0
  2022-05-27 23:48 [PR PATCH] New package: pdpmake-1.2.0 kawaiiamber
                   ` (2 preceding siblings ...)
  2022-05-28  0:00 ` kawaiiamber
@ 2022-05-28  0:05 ` kawaiiamber
  2022-08-29  2:14 ` github-actions
  2022-09-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-05-28  0:05 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/37320#issuecomment-1140111673

Comment:
It does work when setting `distfiles` to the github mirror:
`distfiles = "https://github.com/rmyorston/pdpmake/releases/tag/${version}.tar.gz"`

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

* Re: New package: pdpmake-1.2.0
  2022-05-27 23:48 [PR PATCH] New package: pdpmake-1.2.0 kawaiiamber
                   ` (3 preceding siblings ...)
  2022-05-28  0:05 ` kawaiiamber
@ 2022-08-29  2:14 ` github-actions
  2022-09-12  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ 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/37320#issuecomment-1229666593

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] 7+ messages in thread

* Re: [PR PATCH] [Closed]: New package: pdpmake-1.2.0
  2022-05-27 23:48 [PR PATCH] New package: pdpmake-1.2.0 kawaiiamber
                   ` (4 preceding siblings ...)
  2022-08-29  2:14 ` github-actions
@ 2022-09-12  2:15 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-09-12  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: pdpmake-1.2.0
https://github.com/void-linux/void-packages/pull/37320

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

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

**Note**
`xbps-src` can't seem to find the distfiels for some reason - `curl -LO https://frippery.org/make/pdpmake-1.2.0.tar.gz` seems to work locally.

#### 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-musl)


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27 23:48 [PR PATCH] New package: pdpmake-1.2.0 kawaiiamber
2022-05-27 23:50 ` [PR PATCH] [Updated] " kawaiiamber
2022-05-27 23:57 ` classabbyamp
2022-05-28  0:00 ` kawaiiamber
2022-05-28  0:05 ` kawaiiamber
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).