Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vile: update to 9.8x
@ 2023-01-13 21:42 clyhtsuriva
  2023-01-15 11:26 ` [PR REVIEW] " paper42
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-13 21:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8x
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 93a88b6cae38576e3ceadbe0c3e79644267e2379 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH] vile: update to 9.8x

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

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83b..fbfa9a4c1ca2 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8x
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://invisible-island.net/vile/vile.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
 	sed -i 's/\[\[//g' filters/sh-filt.l

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

* Re: [PR REVIEW] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
  2023-01-15 11:26 ` [PR REVIEW] " paper42
@ 2023-01-15 11:26 ` paper42
  2023-01-15 11:26 ` paper42
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-01-15 11:26 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#discussion_r1070566073

Comment:
```suggestion
	vsed -e 's/\[\[//g' -i filters/sh-filt.l
```
and the same in post_configure

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

* Re: [PR REVIEW] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
  2023-01-15 11:26 ` [PR REVIEW] " paper42
  2023-01-15 11:26 ` paper42
@ 2023-01-15 11:26 ` paper42
  2023-01-15 13:02 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-01-15 11:26 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#discussion_r1070566040

Comment:
```suggestion
homepage="http://invisible-island.net/vile/vile.html"
changelog="https://invisible-island.net/vile/CHANGES.html"
```

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

* Re: [PR REVIEW] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
@ 2023-01-15 11:26 ` paper42
  2023-01-15 11:26 ` paper42
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-01-15 11:26 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#discussion_r1070565908

Comment:
```suggestion
homepage="https://invisible-island.net/vile/vile.html"
```

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

* Re: [PR PATCH] [Updated] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (2 preceding siblings ...)
  2023-01-15 11:26 ` paper42
@ 2023-01-15 13:02 ` clyhtsuriva
  2023-01-15 13:02 ` clyhtsuriva
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-15 13:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8x
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 93a88b6cae38576e3ceadbe0c3e79644267e2379 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH 1/2] vile: update to 9.8x

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

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83b..fbfa9a4c1ca2 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8x
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://invisible-island.net/vile/vile.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
 	sed -i 's/\[\[//g' filters/sh-filt.l

From b2fc93cf12fb9d55ce09373fff2b37a77c31d71e Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Sun, 15 Jan 2023 13:02:16 +0000
Subject: [PATCH 2/2] Update srcpkgs/vile/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/vile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index fbfa9a4c1ca2..0df8e6c9e10a 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -9,7 +9,7 @@ makedepends="ncurses-devel"
 short_desc="Text editor which is extremely compatible with vi like emacs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://invisible-island.net/vile/vile.html"
+homepage="https://invisible-island.net/vile/vile.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
 checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 

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

* Re: [PR PATCH] [Updated] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (3 preceding siblings ...)
  2023-01-15 13:02 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2023-01-15 13:02 ` clyhtsuriva
  2023-01-15 13:06 ` clyhtsuriva
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-15 13:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8x
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 93a88b6cae38576e3ceadbe0c3e79644267e2379 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH 1/3] vile: update to 9.8x

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

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83b..fbfa9a4c1ca2 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8x
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://invisible-island.net/vile/vile.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
 	sed -i 's/\[\[//g' filters/sh-filt.l

From b2fc93cf12fb9d55ce09373fff2b37a77c31d71e Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Sun, 15 Jan 2023 13:02:16 +0000
Subject: [PATCH 2/3] Update srcpkgs/vile/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/vile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index fbfa9a4c1ca2..0df8e6c9e10a 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -9,7 +9,7 @@ makedepends="ncurses-devel"
 short_desc="Text editor which is extremely compatible with vi like emacs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://invisible-island.net/vile/vile.html"
+homepage="https://invisible-island.net/vile/vile.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
 checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 

From fab7a2a12929bee812d2e7f7c49eb2984abeafb1 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Sun, 15 Jan 2023 13:02:38 +0000
Subject: [PATCH 3/3] Update srcpkgs/vile/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/vile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index 0df8e6c9e10a..b73c5a97c3e7 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -14,7 +14,7 @@ distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tg
 checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
-	sed -i 's/\[\[//g' filters/sh-filt.l
+	vsed -e 's/\[\[//g' -i filters/sh-filt.l
 }
 
 post_configure() {

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

* Re: [PR PATCH] [Updated] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (4 preceding siblings ...)
  2023-01-15 13:02 ` clyhtsuriva
@ 2023-01-15 13:06 ` clyhtsuriva
  2023-01-15 17:13 ` [PR REVIEW] " paper42
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-15 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8x
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From b1045c843e5a813cb1038242d971c4cc770a6b39 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH] vile: update to 9.8x

---
 srcpkgs/vile/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83b..98c8b55f24fb 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8x
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -9,12 +9,13 @@ makedepends="ncurses-devel"
 short_desc="Text editor which is extremely compatible with vi like emacs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://invisible-island.net/vile/vile.html"
+homepage="https://invisible-island.net/vile/vile.html"
+changelog="https://invisible-island.net/vile/CHANGES.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
-	sed -i 's/\[\[//g' filters/sh-filt.l
+	vsed -e 's/\[\[//g' -i filters/sh-filt.l
 }
 
 post_configure() {

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

* Re: [PR REVIEW] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (5 preceding siblings ...)
  2023-01-15 13:06 ` clyhtsuriva
@ 2023-01-15 17:13 ` paper42
  2023-01-16  7:19 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-01-15 17:13 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#discussion_r1070646115

Comment:
sed in post_configure should be changed to vsed as well

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

* Re: [PR PATCH] [Updated] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (6 preceding siblings ...)
  2023-01-15 17:13 ` [PR REVIEW] " paper42
@ 2023-01-16  7:19 ` clyhtsuriva
  2023-01-16  7:21 ` [PR REVIEW] " clyhtsuriva
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-16  7:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8x
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 1ba3d4532bebcdccac3749c11d28de50bb86f756 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH] vile: update to 9.8x

---
 srcpkgs/vile/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83b..03be247701fb 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8x
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -9,14 +9,15 @@ makedepends="ncurses-devel"
 short_desc="Text editor which is extremely compatible with vi like emacs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://invisible-island.net/vile/vile.html"
+homepage="https://invisible-island.net/vile/vile.html"
+changelog="https://invisible-island.net/vile/CHANGES.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
-	sed -i 's/\[\[//g' filters/sh-filt.l
+	vsed -e 's/\[\[//g' -i filters/sh-filt.l
 }
 
 post_configure() {
-	sed -i '/^BUILD_/d' makefile
+	vsed -e '/^BUILD_/d' -i makefile
 }

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

* Re: [PR REVIEW] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (7 preceding siblings ...)
  2023-01-16  7:19 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2023-01-16  7:21 ` clyhtsuriva
  2023-01-16  8:30 ` classabbyamp
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-16  7:21 UTC (permalink / raw)
  To: ml

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

New review comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#discussion_r1070903971

Comment:
Sorry, I forgot.
Changed in the new commit

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

* Re: [PR REVIEW] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (8 preceding siblings ...)
  2023-01-16  7:21 ` [PR REVIEW] " clyhtsuriva
@ 2023-01-16  8:30 ` classabbyamp
  2023-01-16  8:45 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2023-01-16  8:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#discussion_r1070953856

Comment:
9.8y is available

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

* Re: [PR PATCH] [Updated] vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (9 preceding siblings ...)
  2023-01-16  8:30 ` classabbyamp
@ 2023-01-16  8:45 ` clyhtsuriva
  2023-01-16  8:46 ` [PR REVIEW] vile: update to 9.8y clyhtsuriva
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-16  8:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8x
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 54a2b47027cb2adb09628e4937ec28612cc65b3f Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH] vile: update to 9.8y

---
 srcpkgs/vile/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83b..72c52749573a 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8y
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -9,14 +9,15 @@ makedepends="ncurses-devel"
 short_desc="Text editor which is extremely compatible with vi like emacs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://invisible-island.net/vile/vile.html"
+homepage="https://invisible-island.net/vile/vile.html"
+changelog="https://invisible-island.net/vile/CHANGES.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=1b67f1ef34f5f2075722ab46184bb149735e8538fa912fc07c985c92f78fe381
 
 post_extract() {
-	sed -i 's/\[\[//g' filters/sh-filt.l
+	vsed -e 's/\[\[//g' -i filters/sh-filt.l
 }
 
 post_configure() {
-	sed -i '/^BUILD_/d' makefile
+	vsed -e '/^BUILD_/d' -i makefile
 }

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

* Re: [PR REVIEW] vile: update to 9.8y
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (10 preceding siblings ...)
  2023-01-16  8:45 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2023-01-16  8:46 ` clyhtsuriva
  2023-01-16  9:01 ` clyhtsuriva
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-16  8:46 UTC (permalink / raw)
  To: ml

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

New review comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#discussion_r1070968180

Comment:
done

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

* Re: vile: update to 9.8y
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (11 preceding siblings ...)
  2023-01-16  8:46 ` [PR REVIEW] vile: update to 9.8y clyhtsuriva
