Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: httm-0.30.2
@ 2023-10-14 17:35 aeadio
  2023-10-14 17:37 ` [PR PATCH] [Updated] " aeadio
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: aeadio @ 2023-10-14 17:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aeadio/void-packages httm
https://github.com/void-linux/void-packages/pull/46678

New package: httm-0.30.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 341765d313c9bc070148349cedf15b6c13f99acf Mon Sep 17 00:00:00 2001
From: Anthony Eadicicco <z@aead.me>
Date: Sat, 14 Oct 2023 13:15:43 -0400
Subject: [PATCH] New package: httm-0.30.2

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

diff --git a/srcpkgs/httm/template b/srcpkgs/httm/template
new file mode 100644
index 0000000000000..6884153b6e312
--- /dev/null
+++ b/srcpkgs/httm/template
@@ -0,0 +1,20 @@
+# Template file for 'httm'
+pkgname=httm
+version=0.30.2
+revision=1
+build_style=cargo
+short_desc="Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2"
+maintainer="Anthony Eadicicco <void@aead.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/kimono-koans/httm"
+distfiles="https://github.com/kimono-koans/httm/archive/refs/tags/${version}.tar.gz"
+checksum=0f9595b83ab01dcc4c579a81f267eb759e93d65fd98cdd443b2d16b7da39b744
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vman httm.1
+	vbin scripts/bowie.bash bowie
+	vbin scripts/nicotine.bash nicotine
+	vbin scripts/ounce.bash ounce
+}

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

* Re: [PR PATCH] [Updated] New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
@ 2023-10-14 17:37 ` aeadio
  2023-10-14 18:20 ` aeadio
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aeadio @ 2023-10-14 17:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aeadio/void-packages httm
https://github.com/void-linux/void-packages/pull/46678

New package: httm-0.30.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 56721789644190f49b312d580390e1d4bf2fe1a9 Mon Sep 17 00:00:00 2001
From: Anthony Eadicicco <void@aead.xyz>
Date: Sat, 14 Oct 2023 13:37:11 -0400
Subject: [PATCH] New package: httm-0.30.2

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

diff --git a/srcpkgs/httm/template b/srcpkgs/httm/template
new file mode 100644
index 0000000000000..6884153b6e312
--- /dev/null
+++ b/srcpkgs/httm/template
@@ -0,0 +1,20 @@
+# Template file for 'httm'
+pkgname=httm
+version=0.30.2
+revision=1
+build_style=cargo
+short_desc="Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2"
+maintainer="Anthony Eadicicco <void@aead.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/kimono-koans/httm"
+distfiles="https://github.com/kimono-koans/httm/archive/refs/tags/${version}.tar.gz"
+checksum=0f9595b83ab01dcc4c579a81f267eb759e93d65fd98cdd443b2d16b7da39b744
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vman httm.1
+	vbin scripts/bowie.bash bowie
+	vbin scripts/nicotine.bash nicotine
+	vbin scripts/ounce.bash ounce
+}

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

* Re: New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
  2023-10-14 17:37 ` [PR PATCH] [Updated] " aeadio
@ 2023-10-14 18:20 ` aeadio
  2023-10-14 18:20 ` aeadio
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aeadio @ 2023-10-14 18:20 UTC (permalink / raw)
  To: ml

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

New comment by aeadio on void-packages repository

https://github.com/void-linux/void-packages/pull/46678#issuecomment-1763102863

Comment:
I see the name conflict. What's the encouraged way to handle that? Rename `nicotine` -> `httm-nicotine`? 

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

* Re: New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
  2023-10-14 17:37 ` [PR PATCH] [Updated] " aeadio
  2023-10-14 18:20 ` aeadio
@ 2023-10-14 18:20 ` aeadio
  2023-10-14 18:29 ` [PR PATCH] [Updated] " aeadio
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aeadio @ 2023-10-14 18:20 UTC (permalink / raw)
  To: ml

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

New comment by aeadio on void-packages repository

https://github.com/void-linux/void-packages/pull/46678#issuecomment-1763102863

Comment:
I see the file conflict. What's the encouraged way to handle that? Rename `nicotine` -> `httm-nicotine`? 

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

* Re: [PR PATCH] [Updated] New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
                   ` (2 preceding siblings ...)
  2023-10-14 18:20 ` aeadio
@ 2023-10-14 18:29 ` aeadio
  2023-10-14 18:30 ` aeadio
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aeadio @ 2023-10-14 18:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aeadio/void-packages httm
https://github.com/void-linux/void-packages/pull/46678

