Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] senpai: update homepage and distfiles URL.
@ 2023-12-16  2:15 mhmdanas
  2023-12-16  2:25 ` mhmdanas
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: mhmdanas @ 2023-12-16  2:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages senpai-update-url
https://github.com/void-linux/void-packages/pull/47783

senpai: update homepage and distfiles URL.
The repository has been moved, as https://git.sr.ht/~taiite/senpai/tree/5e771831a3196f49d4417e0f913da64a251e8cb5/item/README.md shows.

@realcharmer

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

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-senpai-update-url-47783.patch --]
[-- Type: text/x-diff, Size: 1084 bytes --]

From 09b409131c382e59ab66f56f78788a324d565081 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 16 Dec 2023 02:13:13 +0000
Subject: [PATCH] senpai: update homepage and distfiles URL.

The repository has been moved, as https://git.sr.ht/~taiite/senpai/tree/5e771831a3196f49d4417e0f913da64a251e8cb5/item/README.md
shows.
---
 srcpkgs/senpai/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/senpai/template b/srcpkgs/senpai/template
index ea80aabfed014..b957c720c52b2 100644
--- a/srcpkgs/senpai/template
+++ b/srcpkgs/senpai/template
@@ -9,8 +9,8 @@ hostmakedepends="scdoc"
 short_desc="IRC client that works best with bouncers"
 maintainer="Emil Miler <em@0x45.cz>"
 license="ISC"
-homepage="https://git.sr.ht/~taiite/senpai"
-distfiles="https://git.sr.ht/~taiite/senpai/archive/v${version}.tar.gz"
+homepage="https://git.sr.ht/~delthas/senpai/"
+distfiles="https://git.sr.ht/~delthas/senpai/archive/v${version}.tar.gz"
 checksum=c02f63a7d76ae13ed888fc0de17fa9fd5117dcb3c9edc5670341bf2bf3b88718
 
 post_install() {

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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
@ 2023-12-16  2:25 ` mhmdanas
  2023-12-16 10:38 ` realcharmer
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mhmdanas @ 2023-12-16  2:25 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858685184

Comment:
Lint check fails because of long URL in commit message, it can be ignored.

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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
  2023-12-16  2:25 ` mhmdanas
@ 2023-12-16 10:38 ` realcharmer
  2023-12-16 10:39 ` realcharmer
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: realcharmer @ 2023-12-16 10:38 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858785680

Comment:
You also have to increase the package revision number.

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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
  2023-12-16  2:25 ` mhmdanas
  2023-12-16 10:38 ` realcharmer
@ 2023-12-16 10:39 ` realcharmer
  2023-12-16 14:46 ` mhmdanas
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: realcharmer @ 2023-12-16 10:39 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858785914

Comment:
> Lint check fails because of long URL in commit message, it can be ignored.

Is it really necessary to include the hyperlink in the commit message body?

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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
                   ` (2 preceding siblings ...)
  2023-12-16 10:39 ` realcharmer
@ 2023-12-16 14:46 ` mhmdanas
  2023-12-16 15:04 ` realcharmer
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mhmdanas @ 2023-12-16 14:46 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858835347

Comment:
> You also have to increase the package revision number.

Not necessarily, I don't think a homepage update warrants a revbump.

> Is it really necessary to include the hyperlink in the commit message body?

I just did it to show the evidence of the move, but it's not strictly necessary I guess.

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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
                   ` (3 preceding siblings ...)
  2023-12-16 14:46 ` mhmdanas
@ 2023-12-16 15:04 ` realcharmer
  2023-12-16 15:08 ` mhmdanas
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: realcharmer @ 2023-12-16 15:04 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858838867

Comment:
> Not necessarily, I don't think a homepage update warrants a revbump.

I reckon any template change without a version bump is a new revision.


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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
                   ` (4 preceding siblings ...)
  2023-12-16 15:04 ` realcharmer