@ 2023-01-16  9:01 ` clyhtsuriva
  2023-01-17 23:33 ` paper42
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-16  9:01 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#issuecomment-1383693185

Comment:
9.8y, unlike 9.8x, doesn't seem to build successfully on multiple architectures.

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

* Re: vile: update to 9.8y
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (12 preceding siblings ...)
  2023-01-16  9:01 ` clyhtsuriva
@ 2023-01-17 23:33 ` paper42
  2023-01-18 20:01 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-01-17 23:33 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#issuecomment-1386238977

Comment:
> 9.8y, unlike 9.8x, doesn't seem to build successfully on multiple architectures.

Could you revert this PR to x so it can be merged and once it is, make a second PR for y where we can look into it?

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

* Re: [PR PATCH] [Updated] vile: update to 9.8y
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (13 preceding siblings ...)
  2023-01-17 23:33 ` paper42
@ 2023-01-18 20:01 ` clyhtsuriva
  2023-01-18 20:05 ` vile: update to 9.8x clyhtsuriva
  2023-01-18 20:07 ` [PR PATCH] [Merged]: " classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-18 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8y
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From bba59df36ee58dcda374af9b45fe51f5b2dc46e9 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH] vile: update to 9.8x

---
 srcpkgs/vile/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83bb..03be247701fb9 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8x
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -9,14 +9,15 @@ makedepends="ncurses-devel"
 short_desc="Text editor which is extremely compatible with vi like emacs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://invisible-island.net/vile/vile.html"
+homepage="https://invisible-island.net/vile/vile.html"
+changelog="https://invisible-island.net/vile/CHANGES.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
-	sed -i 's/\[\[//g' filters/sh-filt.l
+	vsed -e 's/\[\[//g' -i filters/sh-filt.l
 }
 
 post_configure() {
-	sed -i '/^BUILD_/d' makefile
+	vsed -e '/^BUILD_/d' -i makefile
 }

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

* Re: vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (14 preceding siblings ...)
  2023-01-18 20:01 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2023-01-18 20:05 ` clyhtsuriva
  2023-01-18 20:07 ` [PR PATCH] [Merged]: " classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: clyhtsuriva @ 2023-01-18 20:05 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/41619#issuecomment-1387706351

Comment:
> > 9.8y, unlike 9.8x, doesn't seem to build successfully on multiple architectures.
> 
> Could you revert this PR to x so it can be merged and once it is, make a second PR for y where we can look into it?

Done.

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

* Re: [PR PATCH] [Merged]: vile: update to 9.8x
  2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
                   ` (15 preceding siblings ...)
  2023-01-18 20:05 ` vile: update to 9.8x clyhtsuriva
@ 2023-01-18 20:07 ` classabbyamp
  16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2023-01-18 20:07 UTC (permalink / raw)
  To: ml

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

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

vile: update to 9.8x
https://github.com/void-linux/void-packages/pull/41619

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

end of thread, other threads:[~2023-01-18 20:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 21:42 [PR PATCH] vile: update to 9.8x clyhtsuriva
2023-01-15 11:26 ` [PR REVIEW] " paper42
2023-01-15 11:26 ` paper42
2023-01-15 11:26 ` paper42
2023-01-15 13:02 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-15 13:02 ` clyhtsuriva
2023-01-15 13:06 ` clyhtsuriva
2023-01-15 17:13 ` [PR REVIEW] " paper42
2023-01-16  7:19 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-16  7:21 ` [PR REVIEW] " clyhtsuriva
2023-01-16  8:30 ` classabbyamp
2023-01-16  8:45 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-16  8:46 ` [PR REVIEW] vile: update to 9.8y clyhtsuriva
2023-01-16  9:01 ` clyhtsuriva
2023-01-17 23:33 ` paper42
2023-01-18 20:01 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-18 20:05 ` vile: update to 9.8x clyhtsuriva
2023-01-18 20:07 ` [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).