Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: afetch-2.2.0
@ 2022-01-08 23:58 kawaiiamber
  2022-01-09  0:22 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-08 23:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages afetch
https://github.com/void-linux/void-packages/pull/34955

New package: afetch-2.2.0
<!-- 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 [skip CI](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-LIBC)

Old PR is [closed](https://github.com/void-linux/void-packages/pull/30632).

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

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

From 01749765165329f4a51c72bd5d711cdc13d971d2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 8 Jan 2022 16:58:52 -0700
Subject: [PATCH] New package: afetch-2.2.0

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

diff --git a/srcpkgs/afetch/template b/srcpkgs/afetch/template
new file mode 100644
index 000000000000..7adbaa1d2e62
--- /dev/null
+++ b/srcpkgs/afetch/template
@@ -0,0 +1,11 @@
+# Template file for 'afetch'
+pkgname=afetch
+version=2.2.0
+revision=1
+build_style=gnu-makefile
+short_desc="Simple system info written in C"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/13-CF/afetch"
+distfiles="${homepage}/archive/refs/tags/V${version}.tar.gz"
+checksum=e1f4630b2f8aea0edb76676afbfba9b92c819c6df5da68eb5b89da9c330e2fcd

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

* Re: [PR PATCH] [Updated] New package: afetch-2.2.0
  2022-01-08 23:58 [PR PATCH] New package: afetch-2.2.0 kawaiiamber
@ 2022-01-09  0:22 ` kawaiiamber
  2022-01-09  0:23 ` kawaiiamber
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-09  0:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages afetch
https://github.com/void-linux/void-packages/pull/34955

New package: afetch-2.2.0
<!-- 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 [skip CI](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-LIBC)

Old PR is [closed](https://github.com/void-linux/void-packages/pull/30632).

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

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

From 5c9ba8676eeb79e69c85d2f2222350069b825533 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 8 Jan 2022 16:58:52 -0700
Subject: [PATCH] New package: afetch-2.2.0

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

diff --git a/srcpkgs/afetch/template b/srcpkgs/afetch/template
new file mode 100644
index 000000000000..1f80531a0ba0
--- /dev/null
+++ b/srcpkgs/afetch/template
@@ -0,0 +1,16 @@
+# Template file for 'afetch'
+pkgname=afetch
+version=2.2.0
+revision=1
+build_style=gnu-makefile
+short_desc="Simple system info written in C"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/13-CF/afetch"
+distfiles="${homepage}/archive/refs/tags/V${version}.tar.gz"
+checksum=e1f4630b2f8aea0edb76676afbfba9b92c819c6df5da68eb5b89da9c330e2fcd
+
+pre_build() {
+	[ "${XBPS_LIBC}" = glibc ] &&
+		vsed -e "s/\-lpthread/\-pthread/" -i Makefile
+}

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

* Re: [PR PATCH] [Updated] New package: afetch-2.2.0
  2022-01-08 23:58 [PR PATCH] New package: afetch-2.2.0 kawaiiamber
  2022-01-09  0:22 ` [PR PATCH] [Updated] " kawaiiamber
@ 2022-01-09  0:23 ` kawaiiamber
  2022-01-09  0:26 ` kawaiiamber
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-09  0:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages afetch
https://github.com/void-linux/void-packages/pull/34955

New package: afetch-2.2.0
<!-- 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 [skip CI](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-LIBC)

Old PR is [closed](https://github.com/void-linux/void-packages/pull/30632).

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

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

From 934a8e408a89d1f247f3e101ebed5381b19b505d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 8 Jan 2022 16:58:52 -0700
Subject: [PATCH] New package: afetch-2.2.0

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

diff --git a/srcpkgs/afetch/template b/srcpkgs/afetch/template
new file mode 100644
index 000000000000..af2ea079e28a
--- /dev/null
+++ b/srcpkgs/afetch/template
@@ -0,0 +1,16 @@
+# Template file for 'afetch'
+pkgname=afetch
+version=2.2.0
+revision=1
+build_style=gnu-makefile
+short_desc="Simple system info written in C"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/13-CF/afetch"
+distfiles="${homepage}/archive/refs/tags/V${version}.tar.gz"
+checksum=e1f4630b2f8aea0edb76676afbfba9b92c819c6df5da68eb5b89da9c330e2fcd
+
+pre_build() {
+	[ "${XBPS_LIBC}" = "glibc" ] &&
+		vsed -e "s/\-lpthread/\-pthread/" -i Makefile
+}

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

* Re: [PR PATCH] [Updated] New package: afetch-2.2.0
  2022-01-08 23:58 [PR PATCH] New package: afetch-2.2.0 kawaiiamber
  2022-01-09  0:22 ` [PR PATCH] [Updated] " kawaiiamber
  2022-01-09  0:23 ` kawaiiamber
@ 2022-01-09  0:26 ` kawaiiamber
  2022-04-10  2:05 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kawaiiamber @ 2022-01-09  0:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages afetch
https://github.com/void-linux/void-packages/pull/34955

New package: afetch-2.2.0
<!-- 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 [skip CI](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-LIBC)

Old PR is [closed](https://github.com/void-linux/void-packages/pull/30632).

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

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

From 893fa39e24a5bc38c5e75a3ccf198f5b4bfd8465 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sat, 8 Jan 2022 16:58:52 -0700
Subject: [PATCH] New package: afetch-2.2.0

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

diff --git a/srcpkgs/afetch/template b/srcpkgs/afetch/template
new file mode 100644
index 000000000000..ac537af94761
--- /dev/null
+++ b/srcpkgs/afetch/template
@@ -0,0 +1,17 @@
+# Template file for 'afetch'
+pkgname=afetch
+version=2.2.0
+revision=1
+build_style=gnu-makefile
+short_desc="Simple system info written in C"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/13-CF/afetch"
+distfiles="${homepage}/archive/refs/tags/V${version}.tar.gz"
+checksum=e1f4630b2f8aea0edb76676afbfba9b92c819c6df5da68eb5b89da9c330e2fcd
+
+pre_build() {
+	if [ "${XBPS_LIBC}" = "glibc" ]; then
+		vsed -e "s/\-lpthread/\-pthread/" -i Makefile
+	fi
+}

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

* Re: New package: afetch-2.2.0
  2022-01-08 23:58 [PR PATCH] New package: afetch-2.2.0 kawaiiamber
                   ` (2 preceding siblings ...)
  2022-01-09  0:26 ` kawaiiamber
@ 2022-04-10  2:05 ` github-actions
  2022-04-14 19:50 ` Chocimier
  2022-04-14 19:50 ` [PR PATCH] [Closed]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-04-10  2:05 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/34955#issuecomment-1094158559

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: afetch-2.2.0
  2022-01-08 23:58 [PR PATCH] New package: afetch-2.2.0 kawaiiamber
                   ` (4 preceding siblings ...)
  2022-04-14 19:50 ` Chocimier
@ 2022-04-14 19:50 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2022-04-14 19:50 UTC (permalink / raw)
  To: ml

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

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

New package: afetch-2.2.0
https://github.com/void-linux/void-packages/pull/34955

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 [skip CI](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-LIBC)

Old PR is [closed](https://github.com/void-linux/void-packages/pull/30632).

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

* Re: New package: afetch-2.2.0
  2022-01-08 23:58 [PR PATCH] New package: afetch-2.2.0 kawaiiamber
                   ` (3 preceding siblings ...)
  2022-04-10  2:05 ` github-actions
@ 2022-04-14 19:50 ` Chocimier
  2022-04-14 19:50 ` [PR PATCH] [Closed]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2022-04-14 19:50 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34955#issuecomment-1099568202

Comment:
Thanks, but we do not need more uname themes.

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

end of thread, other threads:[~2022-04-14 19:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 23:58 [PR PATCH] New package: afetch-2.2.0 kawaiiamber
2022-01-09  0:22 ` [PR PATCH] [Updated] " kawaiiamber
2022-01-09  0:23 ` kawaiiamber
2022-01-09  0:26 ` kawaiiamber
2022-04-10  2:05 ` github-actions
2022-04-14 19:50 ` Chocimier
2022-04-14 19:50 ` [PR PATCH] [Closed]: " Chocimier

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