summaryrefslogtreecommitdiff
path: root/net-misc
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/warpinator/Manifest2
-rw-r--r--net-misc/warpinator/files/warpinator-system-paths.patch21
-rw-r--r--net-misc/warpinator/warpinator-1.8.6.ebuild (renamed from net-misc/warpinator/warpinator-1.8.3-r1.ebuild)1
3 files changed, 1 insertions, 23 deletions
diff --git a/net-misc/warpinator/Manifest b/net-misc/warpinator/Manifest
index 969e2214..7285c30f 100644
--- a/net-misc/warpinator/Manifest
+++ b/net-misc/warpinator/Manifest
@@ -1 +1 @@
-DIST warpinator-1.8.3.tar.gz 48156643 BLAKE2B 69020a866adb8b8da361cb7d2b6bf9a8b86913c1a1799078038d6340f18ed7eb490e0d920ddcf9c1f837cfe52c21156ec2fdadc3f24ce79ec416824672cb9943 SHA512 914194f02849c3a9169bc208cc4c50f287f93575a4bd25d8321a884036898a22d19063d6d5877e93241b2cf7ccb7c94ace685b27e915aa4b391a038e0e03e856
+DIST warpinator-1.8.6.tar.gz 48199734 BLAKE2B 3360c96be6bbb45e0f4de0108f2a0b4893f8e5917308322fb28e556e288334f13ce8a65410c0014bddee497a34e680f368759ff9361a1881337dc86048403225 SHA512 936ec6384d4ed7bffd24bf7ce3d4ff1c5b86e93004e98948641c93de1f8570842c1691cb00572f3975bab9aa2a78a67529145d8c2f920bffa83c1926ff0b164f
diff --git a/net-misc/warpinator/files/warpinator-system-paths.patch b/net-misc/warpinator/files/warpinator-system-paths.patch
deleted file mode 100644
index 45228202..00000000
--- a/net-misc/warpinator/files/warpinator-system-paths.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur a/src/warpinator-launch.py b/src/warpinator-launch.py
---- a/src/warpinator-launch.py 2023-10-16 18:26:49.000000000 +0100
-+++ b/src/warpinator-launch.py 2023-11-13 22:05:06.499787499 +0000
-@@ -135,7 +135,7 @@
-
- launch_args = []
-
-- launch_args += ["/bin/bwrap"]
-+ launch_args += ["/usr/bin/bwrap"]
- launch_args += ["--ro-bind", "/", "/"]
- launch_args += ["--dev", "/dev"]
- launch_args += ["--bind", rundir + "/dconf", rundir + "/dconf"]
-@@ -156,7 +156,7 @@
- launch_args += ["--die-with-parent"]
-
- # launch_args += ["/bin/sh"]
-- launch_args += ["/bin/python3", warpinator_path]
-+ launch_args += ["/usr/bin/python3", warpinator_path]
-
- ret = 0
-
diff --git a/net-misc/warpinator/warpinator-1.8.3-r1.ebuild b/net-misc/warpinator/warpinator-1.8.6.ebuild
index 74aa3981..549ec530 100644
--- a/net-misc/warpinator/warpinator-1.8.3-r1.ebuild
+++ b/net-misc/warpinator/warpinator-1.8.6.ebuild
@@ -33,7 +33,6 @@ S="${WORKDIR}/${PN}-master.lmde6"
PATCHES=(
"${FILESDIR}/${PN}-bundled-grpcio-cython3.patch"
- "${FILESDIR}/${PN}-system-paths.patch"
"${FILESDIR}/${PN}-dbus-fallback.patch"
)