* [PR PATCH] New package: difftastic-0.28.0
@ 2022-05-23 11:41 juantascon
2022-05-23 11:42 ` [PR PATCH] [Updated] " juantascon
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: juantascon @ 2022-05-23 11:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 677 bytes --]
There is a new pull request by juantascon against master on the void-packages repository
https://github.com/juantascon/void-packages difftastic
https://github.com/void-linux/void-packages/pull/37253
New package: difftastic-0.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-libc
A patch file from https://github.com/void-linux/void-packages/pull/37253.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-difftastic-37253.patch --]
[-- Type: text/x-diff, Size: 1019 bytes --]
From a9e9f19fa5afc83db3da7297d0081eb72d330ea6 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 23 May 2022 13:39:31 +0200
Subject: [PATCH] New package: difftastic-0.28.0
---
srcpkgs/difftastic/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/difftastic/template
diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template
new file mode 100644
index 000000000000..651e7fd38214
--- /dev/null
+++ b/srcpkgs/difftastic/template
@@ -0,0 +1,14 @@
+# Template file for 'difftastic'
+pkgname=difftastic
+version=0.28.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+# makedepends="dbus-devel"
+short_desc="a diff that understands syntax"
+maintainer="Juan <juan@horlux.org>"
+license="Apache-2.0"
+homepage="https://difftastic.wilfred.me.uk/"
+https://github.com/wilfred/difftastic
+distfiles="https://github.com/wilfred/difftastic/archive/${version}.tar.gz"
+checksum=ef8d6dc2eb5d1beb1855636e582891465dd512bf2ad7ba69b1fcae668ca98005
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
@ 2022-05-23 11:42 ` juantascon
2022-05-24 1:49 ` abenson
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: juantascon @ 2022-05-23 11:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
There is an updated pull request by juantascon against master on the void-packages repository
https://github.com/juantascon/void-packages difftastic
https://github.com/void-linux/void-packages/pull/37253
New package: difftastic-0.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-libc
A patch file from https://github.com/void-linux/void-packages/pull/37253.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-difftastic-37253.patch --]
[-- Type: text/x-diff, Size: 988 bytes --]
From 5b00450f3a47e0f4ef4cb31c5e3e3b78368e4739 Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 23 May 2022 13:39:31 +0200
Subject: [PATCH] New package: difftastic-0.28.0
---
srcpkgs/difftastic/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/difftastic/template
diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template
new file mode 100644
index 000000000000..af4e6f010455
--- /dev/null
+++ b/srcpkgs/difftastic/template
@@ -0,0 +1,13 @@
+# Template file for 'difftastic'
+pkgname=difftastic
+version=0.28.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Diff that understands syntax"
+maintainer="Juan <juan@horlux.org>"
+license="Apache-2.0"
+homepage="https://difftastic.wilfred.me.uk/"
+https://github.com/wilfred/difftastic
+distfiles="https://github.com/wilfred/difftastic/archive/${version}.tar.gz"
+checksum=ef8d6dc2eb5d1beb1855636e582891465dd512bf2ad7ba69b1fcae668ca98005
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
2022-05-23 11:42 ` [PR PATCH] [Updated] " juantascon
@ 2022-05-24 1:49 ` abenson
2022-05-24 11:24 ` [PR PATCH] [Updated] " juantascon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2022-05-24 1:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/37253#issuecomment-1135311696
Comment:
You probably need to add something like:
```
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
```
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
2022-05-23 11:42 ` [PR PATCH] [Updated] " juantascon
2022-05-24 1:49 ` abenson
@ 2022-05-24 11:24 ` juantascon
2022-05-24 13:50 ` juantascon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: juantascon @ 2022-05-24 11:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
There is an updated pull request by juantascon against master on the void-packages repository
https://github.com/juantascon/void-packages difftastic
https://github.com/void-linux/void-packages/pull/37253
New package: difftastic-0.28.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-libc
A patch file from https://github.com/void-linux/void-packages/pull/37253.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-difftastic-37253.patch --]
[-- Type: text/x-diff, Size: 1069 bytes --]
From fe4784650fa92ad76f99da1d63d2e85fe53ef71e Mon Sep 17 00:00:00 2001
From: juantascon <juan@horlux.org>
Date: Mon, 23 May 2022 13:39:31 +0200
Subject: [PATCH] New package: difftastic-0.28.0
---
srcpkgs/difftastic/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/difftastic/template
diff --git a/srcpkgs/difftastic/template b/srcpkgs/difftastic/template
new file mode 100644
index 000000000000..e1b7999b9024
--- /dev/null
+++ b/srcpkgs/difftastic/template
@@ -0,0 +1,16 @@
+# Template file for 'difftastic'
+pkgname=difftastic
+version=0.28.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+ makedepends+=" libatomic-devel"
+fi
+short_desc="Diff that understands syntax"
+maintainer="Juan <juan@horlux.org>"
+license="Apache-2.0"
+homepage="https://difftastic.wilfred.me.uk/"
+https://github.com/wilfred/difftastic
+distfiles="https://github.com/wilfred/difftastic/archive/${version}.tar.gz"
+checksum=ef8d6dc2eb5d1beb1855636e582891465dd512bf2ad7ba69b1fcae668ca98005
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
` (2 preceding siblings ...)
2022-05-24 11:24 ` [PR PATCH] [Updated] " juantascon
@ 2022-05-24 13:50 ` juantascon
2022-06-24 16:17 ` TeddyDD
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: juantascon @ 2022-05-24 13:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
New comment by juantascon on void-packages repository
https://github.com/void-linux/void-packages/pull/37253#issuecomment-1135956463
Comment:
@abenson it didn't work either, any other suggestion?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
` (3 preceding siblings ...)
2022-05-24 13:50 ` juantascon
@ 2022-06-24 16:17 ` TeddyDD
2022-08-01 10:55 ` TeddyDD
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: TeddyDD @ 2022-06-24 16:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 191 bytes --]
New comment by TeddyDD on void-packages repository
https://github.com/void-linux/void-packages/pull/37253#issuecomment-1165727837
Comment:
0.29.1 has been released, maybe it will work 🤞
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
` (4 preceding siblings ...)
2022-06-24 16:17 ` TeddyDD
@ 2022-08-01 10:55 ` TeddyDD
2022-08-01 20:30 ` Chocimier
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: TeddyDD @ 2022-08-01 10:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New comment by TeddyDD on void-packages repository
https://github.com/void-linux/void-packages/pull/37253#issuecomment-1201041454
Comment:
I tried 0.31.0 and it's the same issue. Maybe you clould mark armv6l-musl as broken?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
` (5 preceding siblings ...)
2022-08-01 10:55 ` TeddyDD
@ 2022-08-01 20:30 ` Chocimier
2022-10-31 2:15 ` github-actions
2022-11-14 3:53 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2022-08-01 20:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
New comment by Chocimier on void-packages repository
https://github.com/void-linux/void-packages/pull/37253#issuecomment-1201689089
Comment:
Try exporting LDFLAGS=-latomic, or whatever way rust toolchain accepts that, if any.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
` (6 preceding siblings ...)
2022-08-01 20:30 ` Chocimier
@ 2022-10-31 2:15 ` github-actions
2022-11-14 3:53 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-10-31 2:15 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/37253#issuecomment-1296449490
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] 10+ messages in thread
* Re: [PR PATCH] [Closed]: New package: difftastic-0.28.0
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
` (7 preceding siblings ...)
2022-10-31 2:15 ` github-actions
@ 2022-11-14 3:53 ` github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-11-14 3:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 517 bytes --]
There's a closed pull request on the void-packages repository
New package: difftastic-0.28.0
https://github.com/void-linux/void-packages/pull/37253
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC) x86_64-libc
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-11-14 3:53 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 11:41 [PR PATCH] New package: difftastic-0.28.0 juantascon
2022-05-23 11:42 ` [PR PATCH] [Updated] " juantascon
2022-05-24 1:49 ` abenson
2022-05-24 11:24 ` [PR PATCH] [Updated] " juantascon
2022-05-24 13:50 ` juantascon
2022-06-24 16:17 ` TeddyDD
2022-08-01 10:55 ` TeddyDD
2022-08-01 20:30 ` Chocimier
2022-10-31 2:15 ` github-actions
2022-11-14 3:53 ` [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).