Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gnirehtet-2.4
@ 2020-03-31 20:52 aajonusonline
  2020-03-31 21:05 ` [PR PATCH] [Updated] " aajonusonline
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: aajonusonline @ 2020-03-31 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From e75147b9f1202200fbb206f4bd9394e507eda0f8 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  4 ++++
 srcpkgs/gnirehtet/template            | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..b895dc623a5
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+gnirehtet autostart > /dev/null 2>&1 &
+[ -r conf ] && . ./conf
+exec gnirehtet relay > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..e878ba8e254
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,21 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+makedepends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/gnirehtet"
+distfiles="https://github.com/genymobile/gnirehtet/archive/v${version}.tar.gz"
+checksum=@a17869899ed2b506103ff1bc054b934b98a10228a130977f44e3eaa7218c218d
+
+pre_install() {
+	configure_args=--force
+}
+
+post_install() {
+	vsv gnirehtet
+}

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

* Re: [PR PATCH] [Updated] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
@ 2020-03-31 21:05 ` aajonusonline
  2020-04-03  9:00 ` aajonusonline
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-03-31 21:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From e75147b9f1202200fbb206f4bd9394e507eda0f8 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH 1/2] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  4 ++++
 srcpkgs/gnirehtet/template            | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..b895dc623a5
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+gnirehtet autostart > /dev/null 2>&1 &
+[ -r conf ] && . ./conf
+exec gnirehtet relay > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..e878ba8e254
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,21 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+makedepends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/gnirehtet"
+distfiles="https://github.com/genymobile/gnirehtet/archive/v${version}.tar.gz"
+checksum=@a17869899ed2b506103ff1bc054b934b98a10228a130977f44e3eaa7218c218d
+
+pre_install() {
+	configure_args=--force
+}
+
+post_install() {
+	vsv gnirehtet
+}

From 76cd0b2ce33d82b3d996bce7e195b32ddcf88357 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Wed, 1 Apr 2020 00:05:21 +0300
Subject: [PATCH 2/2] gnirehtet: simplify sv run script

---
 srcpkgs/gnirehtet/files/gnirehtet/run | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
index b895dc623a5..2358834840e 100644
--- a/srcpkgs/gnirehtet/files/gnirehtet/run
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -1,4 +1,3 @@
 #!/bin/sh
-gnirehtet autostart > /dev/null 2>&1 &
 [ -r conf ] && . ./conf
-exec gnirehtet relay > /dev/null 2>&1
+exec gnirehtet autorun > /dev/null 2>&1

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

* Re: [PR PATCH] [Updated] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
  2020-03-31 21:05 ` [PR PATCH] [Updated] " aajonusonline
@ 2020-04-03  9:00 ` aajonusonline
  2020-04-04 15:41 ` aajonusonline
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-04-03  9:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From e75147b9f1202200fbb206f4bd9394e507eda0f8 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH 1/3] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  4 ++++
 srcpkgs/gnirehtet/template            | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..b895dc623a5
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+gnirehtet autostart > /dev/null 2>&1 &
+[ -r conf ] && . ./conf
+exec gnirehtet relay > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..e878ba8e254
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,21 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+makedepends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/gnirehtet"
+distfiles="https://github.com/genymobile/gnirehtet/archive/v${version}.tar.gz"
+checksum=@a17869899ed2b506103ff1bc054b934b98a10228a130977f44e3eaa7218c218d
+
+pre_install() {
+	configure_args=--force
+}
+
+post_install() {
+	vsv gnirehtet
+}

From 76cd0b2ce33d82b3d996bce7e195b32ddcf88357 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Wed, 1 Apr 2020 00:05:21 +0300
Subject: [PATCH 2/3] gnirehtet: simplify sv run script

---
 srcpkgs/gnirehtet/files/gnirehtet/run | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
index b895dc623a5..2358834840e 100644
--- a/srcpkgs/gnirehtet/files/gnirehtet/run
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -1,4 +1,3 @@
 #!/bin/sh
