From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/cloudflare-warp/
Date: Mon, 02 Jun 2025 04:25:52 +0000 (UTC) [thread overview]
Message-ID: <1748838315.91af41897167248ea29f56084e1799078c863cc1.joe@gentoo> (raw)
commit: 91af41897167248ea29f56084e1799078c863cc1
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Mon Jun 2 04:25:15 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Mon Jun 2 04:25:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91af4189
net-vpn/cloudflare-warp: add 2025.4.943.0
Closes: https://bugs.gentoo.org/933127
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
net-vpn/cloudflare-warp/Manifest | 1 +
.../cloudflare-warp-2025.4.943.0.ebuild | 68 ++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/net-vpn/cloudflare-warp/Manifest b/net-vpn/cloudflare-warp/Manifest
index 567cbc8f7f..aa4d95e1f5 100644
--- a/net-vpn/cloudflare-warp/Manifest
+++ b/net-vpn/cloudflare-warp/Manifest
@@ -1 +1,2 @@
DIST cloudflare-warp_2024.4.133-1_amd64.deb 87344416 BLAKE2B dd8fc0a72b0d68f64277d251a315d23dcbc9789507caa123423b78547d579121d88ecb391a1a5744e1882e616afa3f6126dd4199157571ff1b632870b5c33ce9 SHA512 494a2aab2c23bab5f5e60ce12a3faee9d7ab41f074ee65e7bc423347b1ac5222b7147f745987c86f966e9c09b4eff03d3bc2dfb362e8a4c10acfb31db1bbd720
+DIST cloudflare-warp_2025.4.943.0_amd64.deb 45672332 BLAKE2B 91725777343417947319243287bc8e5339fa4fdce63fd53f9cc8d34bd65f21dc01469338a11fc8336f71af627cb15cb3648839ba78218f1542290a18d0f16505 SHA512 af17a3ca8aaf509cf12291e7e86604c5d0b0aa9995b91dd11948ca32168c0f562d88876f75230fe93bb59eedbf82230f91db68923f5752d3aafc4d5dbb73e680
diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2025.4.943.0.ebuild b/net-vpn/cloudflare-warp/cloudflare-warp-2025.4.943.0.ebuild
new file mode 100644
index 0000000000..c6a55b914b
--- /dev/null
+++ b/net-vpn/cloudflare-warp/cloudflare-warp-2025.4.943.0.ebuild
@@ -0,0 +1,68 @@
+# 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://1.1.1.1"
+SRC_URI="https://pkg.cloudflareclient.com/pool/jammy/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
+}
next reply other threads:[~2025-06-02 4:25 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 4:25 Joe Kappus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-16 20:26 [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/cloudflare-warp/ Joe Kappus
2025-06-02 4:25 Joe Kappus
2025-06-02 4:04 Joe Kappus
2024-11-23 14:00 Kostadin Shishmanov
2024-05-24 7:07 Joe Kappus
2024-05-24 6:44 Joe Kappus
2024-05-24 6:43 Joe Kappus
2024-05-14 20:38 Julien Roy
2024-02-18 3:03 John-Henry Lim
2024-02-17 21:17 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-02-17 21:06 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-17 20:18 John-Henry Lim
2023-09-04 17:58 John-Henry Lim
2023-07-02 17:37 John-Henry Lim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748838315.91af41897167248ea29f56084e1799078c863cc1.joe@gentoo \
--to=joe@wt.gd \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox