Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0
@ 2024-09-08  8:42 newbluemoon
  2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: newbluemoon @ 2024-09-08  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From f44d33d752f3ced166fbd3e7362aabe93735ab62 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
@ 2024-09-15 13:26 ` newbluemoon
  2024-09-24 11:24 ` newbluemoon
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2024-09-15 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From c804763095203ff5a4e30d00aef8fc5e6aa43d9a Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
  2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
@ 2024-09-24 11:24 ` newbluemoon
  2024-10-23 19:15 ` newbluemoon
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2024-09-24 11:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From b979fb1f851b60c77b847a4ca67ffe4437ed60f3 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
  2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
  2024-09-24 11:24 ` newbluemoon
@ 2024-10-23 19:15 ` newbluemoon
  2024-11-21  8:45 ` newbluemoon
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2024-10-23 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From 54fa5079beca97e9e88b517c12c6c88eadcf63d5 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (2 preceding siblings ...)
  2024-10-23 19:15 ` newbluemoon
@ 2024-11-21  8:45 ` newbluemoon
  2024-12-19  5:03 ` newbluemoon
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2024-11-21  8:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From d1d2f53d31edbd70633dfb95a06bab04f084fc64 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (3 preceding siblings ...)
  2024-11-21  8:45 ` newbluemoon
@ 2024-12-19  5:03 ` newbluemoon
  2025-01-11 17:02 ` newbluemoon
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2024-12-19  5:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From d43e1d766969e2580065160086a5f85e42177c45 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (4 preceding siblings ...)
  2024-12-19  5:03 ` newbluemoon
@ 2025-01-11 17:02 ` newbluemoon
  2025-01-28 17:46 ` newbluemoon
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-01-11 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From 98d9900559f427ae282e7d450daf9d3607b57d9e Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (5 preceding siblings ...)
  2025-01-11 17:02 ` newbluemoon
@ 2025-01-28 17:46 ` newbluemoon
  2025-02-09  8:10 ` newbluemoon
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-01-28 17:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From 0ed1704a3c62ed4b13a3ef754443e1cdb1de49f2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (6 preceding siblings ...)
  2025-01-28 17:46 ` newbluemoon
@ 2025-02-09  8:10 ` newbluemoon
  2025-02-20 19:15 ` newbluemoon
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-02-09  8:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From b27fc218ab3128532facbb6324ffc55e953dd066 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29tux0

---
 srcpkgs/tuxedo-yt6801/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..889f8bf0464c29
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,20 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${version}/${pkgname}-v{version}.tar.bz2"
+checksum=712132a51947ecbd9d809f0a846967c18fa07f80c62dc5b07a6f524ecc992f34
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29tux0
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (7 preceding siblings ...)
  2025-02-09  8:10 ` newbluemoon
@ 2025-02-20 19:15 ` newbluemoon
  2025-02-20 21:54 ` [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29 newbluemoon
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-02-20 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29tux0
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, running on 6.10.8.


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

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

From 72dc156b98f2a7fe559c9f2176ae548e7d7249c9 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29

---
 srcpkgs/tuxedo-yt6801/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..666dacb70cd9fa
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,21 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29
+_version=${version}tux0
+revision=1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${_version}/${pkgname}-v${_version}.tar.bz2"
+checksum=d76134509bc3bc0fcea5e6addf63b00c21086569cb43f0f2214baba11331573a
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (8 preceding siblings ...)
  2025-02-20 19:15 ` newbluemoon
@ 2025-02-20 21:54 ` newbluemoon
  2025-03-09  6:29 ` newbluemoon
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-02-20 21:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, 6.12; running on 6.12.13


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

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

From e247a098954029f03fce1aca457f8494ed2441e5 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29

---
 srcpkgs/tuxedo-yt6801/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..c375ba2d4cc9fb
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,21 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29
+revision=1
+_version=${version}tux0
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${_version}/${pkgname}-v${_version}.tar.bz2"
+checksum=d76134509bc3bc0fcea5e6addf63b00c21086569cb43f0f2214baba11331573a
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (9 preceding siblings ...)
  2025-02-20 21:54 ` [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29 newbluemoon
@ 2025-03-09  6:29 ` newbluemoon
  2025-03-23  7:13 ` newbluemoon
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-03-09  6:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, 6.12, 6.13; running on 6.13.4


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

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

From bbff35899f10a66a834b5c0d9d8a52a9437c30e4 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29

---
 srcpkgs/tuxedo-yt6801/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..c375ba2d4cc9fb
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,21 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29
+revision=1
+_version=${version}tux0
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${_version}/${pkgname}-v${_version}.tar.bz2"
+checksum=d76134509bc3bc0fcea5e6addf63b00c21086569cb43f0f2214baba11331573a
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (10 preceding siblings ...)
  2025-03-09  6:29 ` newbluemoon