-gnirehtet autostart > /dev/null 2>&1 &
 [ -r conf ] && . ./conf
-exec gnirehtet relay > /dev/null 2>&1
+exec gnirehtet autorun > /dev/null 2>&1

From a440d0b8e682e4fb8ce5969a7d012b622a5c7a04 Mon Sep 17 00:00:00 2001
From: Jesus Christ <aajonus.online@gmail.com>
Date: Fri, 3 Apr 2020 11:59:42 +0300
Subject: [PATCH 3/3] gnirehtet: remove unnecessary flag

---
 srcpkgs/gnirehtet/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
index e878ba8e254..9fae2140e03 100644
--- a/srcpkgs/gnirehtet/template
+++ b/srcpkgs/gnirehtet/template
@@ -12,10 +12,6 @@ homepage="https://github.com/genymobile/gnirehtet"
 distfiles="https://github.com/genymobile/gnirehtet/archive/v${version}.tar.gz"
 checksum=@a17869899ed2b506103ff1bc054b934b98a10228a130977f44e3eaa7218c218d
 
-pre_install() {
-	configure_args=--force
-}
-
 post_install() {
 	vsv gnirehtet
 }

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

* Re: [PR PATCH] [Updated] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
  2020-03-31 21:05 ` [PR PATCH] [Updated] " aajonusonline
  2020-04-03  9:00 ` aajonusonline
@ 2020-04-04 15:41 ` aajonusonline
  2020-04-04 16:26 ` aajonusonline
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-04-04 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From e75147b9f1202200fbb206f4bd9394e507eda0f8 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH 1/4] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  4 ++++
 srcpkgs/gnirehtet/template            | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..b895dc623a5
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+gnirehtet autostart > /dev/null 2>&1 &
+[ -r conf ] && . ./conf
+exec gnirehtet relay > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..e878ba8e254
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,21 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+makedepends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/gnirehtet"
+distfiles="https://github.com/genymobile/gnirehtet/archive/v${version}.tar.gz"
+checksum=@a17869899ed2b506103ff1bc054b934b98a10228a130977f44e3eaa7218c218d
+
+pre_install() {
+	configure_args=--force
+}
+
+post_install() {
+	vsv gnirehtet
+}

From 76cd0b2ce33d82b3d996bce7e195b32ddcf88357 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Wed, 1 Apr 2020 00:05:21 +0300
Subject: [PATCH 2/4] gnirehtet: simplify sv run script

---
 srcpkgs/gnirehtet/files/gnirehtet/run | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
index b895dc623a5..2358834840e 100644
--- a/srcpkgs/gnirehtet/files/gnirehtet/run
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -1,4 +1,3 @@
 #!/bin/sh
-gnirehtet autostart > /dev/null 2>&1 &
 [ -r conf ] && . ./conf
-exec gnirehtet relay > /dev/null 2>&1
+exec gnirehtet autorun > /dev/null 2>&1

From a440d0b8e682e4fb8ce5969a7d012b622a5c7a04 Mon Sep 17 00:00:00 2001
From: Jesus Christ <aajonus.online@gmail.com>
Date: Fri, 3 Apr 2020 11:59:42 +0300
Subject: [PATCH 3/4] gnirehtet: remove unnecessary flag

---
 srcpkgs/gnirehtet/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
index e878ba8e254..9fae2140e03 100644
--- a/srcpkgs/gnirehtet/template
+++ b/srcpkgs/gnirehtet/template
@@ -12,10 +12,6 @@ homepage="https://github.com/genymobile/gnirehtet"
 distfiles="https://github.com/genymobile/gnirehtet/archive/v${version}.tar.gz"
 checksum=@a17869899ed2b506103ff1bc054b934b98a10228a130977f44e3eaa7218c218d
 
-pre_install() {
-	configure_args=--force
-}
-
 post_install() {
 	vsv gnirehtet
 }