@ 2023-12-16 15:08 ` mhmdanas
  2023-12-16 15:08 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mhmdanas @ 2023-12-16 15:08 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858839704

Comment:
https://github.com/void-linux/void-packages/pull/44385#issuecomment-1589277787, but I don't care much either way.

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

* Re: [PR PATCH] [Updated] senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
                   ` (5 preceding siblings ...)
  2023-12-16 15:08 ` mhmdanas
@ 2023-12-16 15:08 ` mhmdanas
  2023-12-16 17:42 ` realcharmer
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mhmdanas @ 2023-12-16 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages senpai-update-url
https://github.com/void-linux/void-packages/pull/47783

senpai: update homepage and distfiles URL.
The repository has been moved, as https://git.sr.ht/~taiite/senpai/tree/5e771831a3196f49d4417e0f913da64a251e8cb5/item/README.md shows.

@realcharmer

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

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-senpai-update-url-47783.patch --]
[-- Type: text/x-diff, Size: 1169 bytes --]

From 0ec3262b1297ee02680fa31fd4a94e0c33c2e4f9 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 16 Dec 2023 02:13:13 +0000
Subject: [PATCH] senpai: update homepage and distfiles URL.

The repository has been moved.
---
 srcpkgs/senpai/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/senpai/template b/srcpkgs/senpai/template
index ea80aabfed014..999bad319a5ff 100644
--- a/srcpkgs/senpai/template
+++ b/srcpkgs/senpai/template
@@ -1,7 +1,7 @@
 # Template file for 'senpai'
 pkgname=senpai
 version=0.3.0
-revision=1
+revision=2
 build_style=go
 go_import_path="git.sr.ht/~taiite/senpai"
 go_package="./cmd/senpai"
@@ -9,8 +9,8 @@ hostmakedepends="scdoc"
 short_desc="IRC client that works best with bouncers"
 maintainer="Emil Miler <em@0x45.cz>"
 license="ISC"
-homepage="https://git.sr.ht/~taiite/senpai"
-distfiles="https://git.sr.ht/~taiite/senpai/archive/v${version}.tar.gz"
+homepage="https://git.sr.ht/~delthas/senpai/"
+distfiles="https://git.sr.ht/~delthas/senpai/archive/v${version}.tar.gz"
 checksum=c02f63a7d76ae13ed888fc0de17fa9fd5117dcb3c9edc5670341bf2bf3b88718
 
 post_install() {

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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
                   ` (6 preceding siblings ...)
  2023-12-16 15:08 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-12-16 17:42 ` realcharmer
  2023-12-16 17:43 ` realcharmer
  2023-12-21  0:41 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: realcharmer @ 2023-12-16 17:42 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858880168

Comment:
If it's fine with the maintainers and the linter won't complain, it's fine with me as well.

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

* Re: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
                   ` (7 preceding siblings ...)
  2023-12-16 17:42 ` realcharmer
@ 2023-12-16 17:43 ` realcharmer
  2023-12-21  0:41 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: realcharmer @ 2023-12-16 17:43 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/47783#issuecomment-1858880504

Comment:
Also thanks for the PR, good job 👍

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

* Re: [PR PATCH] [Merged]: senpai: update homepage and distfiles URL.
  2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
                   ` (8 preceding siblings ...)
  2023-12-16 17:43 ` realcharmer
@ 2023-12-21  0:41 ` classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2023-12-21  0:41 UTC (permalink / raw)
  To: ml

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

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

senpai: update homepage and distfiles URL.
https://github.com/void-linux/void-packages/pull/47783

Description:
The repository has been moved, as https://git.sr.ht/~taiite/senpai/tree/5e771831a3196f49d4417e0f913da64a251e8cb5/item/README.md shows.

@realcharmer

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

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

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

end of thread, other threads:[~2023-12-21  0:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-16  2:15 [PR PATCH] senpai: update homepage and distfiles URL mhmdanas
2023-12-16  2:25 ` mhmdanas
2023-12-16 10:38 ` realcharmer
2023-12-16 10:39 ` realcharmer
2023-12-16 14:46 ` mhmdanas
2023-12-16 15:04 ` realcharmer
2023-12-16 15:08 ` mhmdanas
2023-12-16 15:08 ` [PR PATCH] [Updated] " mhmdanas
2023-12-16 17:42 ` realcharmer
2023-12-16 17:43 ` realcharmer
2023-12-21  0:41 ` [PR PATCH] [Merged]: " classabbyamp

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