@ 2025-03-23  7:13 ` newbluemoon
  2025-04-04 17:19 ` newbluemoon
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-03-23  7:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, 6.12, 6.13; running on 6.13.4


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

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

From 8e9af6f60fe4f2bb4f995aaa36011c220624d503 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29

---
 srcpkgs/tuxedo-yt6801/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..c375ba2d4cc9fb
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,21 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29
+revision=1
+_version=${version}tux0
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${_version}/${pkgname}-v${_version}.tar.bz2"
+checksum=d76134509bc3bc0fcea5e6addf63b00c21086569cb43f0f2214baba11331573a
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (11 preceding siblings ...)
  2025-03-23  7:13 ` newbluemoon
@ 2025-04-04 17:19 ` newbluemoon
  2025-04-04 17:29 ` newbluemoon
  2025-04-19  4:48 ` newbluemoon
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-04-04 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, 6.12, 6.13; running on 6.13.4


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

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

From 826c31343803394e2d16d6b4689c4b956903cc0f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29

---
 srcpkgs/tuxedo-yt6801/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..c375ba2d4cc9fb
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,21 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29
+revision=1
+_version=${version}tux0
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${_version}/${pkgname}-v${_version}.tar.bz2"
+checksum=d76134509bc3bc0fcea5e6addf63b00c21086569cb43f0f2214baba11331573a
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (12 preceding siblings ...)
  2025-04-04 17:19 ` newbluemoon
@ 2025-04-04 17:29 ` newbluemoon
  2025-04-19  4:48 ` newbluemoon
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-04-04 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, 6.12, 6.13; running on 6.13.4


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

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

From 5e4c9e64030eac39870821cc3923f3418cab41b3 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29

---
 srcpkgs/tuxedo-yt6801/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..18d38a04fdb602
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,21 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29
+revision=1
+_version=${version}tux1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${_version}/${pkgname}-v${_version}.tar.bz2"
+checksum=0dd84e1aed323cd13b84c24162f24b38ecdf489d09b02a8e66a479d7a1ddf578
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

* Re: [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29
  2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
                   ` (13 preceding siblings ...)
  2025-04-04 17:29 ` newbluemoon
@ 2025-04-19  4:48 ` newbluemoon
  14 siblings, 0 replies; 16+ messages in thread
From: newbluemoon @ 2025-04-19  4:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages tuxedo-yt6801
https://github.com/void-linux/void-packages/pull/52144

New package: tuxedo-yt6801-1.0.29
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64)

Built for kernels 6.6 and 6.10, 6.12–6.14; running on 6.14.2


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

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

From 36da36077d53b133457acb2fc5d4ca7beb13cf39 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 8 Sep 2024 10:38:52 +0200
Subject: [PATCH] New package: tuxedo-yt6801-1.0.29

---
 srcpkgs/tuxedo-yt6801/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/tuxedo-yt6801/template

diff --git a/srcpkgs/tuxedo-yt6801/template b/srcpkgs/tuxedo-yt6801/template
new file mode 100644
index 00000000000000..18d38a04fdb602
--- /dev/null
+++ b/srcpkgs/tuxedo-yt6801/template
@@ -0,0 +1,21 @@
+# Template file for 'tuxedo-yt6801'
+pkgname=tuxedo-yt6801
+version=1.0.29
+revision=1
+_version=${version}tux1
+depends="dkms"
+short_desc="Driver for Motorcomm YT6801 ethernet controller"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-2.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801"
+changelog="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/raw/main/debian/changelog"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/${pkgname}/-/archive/v${_version}/${pkgname}-v${_version}.tar.bz2"
+checksum=0dd84e1aed323cd13b84c24162f24b38ecdf489d09b02a8e66a479d7a1ddf578
+
+dkms_modules="tuxedo-yt6801 ${version}"
+
+do_install() {
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vcopy debian/tuxedo-yt6801.dkms usr/src/${pkgname}-${version}/dkms.conf
+}

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

end of thread, other threads:[~2025-04-19  4:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-08  8:42 [PR PATCH] New package: tuxedo-yt6801-1.0.29tux0 newbluemoon
2024-09-15 13:26 ` [PR PATCH] [Updated] " newbluemoon
2024-09-24 11:24 ` newbluemoon
2024-10-23 19:15 ` newbluemoon
2024-11-21  8:45 ` newbluemoon
2024-12-19  5:03 ` newbluemoon
2025-01-11 17:02 ` newbluemoon
2025-01-28 17:46 ` newbluemoon
2025-02-09  8:10 ` newbluemoon
2025-02-20 19:15 ` newbluemoon
2025-02-20 21:54 ` [PR PATCH] [Updated] New package: tuxedo-yt6801-1.0.29 newbluemoon
2025-03-09  6:29 ` newbluemoon
2025-03-23  7:13 ` newbluemoon
2025-04-04 17:19 ` newbluemoon
2025-04-04 17:29 ` newbluemoon
2025-04-19  4:48 ` newbluemoon

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