Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cpufetch-1.04
@ 2023-12-29 15:45 Clos3y
  2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Clos3y @ 2023-12-29 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980

New package: cpufetch-1.04
<!-- 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 [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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (X)
  - i686 (X)
  - i686-musl (X)

Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.

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

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

From 7c40b4f490aafb9748fd946e0d60313c63dab5e1 Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.04

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..da4e6c1dd47b5
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,17 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v1.04.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+	vbin cpufetch
+	vman cpufetch.1
+}

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

* Re: [PR PATCH] [Updated] New package: cpufetch-1.04
  2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
@ 2023-12-29 15:51 ` Clos3y
  2023-12-29 15:57 ` Clos3y
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Clos3y @ 2023-12-29 15:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980

New package: cpufetch-1.04
<!-- 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 [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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (X)
  - i686 (X)
  - i686-musl (X)

Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.

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

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

From 4addb05ad641934c311d7a48195156ddc9dad2e7 Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.04

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..322ba75729a31
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v1.04.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+	vbin cpufetch
+	vman cpufetch.1
+}

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

* Re: [PR PATCH] [Updated] New package: cpufetch-1.04
  2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
  2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
@ 2023-12-29 15:57 ` Clos3y
  2024-02-13 16:18 ` melroy89
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Clos3y @ 2023-12-29 15:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980

New package: cpufetch-1.04
<!-- 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 [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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (X)
  - i686 (X)
  - i686-musl (X)

Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.

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

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

From a68ec43b0c947fa20565c9323d8102a439c9b62f Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.04

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..544ae5185a49e
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+	vbin cpufetch
+	vman cpufetch.1
+}

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

* Re: New package: cpufetch-1.04
  2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
  2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
  2023-12-29 15:57 ` Clos3y
@ 2024-02-13 16:18 ` melroy89
  2024-02-13 22:36 ` [PR PATCH] [Updated] " Clos3y
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: melroy89 @ 2024-02-13 16:18 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/47980#issuecomment-1941932499

Comment:
v1.05 is out.

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

* Re: [PR PATCH] [Updated] New package: cpufetch-1.04
  2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
                   ` (2 preceding siblings ...)
  2024-02-13 16:18 ` melroy89
@ 2024-02-13 22:36 ` Clos3y
  2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
  2024-02-13 22:41 ` Clos3y
  5 siblings, 0 replies; 7+ messages in thread
From: Clos3y @ 2024-02-13 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980

New package: cpufetch-1.04
<!-- 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 [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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (X)
  - i686 (X)
  - i686-musl (X)

Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.

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

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

From a68ec43b0c947fa20565c9323d8102a439c9b62f Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH 1/2] New package: cpufetch-1.04

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 00000000000000..544ae5185a49e9
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+	vbin cpufetch
+	vman cpufetch.1
+}

From bcf483eed9696a5ae403045f01ea6ef40198330b Mon Sep 17 00:00:00 2001
From: Clos3y <sam.w.close@gmail.com>
Date: Tue, 13 Feb 2024 22:36:09 +0000
Subject: [PATCH 2/2] New package: cpufetch-1.05

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
index 544ae5185a49e9..aca5fcd6686c26 100644
--- a/srcpkgs/cpufetch/template
+++ b/srcpkgs/cpufetch/template
@@ -1,6 +1,6 @@
 # Template file for 'cpufetch'
 pkgname=cpufetch
-version=1.04
+version=1.05
 revision=1
 archs="i686* x86_64*"
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Sam Close <sam.w.close@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Dr-Noob/cpufetch"
 distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
-checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+checksum=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
 
 do_install() {
 	vbin cpufetch

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

* Re: [PR PATCH] [Updated] New package: cpufetch-1.05
  2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
                   ` (3 preceding siblings ...)
  2024-02-13 22:36 ` [PR PATCH] [Updated] " Clos3y
@ 2024-02-13 22:39 ` Clos3y
  2024-02-13 22:41 ` Clos3y
  5 siblings, 0 replies; 7+ messages in thread
From: Clos3y @ 2024-02-13 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980

New package: cpufetch-1.05
<!-- 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 [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, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (X)
  - i686 (X)
  - i686-musl (X)

Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.

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

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

From 8c3fa3b17d0b80ba5121892c0dd1ec189564cd3e Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH] New package: cpufetch-1.05

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 0000000000000..aca5fcd6686c2
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.05
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
+
+do_install() {
+	vbin cpufetch
+	vman cpufetch.1
+}

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

* Re: New package: cpufetch-1.05
  2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
                   ` (4 preceding siblings ...)
  2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
@ 2024-02-13 22:41 ` Clos3y
  5 siblings, 0 replies; 7+ messages in thread
From: Clos3y @ 2024-02-13 22:41 UTC (permalink / raw)
  To: ml

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

New comment by Clos3y on void-packages repository

https://github.com/void-linux/void-packages/pull/47980#issuecomment-1942758309

Comment:
> v1.05 is out.

Thanks! Have updated the template.

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

end of thread, other threads:[~2024-02-13 22:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 15:45 [PR PATCH] New package: cpufetch-1.04 Clos3y
2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
2023-12-29 15:57 ` Clos3y
2024-02-13 16:18 ` melroy89
2024-02-13 22:36 ` [PR PATCH] [Updated] " Clos3y
2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
2024-02-13 22:41 ` Clos3y

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