Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: eiwd-1.28
@ 2022-07-09  8:50 wael444
  2022-07-12  8:45 ` [PR PATCH] [Updated] " wael444
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: wael444 @ 2022-07-09  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages eiwd
https://github.com/void-linux/void-packages/pull/37934

New package: eiwd-1.28
#### 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**

Solves #37622 

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

I mainly copied the original existing iwd template for this.

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

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

From da431aaf2c60dd126a864c60d04f5e3a3bfab9cd Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Sat, 9 Jul 2022 11:39:06 +0300
Subject: [PATCH] New package: eiwd-1.28

---
 srcpkgs/eiwd/files/eiwd/log/run |  2 ++
 srcpkgs/eiwd/files/eiwd/run     |  3 +++
 srcpkgs/eiwd/template           | 26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/eiwd/files/eiwd/log/run
 create mode 100755 srcpkgs/eiwd/files/eiwd/run
 create mode 100644 srcpkgs/eiwd/template

diff --git a/srcpkgs/eiwd/files/eiwd/log/run b/srcpkgs/eiwd/files/eiwd/log/run
new file mode 100755
index 000000000000..1e182b5a754e
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -p daemon.info -t iwd
diff --git a/srcpkgs/eiwd/files/eiwd/run b/srcpkgs/eiwd/files/eiwd/run
new file mode 100755
index 000000000000..f42e3cfc4ffa
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r ./conf ] && . ./conf
+exec /usr/libexec/iwd ${OPTS} 2>&1
diff --git a/srcpkgs/eiwd/template b/srcpkgs/eiwd/template
new file mode 100644
index 000000000000..49855085c7de
--- /dev/null
+++ b/srcpkgs/eiwd/template
@@ -0,0 +1,26 @@
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.28
+revision=1
+wrksrc=iwd-${version}
+build_style=gnu-configure
+configure_args="--disable-dbus --enable-wired --enable-pie"
+hostmakedepends="python3-docutils pkg-config"
+makedepends="readline-devel"
+checkdepends="python3"
+short_desc="Internet Wireless Daemon (iwd) without dbus"
+maintainer="wael <40663@proton.me>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/illiliti/eiwd"
+changelog="https://github.com/illiliti/eiwd/blob/master/ChangeLog"
+distfiles="https://github.com/illiliti/eiwd/releases/download/${version}-1/iwd-${version}.tar.xz"
+checksum=f7df393ee5cede63c4fabbef468f7d1038cd81476078563caeb7f9282d8e82c5
+make_dirs="/var/lib/iwd 0600 root root
+ /etc/iwd 755 root root"
+conflicts="iwd"
+# tests depend on kernel features
+make_check=extended
+
+post_install() {
+	vsv eiwd
+}

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

* Re: [PR PATCH] [Updated] New package: eiwd-1.28
  2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
@ 2022-07-12  8:45 ` wael444
  2022-07-17 18:29 ` wael444
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wael444 @ 2022-07-12  8:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages eiwd
https://github.com/void-linux/void-packages/pull/37934

New package: eiwd-1.28
#### 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**

Solves #37622 

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

I mainly copied the original existing iwd template for this.

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

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

From b4867876f0969eb2a55c74cbf5bc8e4befaf4db1 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Sat, 9 Jul 2022 11:39:06 +0300
Subject: [PATCH] New package: eiwd-1.28

---
 srcpkgs/eiwd/files/eiwd/log/run |  2 ++
 srcpkgs/eiwd/files/eiwd/run     |  3 +++
 srcpkgs/eiwd/template           | 26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/eiwd/files/eiwd/log/run
 create mode 100755 srcpkgs/eiwd/files/eiwd/run
 create mode 100644 srcpkgs/eiwd/template

diff --git a/srcpkgs/eiwd/files/eiwd/log/run b/srcpkgs/eiwd/files/eiwd/log/run
new file mode 100755
index 000000000000..1e182b5a754e
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -p daemon.info -t iwd
diff --git a/srcpkgs/eiwd/files/eiwd/run b/srcpkgs/eiwd/files/eiwd/run
new file mode 100755
index 000000000000..f42e3cfc4ffa
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r ./conf ] && . ./conf
+exec /usr/libexec/iwd ${OPTS} 2>&1
diff --git a/srcpkgs/eiwd/template b/srcpkgs/eiwd/template
new file mode 100644
index 000000000000..49855085c7de
--- /dev/null
+++ b/srcpkgs/eiwd/template
@@ -0,0 +1,26 @@
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.28
+revision=1
+wrksrc=iwd-${version}
+build_style=gnu-configure
+configure_args="--disable-dbus --enable-wired --enable-pie"
+hostmakedepends="python3-docutils pkg-config"
+makedepends="readline-devel"
+checkdepends="python3"
+short_desc="Internet Wireless Daemon (iwd) without dbus"
+maintainer="wael <40663@proton.me>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/illiliti/eiwd"
+changelog="https://github.com/illiliti/eiwd/blob/master/ChangeLog"
+distfiles="https://github.com/illiliti/eiwd/releases/download/${version}-1/iwd-${version}.tar.xz"
+checksum=f7df393ee5cede63c4fabbef468f7d1038cd81476078563caeb7f9282d8e82c5
+make_dirs="/var/lib/iwd 0600 root root
+ /etc/iwd 755 root root"
+conflicts="iwd"
+# tests depend on kernel features
+make_check=extended
+
+post_install() {
+	vsv eiwd
+}

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

* Re: [PR PATCH] [Updated] New package: eiwd-1.28
  2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
  2022-07-12  8:45 ` [PR PATCH] [Updated] " wael444
