mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
net-vpn/cloudflare-warp: treeclean, moved to ::gentoo
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST cloudflare-warp_2025.10.186.0_amd64.deb 52090374 BLAKE2B e2f213855d8c6787a89f0912331752df30871ffb9ca99fd8280fecf196b90318bcf8a977fa7cc442e554ab924f85f7dba782183e7eb0561352495289820ef42c SHA512 7995f96dce23f460069e6169b08ad3b73f563cbd52fe7b9e7800843bf308ddb02e454acc559ed0b67b172c7de663f8a38ac37879636bbf08b0072a662750d7d2
|
|
||||||
DIST cloudflare-warp_2025.9.558.0_amd64.deb 52065982 BLAKE2B 5c5192f43826c3dde9c79da978a030efad023de31f7b1c20d9703847a13a0da551c5cdd3122ed3756da9fc1df46b35d266f62594ab246b7da11a021e691de46e SHA512 208d03d0b4fd66a5b249e47c478782b81e35428a5cb6b516a56408b2d9eb8139310cfd128c9c18610f1f09fc96495d969a7d6b3e3471bc8dccfdc23428b49741
|
|
||||||
@@ -1,68 +0,0 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit unpacker systemd xdg desktop
|
|
||||||
|
|
||||||
DESCRIPTION="Cloudflare Warp Client"
|
|
||||||
HOMEPAGE="https://one.one.one.one/"
|
|
||||||
SRC_URI="https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${PV}_amd64.deb"
|
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
LICENSE="all-rights-reserved"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="systemd +systray dex"
|
|
||||||
RESTRICT="bindist mirror"
|
|
||||||
RDEPEND="dev-libs/glib
|
|
||||||
net-firewall/nftables
|
|
||||||
sys-apps/dbus
|
|
||||||
x11-libs/cairo
|
|
||||||
dex? ( net-libs/libpcap )
|
|
||||||
systray? (
|
|
||||||
x11-libs/gdk-pixbuf:2
|
|
||||||
x11-libs/gtk+:3
|
|
||||||
x11-libs/pango
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack_deb ${A}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
into /
|
|
||||||
dobin bin/warp-cli
|
|
||||||
dobin bin/warp-diag
|
|
||||||
dobin bin/warp-svc
|
|
||||||
doinitd "${FILESDIR}/warp-svc"
|
|
||||||
systemd_dounit lib/systemd/system/warp-svc.service
|
|
||||||
|
|
||||||
# warp-dex relies on "libpcap.so.0.8" which is not in tree.
|
|
||||||
if use dex; then
|
|
||||||
dobin bin/warp-dex
|
|
||||||
fi
|
|
||||||
|
|
||||||
if use systray; then
|
|
||||||
dobin bin/warp-taskbar
|
|
||||||
systemd_douserunit usr/lib/systemd/user/warp-taskbar.service
|
|
||||||
|
|
||||||
doicon -s scalable $(ls usr/share/icons/hicolor/scalable/apps/*.svg)
|
|
||||||
insinto /usr/share/warp/images
|
|
||||||
doins $(ls usr/share/warp/images/*.png)
|
|
||||||
|
|
||||||
desktopfile=$( \
|
|
||||||
usex systemd \
|
|
||||||
usr/share/applications/com.cloudflare.WarpTaskbar.desktop \
|
|
||||||
"${FILESDIR}/com.cloudflare.WarpTaskbar.desktop" \
|
|
||||||
)
|
|
||||||
domenu $desktopfile
|
|
||||||
|
|
||||||
insinto /etc/xdg/autostart
|
|
||||||
doins $desktopfile
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
@@ -1,68 +0,0 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit unpacker systemd xdg desktop
|
|
||||||
|
|
||||||
DESCRIPTION="Cloudflare Warp Client"
|
|
||||||
HOMEPAGE="https://one.one.one.one/"
|
|
||||||
SRC_URI="https://pkg.cloudflareclient.com/pool/noble/main/c/cloudflare-warp/cloudflare-warp_${PV}_amd64.deb"
|
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
LICENSE="all-rights-reserved"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="systemd +systray dex"
|
|
||||||
RESTRICT="bindist mirror"
|
|
||||||
RDEPEND="dev-libs/glib
|
|
||||||
net-firewall/nftables
|
|
||||||
sys-apps/dbus
|
|
||||||
x11-libs/cairo
|
|
||||||
dex? ( net-libs/libpcap )
|
|
||||||
systray? (
|
|
||||||
x11-libs/gdk-pixbuf:2
|
|
||||||
x11-libs/gtk+:3
|
|
||||||
x11-libs/pango
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
unpack_deb ${A}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
into /
|
|
||||||
dobin bin/warp-cli
|
|
||||||
dobin bin/warp-diag
|
|
||||||
dobin bin/warp-svc
|
|
||||||
doinitd "${FILESDIR}/warp-svc"
|
|
||||||
systemd_dounit lib/systemd/system/warp-svc.service
|
|
||||||
|
|
||||||
# warp-dex relies on "libpcap.so.0.8" which is not in tree.
|
|
||||||
if use dex; then
|
|
||||||
dobin bin/warp-dex
|
|
||||||
fi
|
|
||||||
|
|
||||||
if use systray; then
|
|
||||||
dobin bin/warp-taskbar
|
|
||||||
systemd_douserunit usr/lib/systemd/user/warp-taskbar.service
|
|
||||||
|
|
||||||
doicon -s scalable $(ls usr/share/icons/hicolor/scalable/apps/*.svg)
|
|
||||||
insinto /usr/share/warp/images
|
|
||||||
doins $(ls usr/share/warp/images/*.png)
|
|
||||||
|
|
||||||
desktopfile=$( \
|
|
||||||
usex systemd \
|
|
||||||
usr/share/applications/com.cloudflare.WarpTaskbar.desktop \
|
|
||||||
"${FILESDIR}/com.cloudflare.WarpTaskbar.desktop" \
|
|
||||||
)
|
|
||||||
domenu $desktopfile
|
|
||||||
|
|
||||||
insinto /etc/xdg/autostart
|
|
||||||
doins $desktopfile
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Version=1.2
|
|
||||||
Name=Cloudflare Zero Trust
|
|
||||||
Comment=View the current status of the Zero Trust Tunnel
|
|
||||||
Exec=warp-taskbar
|
|
||||||
StartupNotify=false
|
|
||||||
Keywords=warp teams cloudflare vpn
|
|
||||||
Icon=zero-trust
|
|
||||||
Terminal=false
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
#!/sbin/openrc-run
|
|
||||||
|
|
||||||
name=$RC_SVCNAME
|
|
||||||
description="Cloudflare Zero Trust Client Daemon"
|
|
||||||
supervisor="supervise-daemon"
|
|
||||||
command="/bin/warp-svc"
|
|
||||||
command_args=""
|
|
||||||
|
|
||||||
depend() {
|
|
||||||
need net
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<name>John-Henry Lim</name>
|
|
||||||
<email>johnhenrylim12@gmail.com</email>
|
|
||||||
</maintainer>
|
|
||||||
<use>
|
|
||||||
<flag name="systray">Enable systray indicator of whether WARP is active</flag>
|
|
||||||
<flag name="dex">Install warp-dex for Digital Experience Monitoring tests</flag>
|
|
||||||
</use>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -18,10 +18,6 @@ app-misc/clipboard wayland
|
|||||||
# Bug 954116.
|
# Bug 954116.
|
||||||
sci-electronics/bluespec doc
|
sci-electronics/bluespec doc
|
||||||
|
|
||||||
# John-Henry Lim <johnhenrylim12@gmail.com> (2024-02-19)
|
|
||||||
# warp-dex relies on libpcap.so.0.8 which is not in tree.
|
|
||||||
net-vpn/cloudflare-warp dex
|
|
||||||
|
|
||||||
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-11-21)
|
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-11-21)
|
||||||
# Bindings are written for those RocksDB versions which are not in the tree.
|
# Bindings are written for those RocksDB versions which are not in the tree.
|
||||||
net-im/conduit system-rocksdb
|
net-im/conduit system-rocksdb
|
||||||
|
|||||||
Reference in New Issue
Block a user