Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ugdb: update to 0.1.10.
@ 2021-08-06 12:11 reedts
  2021-08-06 19:31 ` [PR REVIEW] " ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: reedts @ 2021-08-06 12:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages ugdb_0.1.10
https://github.com/void-linux/void-packages/pull/32361

ugdb: update to 0.1.10.
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From 199ac4caf06def0c92d27e390943e514cd7b55fd Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Fri, 6 Aug 2021 13:23:34 +0200
Subject: [PATCH] ugdb: update to 0.1.10.

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

diff --git a/srcpkgs/ugdb/template b/srcpkgs/ugdb/template
index 2220ee92948b..b2ee9c57980a 100644
--- a/srcpkgs/ugdb/template
+++ b/srcpkgs/ugdb/template
@@ -1,14 +1,16 @@
 # Template file for 'ugdb'
 pkgname=ugdb
-version=0.1.9
+version=0.1.10
 revision=1
 build_style=cargo
+depends="gdb"
+checkdepends="gdb"
 short_desc="Alternative TUI for gdb"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/ftilde/ugdb"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=c96925da24fa684f6b22f1fee90a83d34c69be0466ae2fd7fa96cd5af7e903a1
+checksum=ccc41aed24f3ed8fd18decbcbb12ffa78542b5de37692a6dc927c08e4eb234bb
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc*) broken="nix-0.7.0 fails to build";;

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
@ 2021-08-06 19:31 ` ericonr
  2021-08-06 19:31 ` ericonr
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-08-06 19:31 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684460934

Comment:
This should truly be removable this time around.

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
  2021-08-06 19:31 ` [PR REVIEW] " ericonr
@ 2021-08-06 19:31 ` ericonr
  2021-08-06 19:37 ` reedts
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-08-06 19:31 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684460804

Comment:
Not sure I'm in favor, I usually use `ugdb` with `arm-none-eabi-gdb`.

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
  2021-08-06 19:31 ` [PR REVIEW] " ericonr
  2021-08-06 19:31 ` ericonr
@ 2021-08-06 19:37 ` reedts
  2021-08-06 19:40 ` reedts
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: reedts @ 2021-08-06 19:37 UTC (permalink / raw)
  To: ml

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

New review comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684464145

Comment:
Not sure about this one either. Then again, we possible can trust in the user to point `ugdb` to some usable `gdb` binary, right?

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (2 preceding siblings ...)
  2021-08-06 19:37 ` reedts
@ 2021-08-06 19:40 ` reedts
  2021-08-06 19:40 ` reedts
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: reedts @ 2021-08-06 19:40 UTC (permalink / raw)
  To: ml

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

New review comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684465393

Comment:
If I'm not overseeing something [here](https://github.com/nix-rust/nix), ppc is still not officially supported by nix though.

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (3 preceding siblings ...)
  2021-08-06 19:40 ` reedts
@ 2021-08-06 19:40 ` reedts
  2021-08-06 19:46 ` ericonr
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: reedts @ 2021-08-06 19:40 UTC (permalink / raw)
  To: ml

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

New review comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684465393

Comment:
If I'm not overseeing something [here](https://github.com/nix-rust/nix), ppc is still not officially supported by `nix` though.

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (4 preceding siblings ...)
  2021-08-06 19:40 ` reedts
@ 2021-08-06 19:46 ` ericonr
  2021-08-06 19:47 ` ericonr
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-08-06 19:46 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684468464

Comment:
Yep, exactly. I'd prefer to leave without any `depends`

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (5 preceding siblings ...)
  2021-08-06 19:46 ` ericonr
@ 2021-08-06 19:47 ` ericonr
  2021-08-06 20:08 ` reedts
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-08-06 19:47 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684468714

Comment:
Well, but it builds :p 

0.7.0 was the problematic release that didn't even build.

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (6 preceding siblings ...)
  2021-08-06 19:47 ` ericonr
@ 2021-08-06 20:08 ` reedts
  2021-08-06 20:09 ` reedts
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: reedts @ 2021-08-06 20:08 UTC (permalink / raw)
  To: ml

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

New review comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684479063

Comment:
Okay, removing it

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

* Re: [PR REVIEW] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (7 preceding siblings ...)
  2021-08-06 20:08 ` reedts
@ 2021-08-06 20:09 ` reedts
  2021-08-06 20:13 ` [PR PATCH] [Updated] " reedts
  2021-08-06 20:24 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: reedts @ 2021-08-06 20:09 UTC (permalink / raw)
  To: ml

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

New review comment by reedts on void-packages repository

https://github.com/void-linux/void-packages/pull/32361#discussion_r684479135

Comment:
Alright

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

* Re: [PR PATCH] [Updated] ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (8 preceding siblings ...)
  2021-08-06 20:09 ` reedts
@ 2021-08-06 20:13 ` reedts
  2021-08-06 20:24 ` [PR PATCH] [Merged]: " ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: reedts @ 2021-08-06 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages ugdb_0.1.10
https://github.com/void-linux/void-packages/pull/32361

ugdb: update to 0.1.10.
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From 19b7e0885e5e158b32bc8337810295be411b7c0b Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Fri, 6 Aug 2021 13:23:34 +0200
Subject: [PATCH] ugdb: update to 0.1.10.

---
 srcpkgs/ugdb/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ugdb/template b/srcpkgs/ugdb/template
index 2220ee92948b..20f7ed0f2096 100644
--- a/srcpkgs/ugdb/template
+++ b/srcpkgs/ugdb/template
@@ -1,18 +1,15 @@
 # Template file for 'ugdb'
 pkgname=ugdb
-version=0.1.9
+version=0.1.10
 revision=1
 build_style=cargo
+checkdepends="gdb"
 short_desc="Alternative TUI for gdb"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/ftilde/ugdb"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=c96925da24fa684f6b22f1fee90a83d34c69be0466ae2fd7fa96cd5af7e903a1
-
-case "$XBPS_TARGET_MACHINE" in
-	ppc*) broken="nix-0.7.0 fails to build";;
-esac
+checksum=ccc41aed24f3ed8fd18decbcbb12ffa78542b5de37692a6dc927c08e4eb234bb
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: ugdb: update to 0.1.10.
  2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
                   ` (9 preceding siblings ...)
  2021-08-06 20:13 ` [PR PATCH] [Updated] " reedts
@ 2021-08-06 20:24 ` ericonr
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-08-06 20:24 UTC (permalink / raw)
  To: ml

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

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

ugdb: update to 0.1.10.
https://github.com/void-linux/void-packages/pull/32361

Description:
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

end of thread, other threads:[~2021-08-06 20:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06 12:11 [PR PATCH] ugdb: update to 0.1.10 reedts
2021-08-06 19:31 ` [PR REVIEW] " ericonr
2021-08-06 19:31 ` ericonr
2021-08-06 19:37 ` reedts
2021-08-06 19:40 ` reedts
2021-08-06 19:40 ` reedts
2021-08-06 19:46 ` ericonr
2021-08-06 19:47 ` ericonr
2021-08-06 20:08 ` reedts
2021-08-06 20:09 ` reedts
2021-08-06 20:13 ` [PR PATCH] [Updated] " reedts
2021-08-06 20:24 ` [PR PATCH] [Merged]: " ericonr

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