Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] subtle: remove package
@ 2021-02-20 10:24 UsernameRandomlyGenerated
  2021-02-20 11:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 10:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages subtle
https://github.com/void-linux/void-packages/pull/28918

subtle: remove package
Homepage is down for at least one year, no access to source code.

<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/28918.patch is attached

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

From ab3c2415884a80e52a50717cbf4a1ac6045ba717 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sat, 20 Feb 2021 11:23:15 +0100
Subject: [PATCH] subtle: remove package

Homepage is down for at least one year, no access to source code.
---
 srcpkgs/removed-packages/template |  1 +
 srcpkgs/subtle/template           | 37 -------------------------------
 srcpkgs/subtle/update             |  2 --
 3 files changed, 1 insertion(+), 39 deletions(-)
 delete mode 100644 srcpkgs/subtle/template
 delete mode 100644 srcpkgs/subtle/update

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 2d2338a8b9b..8483e459b2d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -232,6 +232,7 @@ replaces="
  soulseekqt<=20160117_2
  spacefm-ng<=1.0.6_3
  sqlite-replication<=3.32.3_2
+ subtle<=0.11.3285
  tagainijisho<=1.0.3_1
  tlsdate<=0.0.13_16
  taizen<=0.0.0.20180808_4
diff --git a/srcpkgs/subtle/template b/srcpkgs/subtle/template
deleted file mode 100644
index 28db062ae8a..00000000000
--- a/srcpkgs/subtle/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'subtle'
-pkgname=subtle
-version=0.11.3285
-revision=1
-hostmakedepends="python3 mercurial ruby-devel pkg-config"
-makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
- libXinerama-devel libXrandr-devel libXtst-devel"
-short_desc="Manual tiling window manager"
-maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
-homepage="http://subtle.subforge.org"
-conf_files="/etc/xdg/subtle/subtle.rb"
-broken="source location down"
-
-if [ "$CROSS_BUILD" ]; then
-	if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
-		broken="Word size must match"
-	fi
-	hostmakedepends+=" $makedepends"
-	CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-2.7.0/"
-	export CFLAGS
-fi
-
-do_fetch() {
-	local url="http://hg.subforge.org/${pkgname}"
-	msg_normal "Fetching source ${version%.*} from $url ...\n"
-	hg clone --rev ${version##*.} ${url} ${pkgname}-${version}
-}
-do_configure() {
-	DESTDIR=$PKGDESTDIR rake config
-}
-do_build() {
-	rake build
-}
-do_install() {
-	rake install
-}
diff --git a/srcpkgs/subtle/update b/srcpkgs/subtle/update
deleted file mode 100644
index bb99e1ff3be..00000000000
--- a/srcpkgs/subtle/update
+++ /dev/null
@@ -1,2 +0,0 @@
-site='http://subforge.org/projects/subtle/files'
-pattern='>subtle-\K[\d\.]+'

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

* Re: [PR PATCH] [Updated] subtle: remove package
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
@ 2021-02-20 11:58 ` UsernameRandomlyGenerated
  2021-02-20 13:35 ` Chocimier
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 11:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages subtle
https://github.com/void-linux/void-packages/pull/28918

subtle: remove package
Homepage is down for at least one year, no access to source code.

<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/28918.patch is attached

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

From 81fe80ce41eedb18bbe43030aedd890daa86a0a1 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sat, 20 Feb 2021 11:23:15 +0100
Subject: [PATCH] subtle: remove package

Homepage is down for at least one year, no access to source code.
---
 srcpkgs/removed-packages/template |  1 +
 srcpkgs/subtle/template           | 37 -------------------------------
 srcpkgs/subtle/update             |  2 --
 3 files changed, 1 insertion(+), 39 deletions(-)
 delete mode 100644 srcpkgs/subtle/template
 delete mode 100644 srcpkgs/subtle/update

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 2d2338a8b9b..72ac910d7bb 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -232,6 +232,7 @@ replaces="
  soulseekqt<=20160117_2
  spacefm-ng<=1.0.6_3
  sqlite-replication<=3.32.3_2
+ subtle<=0.11.3285_1
  tagainijisho<=1.0.3_1
  tlsdate<=0.0.13_16
  taizen<=0.0.0.20180808_4
diff --git a/srcpkgs/subtle/template b/srcpkgs/subtle/template
deleted file mode 100644
index 28db062ae8a..00000000000
--- a/srcpkgs/subtle/template
+++ /dev/null
@@ -1,37 +0,0 @@
-# Template file for 'subtle'
-pkgname=subtle
-version=0.11.3285
-revision=1
-hostmakedepends="python3 mercurial ruby-devel pkg-config"
-makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
- libXinerama-devel libXrandr-devel libXtst-devel"
-short_desc="Manual tiling window manager"
-maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
-homepage="http://subtle.subforge.org"
-conf_files="/etc/xdg/subtle/subtle.rb"
-broken="source location down"
-
-if [ "$CROSS_BUILD" ]; then
-	if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
-		broken="Word size must match"
-	fi
-	hostmakedepends+=" $makedepends"
-	CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/ruby-2.7.0/"
-	export CFLAGS
-fi
-
-do_fetch() {
-	local url="http://hg.subforge.org/${pkgname}"
-	msg_normal "Fetching source ${version%.*} from $url ...\n"
-	hg clone --rev ${version##*.} ${url} ${pkgname}-${version}
-}
-do_configure() {
-	DESTDIR=$PKGDESTDIR rake config
-}
-do_build() {
-	rake build
-}
-do_install() {
-	rake install
-}
diff --git a/srcpkgs/subtle/update b/srcpkgs/subtle/update
deleted file mode 100644
index bb99e1ff3be..00000000000
--- a/srcpkgs/subtle/update
+++ /dev/null
@@ -1,2 +0,0 @@
-site='http://subforge.org/projects/subtle/files'
-pattern='>subtle-\K[\d\.]+'

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

* Re: subtle: remove package
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
  2021-02-20 11:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-02-20 13:35 ` Chocimier
  2021-02-20 15:33 ` UsernameRandomlyGenerated
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Chocimier @ 2021-02-20 13:35 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782658164

Comment:
Current homepage is https://hg.unexist.dev/subtle/

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

* Re: subtle: remove package
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
  2021-02-20 11:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
  2021-02-20 13:35 ` Chocimier
@ 2021-02-20 15:33 ` UsernameRandomlyGenerated
  2021-02-20 15:35 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 15:33 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782699290

Comment:
Huh, I looked around the web and couldn't find anything. I guess I'll repurpose the commit to fix homepage and license then.

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

* Re: [PR PATCH] [Updated] subtle: remove package
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-02-20 15:33 ` UsernameRandomlyGenerated
@ 2021-02-20 15:35 ` UsernameRandomlyGenerated
  2021-02-20 15:36 ` subtle: update homepage and license UsernameRandomlyGenerated
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages subtle
https://github.com/void-linux/void-packages/pull/28918

subtle: remove package
Homepage is down for at least one year, no access to source code.

<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/28918.patch is attached

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

From 9dcf40f06d2b52147712b32bfef441b3dc4bb4ae Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sat, 20 Feb 2021 16:35:13 +0100
Subject: [PATCH] subtle: update homepage and license

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

diff --git a/srcpkgs/subtle/template b/srcpkgs/subtle/template
index 28db062ae8a..7cdaf0f44fa 100644
--- a/srcpkgs/subtle/template
+++ b/srcpkgs/subtle/template
@@ -7,8 +7,8 @@ makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
  libXinerama-devel libXrandr-devel libXtst-devel"
 short_desc="Manual tiling window manager"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-2"
-homepage="http://subtle.subforge.org"
+license="GPL-2.0-or-later"
+homepage="https://hg.unexist.dev/subtle/"
 conf_files="/etc/xdg/subtle/subtle.rb"
 broken="source location down"
 

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (3 preceding siblings ...)
  2021-02-20 15:35 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-02-20 15:36 ` UsernameRandomlyGenerated
  2021-02-20 19:11 ` UsernameRandomlyGenerated
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 15:36 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782699290

Comment:
Huh, I looked around the web and couldn't find anything. I guess I'll repurpose the PR to fix homepage and license then.

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (4 preceding siblings ...)
  2021-02-20 15:36 ` subtle: update homepage and license UsernameRandomlyGenerated
@ 2021-02-20 19:11 ` UsernameRandomlyGenerated
  2021-02-20 19:46 ` ericonr
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-20 19:11 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782699290

Comment:
Huh, I looked around the web and couldn't find anything. I guess I'll repurpose the PR to fix homepage and license then.

Edit: I'm not sure about to do about version though as in the above link the 0.11 release appears to be older (3223) than what we have (3285).

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (5 preceding siblings ...)
  2021-02-20 19:11 ` UsernameRandomlyGenerated
@ 2021-02-20 19:46 ` ericonr
  2021-02-20 19:49 ` thypon
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-20 19:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782739366

Comment:
Please move it to use a tarball https://hg.unexist.dev/subtle/rev/0.11 -> https://hg.unexist.dev/subtle/archive/0.11.tar.gz

And fix the update file.

@thypon for awareness

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (6 preceding siblings ...)
  2021-02-20 19:46 ` ericonr
@ 2021-02-20 19:49 ` thypon
  2021-02-20 20:01 ` Chocimier
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: thypon @ 2021-02-20 19:49 UTC (permalink / raw)
  To: ml

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

New comment by thypon on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782739628

Comment:
> Please move it to use a tarball https://hg.unexist.dev/subtle/rev/0.11 -> https://hg.unexist.dev/subtle/archive/0.11.tar.gz
> 
> 
> 
> And fix the update file.
> 
> 
> 
> @thypon for awareness

Please don't, subtle tarballs are a terrible idea. Every commit is stable enough, stable releases remain broken for longer time in rolling releases.

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (7 preceding siblings ...)
  2021-02-20 19:49 ` thypon
@ 2021-02-20 20:01 ` Chocimier
  2021-02-21 10:02 ` UsernameRandomlyGenerated
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Chocimier @ 2021-02-20 20:01 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782741207

Comment:
There are tarballs for serial commit number, like https://hg.unexist.dev/subtle/archive/3285.tar.gz

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (8 preceding siblings ...)
  2021-02-20 20:01 ` Chocimier
@ 2021-02-21 10:02 ` UsernameRandomlyGenerated
  2021-02-21 18:17 ` thypon
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-21 10:02 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782831222

Comment:
So should I go with the latest commit for the current PR or just fix build with the same commit that we had (3285) for now?

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (9 preceding siblings ...)
  2021-02-21 10:02 ` UsernameRandomlyGenerated
@ 2021-02-21 18:17 ` thypon
  2021-02-24  3:45 ` ericonr
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: thypon @ 2021-02-21 18:17 UTC (permalink / raw)
  To: ml

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

New comment by thypon on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-782901136

Comment:
If subtle 3285 is compiling with latest ruby and libs just use that one. I will update the package to the latest version hereafter

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (10 preceding siblings ...)
  2021-02-21 18:17 ` thypon
@ 2021-02-24  3:45 ` ericonr
  2021-02-27 14:52 ` UsernameRandomlyGenerated
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-24  3:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-784730562

Comment:
Ping

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (11 preceding siblings ...)
  2021-02-24  3:45 ` ericonr
@ 2021-02-27 14:52 ` UsernameRandomlyGenerated
  2021-02-27 14:52 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-27 14:52 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-787083857

Comment:
Sorry, I won't have access to my home PC for the next week, I won't be able to check if it compiles so if anyone else wants to do it then feel free to create new PR, I will close this one for now.

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

* Re: [PR PATCH] [Closed]: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (12 preceding siblings ...)
  2021-02-27 14:52 ` UsernameRandomlyGenerated
@ 2021-02-27 14:52 ` UsernameRandomlyGenerated
  2021-02-27 15:11 ` ericonr
  2021-03-01 10:08 ` UsernameRandomlyGenerated
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-02-27 14:52 UTC (permalink / raw)
  To: ml

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

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

subtle: update homepage and license
https://github.com/void-linux/void-packages/pull/28918

Description:
Homepage is down for at least one year, no access to source code.

<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 17+ messages in thread

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (13 preceding siblings ...)
  2021-02-27 14:52 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
@ 2021-02-27 15:11 ` ericonr
  2021-03-01 10:08 ` UsernameRandomlyGenerated
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-02-27 15:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-787087901

Comment:
@UsernameRandomlyGenerated feel free to leave the PR open, if you still want to fix the package when you get back :)

I just pinged to know the status.

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

* Re: subtle: update homepage and license
  2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
                   ` (14 preceding siblings ...)
  2021-02-27 15:11 ` ericonr
@ 2021-03-01 10:08 ` UsernameRandomlyGenerated
  15 siblings, 0 replies; 17+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-01 10:08 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/28918#issuecomment-787083857

Comment:
Sorry, I won't have access to my home PC for the next week, I won't be able to check if it compiles so if anyone else wants to do it then feel free to create new PR, I will close this one for now.

Edit: I'll try building it tomorrow.

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

end of thread, other threads:[~2021-03-01 10:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20 10:24 [PR PATCH] subtle: remove package UsernameRandomlyGenerated
2021-02-20 11:58 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-02-20 13:35 ` Chocimier
2021-02-20 15:33 ` UsernameRandomlyGenerated
2021-02-20 15:35 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-02-20 15:36 ` subtle: update homepage and license UsernameRandomlyGenerated
2021-02-20 19:11 ` UsernameRandomlyGenerated
2021-02-20 19:46 ` ericonr
2021-02-20 19:49 ` thypon
2021-02-20 20:01 ` Chocimier
2021-02-21 10:02 ` UsernameRandomlyGenerated
2021-02-21 18:17 ` thypon
2021-02-24  3:45 ` ericonr
2021-02-27 14:52 ` UsernameRandomlyGenerated
2021-02-27 14:52 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
2021-02-27 15:11 ` ericonr
2021-03-01 10:08 ` UsernameRandomlyGenerated

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