Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] musca: change distfiles and homepage
@ 2021-09-04 13:03 meator
  2021-09-05  9:54 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: meator @ 2021-09-04 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages musca
https://github.com/void-linux/void-packages/pull/32832

musca: change distfiles and homepage
<!-- Mark items with [x] where applicable -->
Musca seems pretty dead now. Maybe it should be removed. The current `homepage` points to a shady site and the current `distfiles` isn't accessible. This PR fixes both issues.

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

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

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

From a3df163c8e21de465b27a51ccbbe8304e8c0e6a4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 4 Sep 2021 14:25:54 +0200
Subject: [PATCH] musca: change distfiles and homepage

---
 srcpkgs/musca/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/musca/template b/srcpkgs/musca/template
index 7298475ab689..3d288dce0692 100644
--- a/srcpkgs/musca/template
+++ b/srcpkgs/musca/template
@@ -1,19 +1,20 @@
 # Template file for 'musca'
 pkgname=musca
 version=0.9.24
-revision=3
+revision=4
 build_style=gnu-makefile
 makedepends="libX11-devel libXcursor-devel"
 short_desc="Tiling window manager, with features nicked from ratpoison and dwm"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-3.0-or-later"
-homepage="http://aerosuidae.net/musca.html"
-distfiles="https://distfiles.voidlinux.de/musca-${version}/musca-${version}.tgz"
+homepage="https://linux.die.net/man/1/musca"
+distfiles="https://ftp.netbsd.org/pub/pkgsrc/distfiles/musca-${version}.tgz"
 checksum=c34e37e2df5075a61f8d5268786ab8115816af95c46e063c50f7f1c500527301
 
 pre_build() {
 	cp ${FILESDIR}/Makefile .
 }
+
 do_install() {
 	vbin musca
 	vbin apis

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

* Re: [PR REVIEW] musca: change distfiles and homepage
  2021-09-04 13:03 [PR PATCH] musca: change distfiles and homepage meator
@ 2021-09-05  9:54 ` paper42
  2021-09-05 12:41 ` meator
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-09-05  9:54 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32832#discussion_r702398413

Comment:
https://launchpad.net/musca seems to still work

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

* Re: [PR REVIEW] musca: change distfiles and homepage
  2021-09-04 13:03 [PR PATCH] musca: change distfiles and homepage meator
  2021-09-05  9:54 ` [PR REVIEW] " paper42
@ 2021-09-05 12:41 ` meator
  2021-09-05 12:42 ` [PR PATCH] [Updated] " meator
  2021-09-18  9:57 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2021-09-05 12:41 UTC (permalink / raw)
  To: ml

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

New review comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/32832#discussion_r702419244

Comment:
Oh, I didn't notice. I wasn't able to find any release archives in launchpad, so I'm leaving `distfiles` intact (there are revisions in the repo and there is a link to download a tarball of a revision, but the request returns `500 Internal Server Error`)

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

* Re: [PR PATCH] [Updated] musca: change distfiles and homepage
  2021-09-04 13:03 [PR PATCH] musca: change distfiles and homepage meator
  2021-09-05  9:54 ` [PR REVIEW] " paper42
  2021-09-05 12:41 ` meator
@ 2021-09-05 12:42 ` meator
  2021-09-18  9:57 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2021-09-05 12:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages musca
https://github.com/void-linux/void-packages/pull/32832

musca: change distfiles and homepage
<!-- Mark items with [x] where applicable -->
Musca seems pretty dead now. Maybe it should be removed. The current `homepage` points to a shady site and the current `distfiles` isn't accessible. This PR fixes both issues.

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

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

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

From 36ddc6844c1b7e2be60f92565585e6f71e1e68b2 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 4 Sep 2021 14:25:54 +0200
Subject: [PATCH] musca: change distfiles and homepage

---
 srcpkgs/musca/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/musca/template b/srcpkgs/musca/template
index 7298475ab689..e35871b1afd9 100644
--- a/srcpkgs/musca/template
+++ b/srcpkgs/musca/template
@@ -1,19 +1,20 @@
 # Template file for 'musca'
 pkgname=musca
 version=0.9.24
-revision=3
+revision=4
 build_style=gnu-makefile
 makedepends="libX11-devel libXcursor-devel"
 short_desc="Tiling window manager, with features nicked from ratpoison and dwm"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-3.0-or-later"
-homepage="http://aerosuidae.net/musca.html"
-distfiles="https://distfiles.voidlinux.de/musca-${version}/musca-${version}.tgz"
+homepage="https://launchpad.net/musca"
+distfiles="https://ftp.netbsd.org/pub/pkgsrc/distfiles/musca-${version}.tgz"
 checksum=c34e37e2df5075a61f8d5268786ab8115816af95c46e063c50f7f1c500527301
 
 pre_build() {
 	cp ${FILESDIR}/Makefile .
 }
+
 do_install() {
 	vbin musca
 	vbin apis

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

* Re: [PR PATCH] [Merged]: musca: change distfiles and homepage
  2021-09-04 13:03 [PR PATCH] musca: change distfiles and homepage meator
                   ` (2 preceding siblings ...)
  2021-09-05 12:42 ` [PR PATCH] [Updated] " meator
@ 2021-09-18  9:57 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-09-18  9:57 UTC (permalink / raw)
  To: ml

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

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

musca: change distfiles and homepage
https://github.com/void-linux/void-packages/pull/32832

Description:
<!-- Mark items with [x] where applicable -->
Musca seems pretty dead now. Maybe it should be removed. The current `homepage` points to a shady site and the current `distfiles` isn't accessible. This PR fixes both issues.

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-09-18  9:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04 13:03 [PR PATCH] musca: change distfiles and homepage meator
2021-09-05  9:54 ` [PR REVIEW] " paper42
2021-09-05 12:41 ` meator
2021-09-05 12:42 ` [PR PATCH] [Updated] " meator
2021-09-18  9:57 ` [PR PATCH] [Merged]: " paper42

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