From bd5cee2b78092ac83b4fcac354d2de35f665b805 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sat, 4 Apr 2020 18:40:17 +0300
Subject: [PATCH 4/4] gnirehtet: fixed checksum

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

diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
index 9fae2140e03..2b6bc81960f 100644
--- a/srcpkgs/gnirehtet/template
+++ b/srcpkgs/gnirehtet/template
@@ -8,9 +8,9 @@ makedepends="android-tools"
 short_desc="Reverse tethering internet to android phone"
 maintainer="Aajonus Online <aajonus.online@gmail.com>"
 license="Apache-2.0"
-homepage="https://github.com/genymobile/gnirehtet"
-distfiles="https://github.com/genymobile/gnirehtet/archive/v${version}.tar.gz"
-checksum=@a17869899ed2b506103ff1bc054b934b98a10228a130977f44e3eaa7218c218d
+homepage="https://github.com/genymobile/$pkgname"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=5ff179fca58e85473e737680a72aeb84c710082283bfe9cce4b044b3c2436c4d
 
 post_install() {
 	vsv gnirehtet

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

* Re: [PR PATCH] [Updated] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (2 preceding siblings ...)
  2020-04-04 15:41 ` aajonusonline
@ 2020-04-04 16:26 ` aajonusonline
  2020-04-04 20:26 ` aajonusonline
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-04-04 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From 26ee7d15d47efdbcab91466d140087c4fc3d4966 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  3 +++
 srcpkgs/gnirehtet/template            | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..2358834840e
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec gnirehtet autorun > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..2b6bc81960f
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,17 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+makedepends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/$pkgname"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=5ff179fca58e85473e737680a72aeb84c710082283bfe9cce4b044b3c2436c4d
+
+post_install() {
+	vsv gnirehtet
+}

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

* Re: [PR PATCH] [Updated] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (3 preceding siblings ...)
  2020-04-04 16:26 ` aajonusonline
@ 2020-04-04 20:26 ` aajonusonline
  2020-04-05  9:08 ` aajonusonline
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-04-04 20:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From 26ee7d15d47efdbcab91466d140087c4fc3d4966 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH 1/2] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  3 +++
 srcpkgs/gnirehtet/template            | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..2358834840e
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec gnirehtet autorun > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..2b6bc81960f
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,17 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+makedepends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/$pkgname"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=5ff179fca58e85473e737680a72aeb84c710082283bfe9cce4b044b3c2436c4d
+
+post_install() {
+	vsv gnirehtet
+}

From 962b7d450d794685de2f6f669e5d783a378daa43 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sat, 4 Apr 2020 23:26:46 +0300
Subject: [PATCH 2/2] gnirehtet: no variables in homepage

---
 srcpkgs/gnirehtet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
index 2b6bc81960f..5848193ae3b 100644
--- a/srcpkgs/gnirehtet/template
+++ b/srcpkgs/gnirehtet/template
@@ -8,7 +8,7 @@ makedepends="android-tools"
 short_desc="Reverse tethering internet to android phone"
 maintainer="Aajonus Online <aajonus.online@gmail.com>"
 license="Apache-2.0"
-homepage="https://github.com/genymobile/$pkgname"
+homepage="https://github.com/genymobile/gnirehtet"
 distfiles="$homepage/archive/v${version}.tar.gz"
 checksum=5ff179fca58e85473e737680a72aeb84c710082283bfe9cce4b044b3c2436c4d
 

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