@ 2022-07-17 18:29 ` wael444
  2022-08-21 17:19 ` New package: eiwd-1.29 XDream8
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wael444 @ 2022-07-17 18:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages eiwd
https://github.com/void-linux/void-packages/pull/37934

New package: eiwd-1.28
#### 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**

Solves #37622 

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

I mainly copied the original existing iwd template for this.

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

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

From 6e32159c2cbbd939c1815340d58828830e0a9546 Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Sat, 9 Jul 2022 11:39:06 +0300
Subject: [PATCH] New package: eiwd-1.29

---
 srcpkgs/eiwd/files/eiwd/log/run |  2 ++
 srcpkgs/eiwd/files/eiwd/run     |  3 +++
 srcpkgs/eiwd/template           | 26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/eiwd/files/eiwd/log/run
 create mode 100755 srcpkgs/eiwd/files/eiwd/run
 create mode 100644 srcpkgs/eiwd/template

diff --git a/srcpkgs/eiwd/files/eiwd/log/run b/srcpkgs/eiwd/files/eiwd/log/run
new file mode 100755
index 000000000000..1e182b5a754e
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -p daemon.info -t iwd
diff --git a/srcpkgs/eiwd/files/eiwd/run b/srcpkgs/eiwd/files/eiwd/run
new file mode 100755
index 000000000000..f42e3cfc4ffa
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r ./conf ] && . ./conf
+exec /usr/libexec/iwd ${OPTS} 2>&1
diff --git a/srcpkgs/eiwd/template b/srcpkgs/eiwd/template
new file mode 100644
index 000000000000..00b1471ad699
--- /dev/null
+++ b/srcpkgs/eiwd/template
@@ -0,0 +1,26 @@
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.29
+revision=1
+wrksrc=iwd-${version}
+build_style=gnu-configure
+configure_args="--disable-dbus --enable-wired --enable-pie"
+hostmakedepends="python3-docutils pkg-config"
+makedepends="readline-devel"
+checkdepends="python3"
+short_desc="Internet Wireless Daemon (iwd) without dbus"
+maintainer="wael <40663@proton.me>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/illiliti/eiwd"
+changelog="https://github.com/illiliti/eiwd/blob/master/ChangeLog"
+distfiles="https://github.com/illiliti/eiwd/releases/download/${version}-1/iwd-${version}.tar.xz"
+checksum=be110cbbc6ecdbf417b11a6c61ae9d6675e668b985854ba6cfc2dab75cf22e64
+make_dirs="/var/lib/iwd 0600 root root
+ /etc/iwd 755 root root"
+conflicts="iwd"
+# tests depend on kernel features
+make_check=extended
+
+post_install() {
+	vsv eiwd
+}

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

* Re: New package: eiwd-1.29
  2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
  2022-07-12  8:45 ` [PR PATCH] [Updated] " wael444
  2022-07-17 18:29 ` wael444
@ 2022-08-21 17:19 ` XDream8
  2022-08-22  0:10 ` wael444
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: XDream8 @ 2022-08-21 17:19 UTC (permalink / raw)
  To: ml

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

New comment by XDream8 on void-packages repository

https://github.com/void-linux/void-packages/pull/37934#issuecomment-1221586825

Comment:
Why this is not merged yet?

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

* Re: New package: eiwd-1.29
  2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
                   ` (2 preceding siblings ...)
  2022-08-21 17:19 ` New package: eiwd-1.29 XDream8
@ 2022-08-22  0:10 ` wael444
  2022-08-23 10:14 ` paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wael444 @ 2022-08-22  0:10 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37934#issuecomment-1221651983

Comment:
1. void-packages is huge and maintainers don't have all day or are busy with other things.
2. maintainers would merge packages on if the community would want it ( i have never seen this happen).
3. packages can take days up to years to get merged.
4. ~~the time it took for my already existing open new packages PRs, i've moved to another distro.~~

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

* Re: New package: eiwd-1.29
  2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
                   ` (3 preceding siblings ...)
  2022-08-22  0:10 ` wael444
@ 2022-08-23 10:14 ` paper42
  2022-08-23 10:14 ` paper42
  2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-08-23 10:14 UTC (permalink / raw)
  To: ml

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

New comment by XDream8 on void-packages repository

https://github.com/void-linux/void-packages/pull/37934#issuecomment-1221586825

Comment:
Why this is not merged yet?

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

* Re: New package: eiwd-1.29
  2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
                   ` (4 preceding siblings ...)
  2022-08-23 10:14 ` paper42
@ 2022-08-23 10:14 ` paper42
  2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-08-23 10:14 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/pull/37934#issuecomment-1221651983

Comment:
1. void-packages is huge and maintainers don't have all day or are busy with other things.
2. maintainers would merge packages on if the community would want it ( i have never seen this happen).
3. packages can take days up to years to get merged.
4. ~~the time it took for my already existing open new packages PRs, i've moved to another distro.~~

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

* Re: [PR PATCH] [Closed]: New package: eiwd-1.29
  2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
                   ` (5 preceding siblings ...)
  2022-08-23 10:14 ` paper42
@ 2022-10-01  9:29 ` wael444
  6 siblings, 0 replies; 8+ messages in thread
From: wael444 @ 2022-10-01  9:29 UTC (permalink / raw)
  To: ml

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

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

New package: eiwd-1.29
https://github.com/void-linux/void-packages/pull/37934

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Solves #37622 

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

I mainly copied the original existing iwd template for this.

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

end of thread, other threads:[~2022-10-01  9:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
2022-07-12  8:45 ` [PR PATCH] [Updated] " wael444
2022-07-17 18:29 ` wael444
2022-08-21 17:19 ` New package: eiwd-1.29 XDream8
2022-08-22  0:10 ` wael444
2022-08-23 10:14 ` paper42
2022-08-23 10:14 ` paper42
2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444

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