Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sunxi-tools: update to 1.4.2.
@ 2022-03-22  6:07 classabbyamp
  2022-03-22  6:08 ` [PR REVIEW] " classabbyamp
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: classabbyamp @ 2022-03-22  6:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36271.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1809 bytes --]

From 12eeca994ba0934ea8182c13d94c64e200251172 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2.

---
 srcpkgs/sunxi-tools/template | 33 +++++++++------------------------
 1 file changed, 9 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..de952d53d69a 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,16 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822

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

* Re: [PR REVIEW] sunxi-tools: update to 1.4.2.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
@ 2022-03-22  6:08 ` classabbyamp
  2022-03-22  6:15 ` [PR PATCH] [Updated] " classabbyamp
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-03-22  6:08 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36271#discussion_r831799481

Comment:
not 100% sure I did this right. did I?

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

* Re: [PR PATCH] [Updated] sunxi-tools: update to 1.4.2.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
  2022-03-22  6:08 ` [PR REVIEW] " classabbyamp
@ 2022-03-22  6:15 ` classabbyamp
  2022-03-23  1:10 ` classabbyamp
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-03-22  6:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36271.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1840 bytes --]

From 9c545f78939e7e6220a72ae2b5a4160a8ecafa88 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2.

---
 srcpkgs/sunxi-tools/template | 34 ++++++++++------------------------
 1 file changed, 10 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..ee1895514571 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,17 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822
+make_check=no # it's a mess

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

* Re: [PR PATCH] [Updated] sunxi-tools: update to 1.4.2.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
  2022-03-22  6:08 ` [PR REVIEW] " classabbyamp
  2022-03-22  6:15 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-03-23  1:10 ` classabbyamp
  2022-03-23  1:10 ` [PR REVIEW] " classabbyamp
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-03-23  1:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36271.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1889 bytes --]

From 18ade0c81ec0b174bc9b89513e887c93aa4c1c4b Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2, adopt.

---
 srcpkgs/sunxi-tools/template | 36 +++++++++++-------------------------
 1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..a51ba55c7d15 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,17 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822
+make_check=no # it's a mess

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

* Re: [PR REVIEW] sunxi-tools: update to 1.4.2.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
                   ` (2 preceding siblings ...)
  2022-03-23  1:10 ` classabbyamp
@ 2022-03-23  1:10 ` classabbyamp
  2022-03-23  1:20 ` [PR REVIEW] sunxi-tools: update to 1.4.2, adopt classabbyamp
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-03-23  1:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36271#discussion_r831799481

Comment:
did I do this right?

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

* Re: [PR REVIEW] sunxi-tools: update to 1.4.2, adopt.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
                   ` (3 preceding siblings ...)
  2022-03-23  1:10 ` [PR REVIEW] " classabbyamp
@ 2022-03-23  1:20 ` classabbyamp
  2022-03-28 18:18 ` [PR PATCH] [Updated] " classabbyamp
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-03-23  1:20 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36271#discussion_r831799481

Comment:
did I do this right?

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

* Re: [PR PATCH] [Updated] sunxi-tools: update to 1.4.2, adopt.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
                   ` (4 preceding siblings ...)
  2022-03-23  1:20 ` [PR REVIEW] sunxi-tools: update to 1.4.2, adopt classabbyamp
@ 2022-03-28 18:18 ` classabbyamp
  2022-04-02 21:40 ` classabbyamp
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-03-28 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36271.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1889 bytes --]

From 64a910d300a12f946bfc16668bf7809bbf591889 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2, adopt.

---
 srcpkgs/sunxi-tools/template | 36 +++++++++++-------------------------
 1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..a51ba55c7d15 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,17 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822
+make_check=no # it's a mess

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

* Re: [PR PATCH] [Updated] sunxi-tools: update to 1.4.2, adopt.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
                   ` (5 preceding siblings ...)
  2022-03-28 18:18 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-04-02 21:40 ` classabbyamp
  2022-04-06  7:24 ` classabbyamp
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-04-02 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36271.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1889 bytes --]

From cdd2d0a473aaeed3072e6f4ea38d667e9ebe057b Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2, adopt.

---
 srcpkgs/sunxi-tools/template | 36 +++++++++++-------------------------
 1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..a51ba55c7d15 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,17 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@kb6.ee>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822
+make_check=no # it's a mess

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

* Re: [PR PATCH] [Updated] sunxi-tools: update to 1.4.2, adopt.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
                   ` (6 preceding siblings ...)
  2022-04-02 21:40 ` classabbyamp
@ 2022-04-06  7:24 ` classabbyamp
  2022-04-06 15:44 ` classabbyamp
  2022-04-06 17:38 ` [PR PATCH] [Merged]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-04-06  7:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36271.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1900 bytes --]

From cdcc1500f072b1827fe537a5454f6ff05c7c0c84 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2, adopt.

---
 srcpkgs/sunxi-tools/template | 36 +++++++++++-------------------------
 1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..52859117cd65 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,17 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <dev@placeviolette.net>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822
+make_check=no # it's a mess

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

* Re: [PR PATCH] [Updated] sunxi-tools: update to 1.4.2, adopt.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
                   ` (7 preceding siblings ...)
  2022-04-06  7:24 ` classabbyamp
@ 2022-04-06 15:44 ` classabbyamp
  2022-04-06 17:38 ` [PR PATCH] [Merged]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-04-06 15:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2, adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36271.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1901 bytes --]

From 786072e8f733ea7fa6bc452fba9712ac8d0f2fc2 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2, adopt.

---
 srcpkgs/sunxi-tools/template | 36 +++++++++++-------------------------
 1 file changed, 11 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..001d83851248 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,17 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="classabbyamp <void@placeviolette.net>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822
+make_check=no # it's a mess

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

* Re: [PR PATCH] [Merged]: sunxi-tools: update to 1.4.2, adopt.
  2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
                   ` (8 preceding siblings ...)
  2022-04-06 15:44 ` classabbyamp
@ 2022-04-06 17:38 ` paper42
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-04-06 17:38 UTC (permalink / raw)
  To: ml

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

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

sunxi-tools: update to 1.4.2, adopt.
https://github.com/void-linux/void-packages/pull/36271

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 11+ messages in thread

end of thread, other threads:[~2022-04-06 17:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22  6:07 [PR PATCH] sunxi-tools: update to 1.4.2 classabbyamp
2022-03-22  6:08 ` [PR REVIEW] " classabbyamp
2022-03-22  6:15 ` [PR PATCH] [Updated] " classabbyamp
2022-03-23  1:10 ` classabbyamp
2022-03-23  1:10 ` [PR REVIEW] " classabbyamp
2022-03-23  1:20 ` [PR REVIEW] sunxi-tools: update to 1.4.2, adopt classabbyamp
2022-03-28 18:18 ` [PR PATCH] [Updated] " classabbyamp
2022-04-02 21:40 ` classabbyamp
2022-04-06  7:24 ` classabbyamp
2022-04-06 15:44 ` classabbyamp
2022-04-06 17:38 ` [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).