* Re: [PR PATCH] [Updated] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (4 preceding siblings ...)
  2020-04-04 20:26 ` aajonusonline
@ 2020-04-05  9:08 ` aajonusonline
  2020-04-05  9:12 ` aajonusonline
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-04-05  9:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From 26ee7d15d47efdbcab91466d140087c4fc3d4966 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH 1/3] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  3 +++
 srcpkgs/gnirehtet/template            | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..2358834840e
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec gnirehtet autorun > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..2b6bc81960f
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,17 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+makedepends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/$pkgname"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=5ff179fca58e85473e737680a72aeb84c710082283bfe9cce4b044b3c2436c4d
+
+post_install() {
+	vsv gnirehtet
+}

From 962b7d450d794685de2f6f669e5d783a378daa43 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sat, 4 Apr 2020 23:26:46 +0300
Subject: [PATCH 2/3] gnirehtet: no variables in homepage

---
 srcpkgs/gnirehtet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
index 2b6bc81960f..5848193ae3b 100644
--- a/srcpkgs/gnirehtet/template
+++ b/srcpkgs/gnirehtet/template
@@ -8,7 +8,7 @@ makedepends="android-tools"
 short_desc="Reverse tethering internet to android phone"
 maintainer="Aajonus Online <aajonus.online@gmail.com>"
 license="Apache-2.0"
-homepage="https://github.com/genymobile/$pkgname"
+homepage="https://github.com/genymobile/gnirehtet"
 distfiles="$homepage/archive/v${version}.tar.gz"
 checksum=5ff179fca58e85473e737680a72aeb84c710082283bfe9cce4b044b3c2436c4d
 

From 9f62878d7e5efdb8d27c771ed13368118b043f01 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sun, 5 Apr 2020 12:08:13 +0300
Subject: [PATCH 3/3] gnirehtet: fix dependencies

---
 srcpkgs/gnirehtet/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
index 5848193ae3b..3169d08637e 100644
--- a/srcpkgs/gnirehtet/template
+++ b/srcpkgs/gnirehtet/template
@@ -4,7 +4,7 @@ version=2.4
 revision=1
 build_wrksrc=relay-rust
 build_style=cargo
-makedepends="android-tools"
+depends="android-tools"
 short_desc="Reverse tethering internet to android phone"
 maintainer="Aajonus Online <aajonus.online@gmail.com>"
 license="Apache-2.0"

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

* Re: New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (5 preceding siblings ...)
  2020-04-05  9:08 ` aajonusonline
@ 2020-04-05  9:12 ` aajonusonline
  2020-05-07 20:37 ` [PR PATCH] [Updated] " aajonusonline
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-04-05  9:12 UTC (permalink / raw)
  To: ml

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

New comment by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/pull/20507#issuecomment-609384303

Comment:
Does this cut it?

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

* Re: [PR PATCH] [Updated] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (6 preceding siblings ...)
  2020-04-05  9:12 ` aajonusonline
@ 2020-05-07 20:37 ` aajonusonline
  2020-05-07 20:39 ` aajonusonline
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-05-07 20:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages master
https://github.com/void-linux/void-packages/pull/20507

New package: gnirehtet-2.4


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

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

From d96c4e888a2485c6dc638855d2a7a35954288b5e Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Tue, 31 Mar 2020 23:51:45 +0300
Subject: [PATCH] New package: gnirehtet-2.4

---
 srcpkgs/gnirehtet/files/gnirehtet/run |  3 +++
 srcpkgs/gnirehtet/template            | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/gnirehtet/files/gnirehtet/run
 create mode 100644 srcpkgs/gnirehtet/template

diff --git a/srcpkgs/gnirehtet/files/gnirehtet/run b/srcpkgs/gnirehtet/files/gnirehtet/run
new file mode 100644
index 00000000000..2358834840e
--- /dev/null
+++ b/srcpkgs/gnirehtet/files/gnirehtet/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec gnirehtet autorun > /dev/null 2>&1
diff --git a/srcpkgs/gnirehtet/template b/srcpkgs/gnirehtet/template
new file mode 100644
index 00000000000..3169d08637e
--- /dev/null
+++ b/srcpkgs/gnirehtet/template
@@ -0,0 +1,17 @@
+# Template file for 'gnirehtet'
+pkgname=gnirehtet
+version=2.4
+revision=1
+build_wrksrc=relay-rust
+build_style=cargo
+depends="android-tools"
+short_desc="Reverse tethering internet to android phone"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/genymobile/gnirehtet"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=5ff179fca58e85473e737680a72aeb84c710082283bfe9cce4b044b3c2436c4d
+
+post_install() {
+	vsv gnirehtet
+}

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

* Re: New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (7 preceding siblings ...)
  2020-05-07 20:37 ` [PR PATCH] [Updated] " aajonusonline
