public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "John-Henry Lim" <johnhenrylim12@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/cloudflare-warp/
Date: Sat, 17 Feb 2024 20:18:17 +0000 (UTC)	[thread overview]
Message-ID: <1708200919.e78fef09985ce83e86b0da9edb0fcd537433d91c.johnhenrylim12@gentoo> (raw)

commit:     e78fef09985ce83e86b0da9edb0fcd537433d91c
Author:     John-Henry Lim <johnhenrylim12 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 17 20:15:19 2024 +0000
Commit:     John-Henry Lim <johnhenrylim12 <AT> gmail <DOT> com>
CommitDate: Sat Feb 17 20:15:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e78fef09

net-vpn/cloudflare-warp: add 2024.2.62

Signed-off-by: John-Henry Lim <johnhenrylim12 <AT> gmail.com>

 net-vpn/cloudflare-warp/Manifest                   |  1 +
 .../cloudflare-warp-2024.2.62.ebuild               | 54 ++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/net-vpn/cloudflare-warp/Manifest b/net-vpn/cloudflare-warp/Manifest
index 4737cb0e2f..fc5839180b 100644
--- a/net-vpn/cloudflare-warp/Manifest
+++ b/net-vpn/cloudflare-warp/Manifest
@@ -1,2 +1,3 @@
 DIST cloudflare-warp-2023.3.470-1.x86_64.rpm 40881976 BLAKE2B de58e4b0ec2afb7c888d112aecb9bd4d8b1346f31a0de236fd0e0d9276fae7268760d966def3724a28e0776fe3ad33a60c468443228c54c1b5f6917803c7fefc SHA512 ccc17265ffb7e8fc023ce1c1f22b11df1c654578f9b6b0122112f7d75938d704c3afaeb7229df6af42d4a0a8774284df23b8d2514e17dfe52e76b91dab8eb632
 DIST cloudflare-warp-2023.7.40-1.x86_64.rpm 73449004 BLAKE2B e2c033933a11b3a0f1f68bc64f1ad82d3715e08f37a61ec9a2fdbfd30f898e991720b15a28da384c765238a862bc8183c72ca6b8a075d63b6cecea4ae9200ad8 SHA512 b458a141cbf5e9c8e78c502051f773b0e3a048039cf09b56967b1705e893282eb6e203a75cf58524a5612786c0f8b4303d168b26e908b278da9b7a429c88e003
+DIST cloudflare-warp_2024.2.62-1_amd64.deb 86268064 BLAKE2B 663aae6d60bd7fe3eb10806463470f7623128e4eb942607909002bfa895eade8c76e00f987bf9603cd9f0ecbb661dde116c930734b1bfe087ee09018506415c0 SHA512 d68410374baffae76637df277d002891d5a4c0d28abb8ac3b44e0db8a07e1be07acdfdd79a01d6220c1cd0696dfbb77d71e8b7b3a30003a269063d6870f012a8

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
new file mode 100644
index 0000000000..4fb3818cfd
--- /dev/null
+++ b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 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}-1_amd64.deb"
+
+LICENSE="all-rights-reserved"
+RESTRICT="bindist mirror"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="systemd +systray"
+RDEPEND="net-firewall/nftables"
+
+QA_PREBUILT="/bin/warp-cli /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	unpack_deb ${A}
+}
+
+src_install() {
+	into /
+	dobin bin/warp-cli
+	dobin bin/warp-dex
+	dobin bin/warp-diag
+	dobin bin/warp-svc
+	doinitd "${FILESDIR}/warp-svc"
+	systemd_dounit lib/systemd/system/warp-svc.service
+
+	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
+}


             reply	other threads:[~2024-02-17 20:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 20:18 John-Henry Lim [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 14:00 [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/cloudflare-warp/ 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
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=1708200919.e78fef09985ce83e86b0da9edb0fcd537433d91c.johnhenrylim12@gentoo \
    --to=johnhenrylim12@gmail.com \
    --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