Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srcpkgs/*: adopt some packages
@ 2024-03-15 21:39 tranzystorekk
  2024-03-15 21:53 ` [PR PATCH] [Updated] " tranzystorekk
  2024-03-18 11:43 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2024-03-15 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages adoption
https://github.com/void-linux/void-packages/pull/49310

srcpkgs/*: adopt some packages
Adopting some packages I've been maintaining for some time anyway :)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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/49310.patch is attached

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

From 9e403dd9efe76dd666b4d4611330c8a9d31aaa19 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:34:44 +0100
Subject: [PATCH 1/5] bandwhich: adopt

---
 srcpkgs/bandwhich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template
index a5599be3c4ba15..6877f17368479a 100644
--- a/srcpkgs/bandwhich/template
+++ b/srcpkgs/bandwhich/template
@@ -4,7 +4,7 @@ version=0.22.2
 revision=1
 build_style=cargo
 short_desc="Terminal bandwidth utilization tool"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 homepage="https://github.com/imsnif/bandwhich"
 changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"

From 051dbd6b7651439fc97ae8fd868fff0905aa8069 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:35:34 +0100
Subject: [PATCH 2/5] cargo-auditable{,-bootstrap}: adopt

---
 srcpkgs/cargo-auditable-bootstrap/template | 2 +-
 srcpkgs/cargo-auditable/template           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template
index c6656c99f15a52..532c4a6456e821 100644
--- a/srcpkgs/cargo-auditable-bootstrap/template
+++ b/srcpkgs/cargo-auditable-bootstrap/template
@@ -8,7 +8,7 @@ build_style=cargo
 # Required for bootstrapping purposes
 make_cmd=cargo
 short_desc="Bootstrap package for cargo-auditable"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template
index 73e50046d85358..46471696df0660 100644
--- a/srcpkgs/cargo-auditable/template
+++ b/srcpkgs/cargo-auditable/template
@@ -7,7 +7,7 @@ build_wrksrc=cargo-auditable
 build_style=cargo
 hostmakedepends="cargo-auditable-bootstrap"
 short_desc="Tool for embedding dependency information in rust binaries"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"

From 7563536cab869ec9887b6d38afc1f827ecb50d3e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:36:10 +0100
Subject: [PATCH 3/5] git-cliff: adopt

---
 srcpkgs/git-cliff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template
index 4febe06f586971..cbb5a4852e9cfa 100644
--- a/srcpkgs/git-cliff/template
+++ b/srcpkgs/git-cliff/template
@@ -14,7 +14,7 @@ make_check_args="--
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel"
 short_desc="Changelog generator based on conventional commits"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/orhun/git-cliff"
 changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"

From 059246b2ae5d0141a651426cac0c35544da65993 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:37:13 +0100
Subject: [PATCH 4/5] rustup: adopt

---
 srcpkgs/rustup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template
index 1b8f56098b71ef..f702f4b6cc9c4d 100644
--- a/srcpkgs/rustup/template
+++ b/srcpkgs/rustup/template
@@ -11,7 +11,7 @@ configure_args="--bin rustup-init --no-default-features
 hostmakedepends="pkg-config"
 makedepends="openssl-devel zlib-devel libcurl-devel"
 short_desc="Rust toolchain installer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://www.rustup.rs"
 changelog="https://raw.githubusercontent.com/rust-lang/rustup/master/CHANGELOG.md"

From 2b2a0ff664d7ee627de72a614eb8e4366a407ecd Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:37:26 +0100
Subject: [PATCH 5/5] topgrade: adopt

---
 srcpkgs/topgrade/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/topgrade/template b/srcpkgs/topgrade/template
index 7cf9ee23b803f7..e600d0f8b7d18b 100644
--- a/srcpkgs/topgrade/template
+++ b/srcpkgs/topgrade/template
@@ -5,7 +5,7 @@ revision=1
 build_style=cargo
 build_helper=qemu
 short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/topgrade-rs/topgrade"
 distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] srcpkgs/*: adopt some packages
  2024-03-15 21:39 [PR PATCH] srcpkgs/*: adopt some packages tranzystorekk
@ 2024-03-15 21:53 ` tranzystorekk
  2024-03-18 11:43 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2024-03-15 21:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages adoption
https://github.com/void-linux/void-packages/pull/49310

srcpkgs/*: adopt some packages
Adopting some packages I've been maintaining for some time anyway :)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- 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/49310.patch is attached

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

From 9e403dd9efe76dd666b4d4611330c8a9d31aaa19 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:34:44 +0100
Subject: [PATCH 1/6] bandwhich: adopt

---
 srcpkgs/bandwhich/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template
index a5599be3c4ba15..6877f17368479a 100644
--- a/srcpkgs/bandwhich/template
+++ b/srcpkgs/bandwhich/template
@@ -4,7 +4,7 @@ version=0.22.2
 revision=1
 build_style=cargo
 short_desc="Terminal bandwidth utilization tool"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 homepage="https://github.com/imsnif/bandwhich"
 changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"

From 051dbd6b7651439fc97ae8fd868fff0905aa8069 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:35:34 +0100
Subject: [PATCH 2/6] cargo-auditable{,-bootstrap}: adopt

---
 srcpkgs/cargo-auditable-bootstrap/template | 2 +-
 srcpkgs/cargo-auditable/template           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template
index c6656c99f15a52..532c4a6456e821 100644
--- a/srcpkgs/cargo-auditable-bootstrap/template
+++ b/srcpkgs/cargo-auditable-bootstrap/template
@@ -8,7 +8,7 @@ build_style=cargo
 # Required for bootstrapping purposes
 make_cmd=cargo
 short_desc="Bootstrap package for cargo-auditable"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template
index 73e50046d85358..46471696df0660 100644
--- a/srcpkgs/cargo-auditable/template
+++ b/srcpkgs/cargo-auditable/template
@@ -7,7 +7,7 @@ build_wrksrc=cargo-auditable
 build_style=cargo
 hostmakedepends="cargo-auditable-bootstrap"
 short_desc="Tool for embedding dependency information in rust binaries"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT,Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"

From 8c87590960b2a4eab7294785fe30a40d9f644933 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:52:23 +0100
Subject: [PATCH 3/6] rust-audit-info: adopt

---
 srcpkgs/rust-audit-info/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rust-audit-info/template b/srcpkgs/rust-audit-info/template
index 1a07de03004396..ced93f677ed8f6 100644
--- a/srcpkgs/rust-audit-info/template
+++ b/srcpkgs/rust-audit-info/template
@@ -5,7 +5,7 @@ revision=1
 build_wrksrc=rust-audit-info
 build_style=cargo
 short_desc="CLI tool for extracting cargo-auditable dependency trees"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/rust-secure-code/cargo-auditable"
 distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/${pkgname}/v${version}.tar.gz"

From 3e3e5523b114e8241b85224c61bd085bc7cfa519 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:36:10 +0100
Subject: [PATCH 4/6] git-cliff: adopt

---
 srcpkgs/git-cliff/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template
index 4febe06f586971..cbb5a4852e9cfa 100644
--- a/srcpkgs/git-cliff/template
+++ b/srcpkgs/git-cliff/template
@@ -14,7 +14,7 @@ make_check_args="--
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel"
 short_desc="Changelog generator based on conventional commits"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/orhun/git-cliff"
 changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"

From e80c4b7cc113c557362a94bd3251ac371f223895 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:37:13 +0100
Subject: [PATCH 5/6] rustup: adopt

---
 srcpkgs/rustup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template
index 1b8f56098b71ef..f702f4b6cc9c4d 100644
--- a/srcpkgs/rustup/template
+++ b/srcpkgs/rustup/template
@@ -11,7 +11,7 @@ configure_args="--bin rustup-init --no-default-features
 hostmakedepends="pkg-config"
 makedepends="openssl-devel zlib-devel libcurl-devel"
 short_desc="Rust toolchain installer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://www.rustup.rs"
 changelog="https://raw.githubusercontent.com/rust-lang/rustup/master/CHANGELOG.md"

From ef45786b958e84f53c2cbfb449e30903dfc1d13f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 15 Mar 2024 22:37:26 +0100
Subject: [PATCH 6/6] topgrade: adopt

---
 srcpkgs/topgrade/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/topgrade/template b/srcpkgs/topgrade/template
index 7cf9ee23b803f7..e600d0f8b7d18b 100644
--- a/srcpkgs/topgrade/template
+++ b/srcpkgs/topgrade/template
@@ -5,7 +5,7 @@ revision=1
 build_style=cargo
 build_helper=qemu
 short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/topgrade-rs/topgrade"
 distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR PATCH] [Merged]: srcpkgs/*: adopt some packages
  2024-03-15 21:39 [PR PATCH] srcpkgs/*: adopt some packages tranzystorekk
  2024-03-15 21:53 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-03-18 11:43 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2024-03-18 11:43 UTC (permalink / raw)
  To: ml

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

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

srcpkgs/*: adopt some packages
https://github.com/void-linux/void-packages/pull/49310

Description:
Adopting some packages I've been maintaining for some time anyway :)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

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

end of thread, other threads:[~2024-03-18 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15 21:39 [PR PATCH] srcpkgs/*: adopt some packages tranzystorekk
2024-03-15 21:53 ` [PR PATCH] [Updated] " tranzystorekk
2024-03-18 11:43 ` [PR PATCH] [Merged]: " abenson

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