@ 2020-05-07 20:39 ` aajonusonline
  2021-11-06 22:20 ` abenson
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2020-05-07 20:39 UTC (permalink / raw)
  To: ml

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

New comment by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/pull/20507#issuecomment-625485256

Comment:
is there a progress on this one? it's been a month already, and i don't see any issues.

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

* Re: New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (8 preceding siblings ...)
  2020-05-07 20:39 ` aajonusonline
@ 2021-11-06 22:20 ` abenson
  2021-11-06 22:38 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: abenson @ 2021-11-06 22:20 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20507#issuecomment-962517421

Comment:
Update this to 2.5 and I'll merge it.

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

* Re: [PR REVIEW] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (10 preceding siblings ...)
  2021-11-06 22:38 ` [PR REVIEW] " paper42
@ 2021-11-06 22:38 ` paper42
  2021-11-06 23:05 ` aajonusonline
  2021-11-06 23:09 ` [PR PATCH] [Closed]: " abenson
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-11-06 22:38 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/20507#discussion_r744176080

Comment:
```suggestion
distfiles="https://github.com/Genymobile/gnirehtet/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (9 preceding siblings ...)
  2021-11-06 22:20 ` abenson
@ 2021-11-06 22:38 ` paper42
  2021-11-06 22:38 ` paper42
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-11-06 22:38 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/20507#discussion_r744176035

Comment:
Sourcing the config is useless, because the variables from it are not used anywhere in the service. Either remove this line or add `$OPTS` to the gnirehtet parameters (if that makes sense in this case).

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

* Re: New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (11 preceding siblings ...)
  2021-11-06 22:38 ` paper42
@ 2021-11-06 23:05 ` aajonusonline
  2021-11-06 23:09 ` [PR PATCH] [Closed]: " abenson
  13 siblings, 0 replies; 15+ messages in thread
From: aajonusonline @ 2021-11-06 23:05 UTC (permalink / raw)
  To: ml

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

New comment by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/pull/20507#issuecomment-962521490

Comment:
Sorry, but I am not going to maintain this package anymore. Either find another maintainer or close the pull request. Thank you.

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

* Re: [PR PATCH] [Closed]: New package: gnirehtet-2.4
  2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
                   ` (12 preceding siblings ...)
  2021-11-06 23:05 ` aajonusonline
@ 2021-11-06 23:09 ` abenson
  13 siblings, 0 replies; 15+ messages in thread
From: abenson @ 2021-11-06 23:09 UTC (permalink / raw)
  To: ml

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

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

New package: gnirehtet-2.4
https://github.com/void-linux/void-packages/pull/20507

Description:


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

end of thread, other threads:[~2021-11-06 23:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 20:52 [PR PATCH] New package: gnirehtet-2.4 aajonusonline
2020-03-31 21:05 ` [PR PATCH] [Updated] " aajonusonline
2020-04-03  9:00 ` aajonusonline
2020-04-04 15:41 ` aajonusonline
2020-04-04 16:26 ` aajonusonline
2020-04-04 20:26 ` aajonusonline
2020-04-05  9:08 ` aajonusonline
2020-04-05  9:12 ` aajonusonline
2020-05-07 20:37 ` [PR PATCH] [Updated] " aajonusonline
2020-05-07 20:39 ` aajonusonline
2021-11-06 22:20 ` abenson
2021-11-06 22:38 ` [PR REVIEW] " paper42
2021-11-06 22:38 ` paper42
2021-11-06 23:05 ` aajonusonline
2021-11-06 23:09 ` [PR PATCH] [Closed]: " abenson

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