New package: httm-0.30.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 5d7027c38e166df2c46a2866c313a8a40d57c626 Mon Sep 17 00:00:00 2001
From: Anthony Eadicicco <void@aead.xyz>
Date: Sat, 14 Oct 2023 13:37:11 -0400
Subject: [PATCH] New package: httm-0.30.2

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

diff --git a/srcpkgs/httm/template b/srcpkgs/httm/template
new file mode 100644
index 0000000000000..6884153b6e312
--- /dev/null
+++ b/srcpkgs/httm/template
@@ -0,0 +1,20 @@
+# Template file for 'httm'
+pkgname=httm
+version=0.30.2
+revision=1
+build_style=cargo
+short_desc="Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2"
+maintainer="Anthony Eadicicco <void@aead.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/kimono-koans/httm"
+distfiles="https://github.com/kimono-koans/httm/archive/refs/tags/${version}.tar.gz"
+checksum=0f9595b83ab01dcc4c579a81f267eb759e93d65fd98cdd443b2d16b7da39b744
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vman httm.1
+	vbin scripts/bowie.bash bowie
+	vbin scripts/nicotine.bash nicotine
+	vbin scripts/ounce.bash ounce
+}

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

* Re: New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
                   ` (3 preceding siblings ...)
  2023-10-14 18:29 ` [PR PATCH] [Updated] " aeadio
@ 2023-10-14 18:30 ` aeadio
  2023-10-14 18:30 ` [PR PATCH] [Updated] " aeadio
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: aeadio @ 2023-10-14 18:30 UTC (permalink / raw)
  To: ml

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

New comment by aeadio on void-packages repository

https://github.com/void-linux/void-packages/pull/46678#issuecomment-1763102863

Comment:
Renaming `nicotine` -> `httm-nicotine` to correct for file conflict with package 'nicotine'.

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

* Re: [PR PATCH] [Updated] New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
                   ` (4 preceding siblings ...)
  2023-10-14 18:30 ` aeadio
@ 2023-10-14 18:30 ` aeadio
  2024-01-13  1:46 ` github-actions
  2024-01-28  1:46 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: aeadio @ 2023-10-14 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aeadio/void-packages httm
https://github.com/void-linux/void-packages/pull/46678

New package: httm-0.30.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

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

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

From 2dda2cd96ae944257e8103be7f01b8b9bd10cf16 Mon Sep 17 00:00:00 2001
From: Anthony Eadicicco <void@aead.xyz>
Date: Sat, 14 Oct 2023 13:37:11 -0400
Subject: [PATCH] New package: httm-0.30.2

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

diff --git a/srcpkgs/httm/template b/srcpkgs/httm/template
new file mode 100644
index 0000000000000..5231708f9e0ce
--- /dev/null
+++ b/srcpkgs/httm/template
@@ -0,0 +1,20 @@
+# Template file for 'httm'
+pkgname=httm
+version=0.30.2
+revision=1
+build_style=cargo
+short_desc="Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2"
+maintainer="Anthony Eadicicco <void@aead.xyz>"
+license="MPL-2.0"
+homepage="https://github.com/kimono-koans/httm"
+distfiles="https://github.com/kimono-koans/httm/archive/refs/tags/${version}.tar.gz"
+checksum=0f9595b83ab01dcc4c579a81f267eb759e93d65fd98cdd443b2d16b7da39b744
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vman httm.1
+	vbin scripts/bowie.bash bowie
+	vbin scripts/nicotine.bash httm-nicotine
+	vbin scripts/ounce.bash ounce
+}

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

* Re: New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
                   ` (5 preceding siblings ...)
  2023-10-14 18:30 ` [PR PATCH] [Updated] " aeadio
@ 2024-01-13  1:46 ` github-actions
  2024-01-28  1:46 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-01-13  1:46 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/46678#issuecomment-1890242908

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

* Re: [PR PATCH] [Closed]: New package: httm-0.30.2
  2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
                   ` (6 preceding siblings ...)
  2024-01-13  1:46 ` github-actions
@ 2024-01-28  1:46 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-01-28  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: httm-0.30.2
https://github.com/void-linux/void-packages/pull/46678

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l (cross)

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

end of thread, other threads:[~2024-01-28  1:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-14 17:35 [PR PATCH] New package: httm-0.30.2 aeadio
2023-10-14 17:37 ` [PR PATCH] [Updated] " aeadio
2023-10-14 18:20 ` aeadio
2023-10-14 18:20 ` aeadio
2023-10-14 18:29 ` [PR PATCH] [Updated] " aeadio
2023-10-14 18:30 ` aeadio
2023-10-14 18:30 ` [PR PATCH] [Updated] " aeadio
2024-01-13  1:46 ` github-actions
2024-01-28  1:46 ` [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).