public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/mullvadvpn-app/
Date: Sat, 28 Oct 2023 01:15:43 +0000 (UTC)	[thread overview]
Message-ID: <1698455176.9bb410b9d256183146c3c75b0d10dc9fe096bb88.davidroman@gentoo> (raw)
Message-ID: <20231028011543.zc0Wx_fqLDLoOxyTJ9MtaizjVD_2LKZVMi7AvDSkPtY@z> (raw)

commit:     9bb410b9d256183146c3c75b0d10dc9fe096bb88
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 28 01:06:16 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Oct 28 01:06:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bb410b9

net-vpn/mullvadvpn-app: new package, add 2023.5

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 net-vpn/mullvadvpn-app/Manifest                    |  1 +
 net-vpn/mullvadvpn-app/metadata.xml                | 11 +++++
 .../mullvadvpn-app/mullvadvpn-app-2023.5.ebuild    | 48 ++++++++++++++++++++++
 3 files changed, 60 insertions(+)

diff --git a/net-vpn/mullvadvpn-app/Manifest b/net-vpn/mullvadvpn-app/Manifest
new file mode 100644
index 0000000000..4dba13678e
--- /dev/null
+++ b/net-vpn/mullvadvpn-app/Manifest
@@ -0,0 +1 @@
+DIST MullvadVPN-2023.5_x86_64.rpm 81073977 BLAKE2B eb844bd61b1cfcb97e1b9f79940e55d4f6cf9e028bbf472d5a4b3e64778537888aff7788413634d74feca063b1a6d9c71ad2f616708766192633ea9a214dc437 SHA512 b4d6055704a61e3113f3e6446d9e51225f582ee5b33dc7ef8b8d13ecf0d292de42e2a0eeea0bfc323ec0274374de6a6f0b2f927ff2ae6087192d6ebb15f16259

diff --git a/net-vpn/mullvadvpn-app/metadata.xml b/net-vpn/mullvadvpn-app/metadata.xml
new file mode 100644
index 0000000000..b2cd3596d1
--- /dev/null
+++ b/net-vpn/mullvadvpn-app/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">mullvad/mullvad-app</remote-id> 
+	</upstream>
+</pkgmetadata>

diff --git a/net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild b/net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild
new file mode 100644
index 0000000000..89814fa77a
--- /dev/null
+++ b/net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop rpm systemd shell-completion
+
+DESCRIPTION="Tool used to manage daemon setup"
+HOMEPAGE="https://github.com/mullvad/mullvadvpn-app https://mullvad.net/"
+SRC_URI="amd64? ( https://github.com/mullvad/mullvadvpn-app/releases/download/${PV}/MullvadVPN-${PV}_x86_64.rpm )"
+
+LICENSE="GPL-3"
+SLOT="0"
+RESTRICT="test strip"
+KEYWORDS="-* ~amd64"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}"
+
+src_install() {
+	# Using doins -r would strip executable bits from all binaries
+	cp -pPR "${S}"/opt "${D}"/ || die "Failed to copy files"
+	fperms +x "/opt/Mullvad VPN/chrome_crashpad_handler"
+	fperms 4755 "/opt/Mullvad VPN/chrome-sandbox"
+
+	# tbh I don't know if all next lines are needed or we can just do cp -pPR "${S}"/usr "${D}"/" 
+
+	local i
+	dobin "${S}"/usr/bin/mullvad
+	dobin "${S}"/usr/bin/mullvad-daemon
+	dobin "${S}"/usr/bin/mullvad-exclude
+	dosym "/opt/Mullvad VPN/resources/mullvad-problem-report" /usr/bin/mullvad-problem-report
+
+	systemd_newunit "${S}"/usr/lib/systemd/system/mullvad-daemon.service mullvad-daemon.service
+	systemd_newunit "${S}"/usr/lib/systemd/system/mullvad-early-boot-blocking.service mullvad-early-boot-blocking.service
+
+	newbashcomp "${S}"/usr/share/bash-completion/completions/mullvad mullvad
+	newfishcomp "${S}"/usr/share/fish/vendor_completions.d/mullvad.fish mullvad
+	newzshcomp "${S}"/usr/share/zsh/site-functions/_mullvad _mullvad
+
+	domenu "${S}"/usr/share/applications/mullvad-vpn.desktop
+	local x
+	for x in 16 32 48 64 128 256 512 1024; do
+		doicon -s ${x} ${S}/usr/share/icons/hicolor/${x}x${x}/apps/mullvad-vpn.png
+	done
+
+}


             reply	other threads:[~2023-10-28  1:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-28  1:06 David Roman [this message]
2023-10-28  1:15 ` [gentoo-commits] repo/proj/guru:master commit in: net-vpn/mullvadvpn-app/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2023-10-30 11:27 David Roman
2023-10-29 10:46 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-11-01 12:56 David Roman
2023-12-12  9:08 David Roman
2024-01-01  2:29 Joe Kappus
2024-04-11 14:36 Joe Kappus
2024-04-26 12:48 David Roman
2024-04-26 12:48 David Roman
2024-04-26 12:48 David Roman
2024-05-10 17:34 Itai Ferber
2024-05-10 18:24 Itai Ferber
2024-05-15 23:02 Itai Ferber
2024-06-24 15:49 Itai Ferber
2024-06-24 18:08 Itai Ferber
2024-06-27  8:41 [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-27  8:23 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-16 16:53 Itai Ferber
2024-07-25 14:27 Itai Ferber
2024-07-25 14:27 Itai Ferber
2024-08-22 17:09 Itai Ferber
2024-08-24 10:56 Takuya Wakazono
2024-09-03 15:26 Itai Ferber
2024-09-03 15:26 Itai Ferber
2024-09-26 15:24 Itai Ferber

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=1698455176.9bb410b9d256183146c3c75b0d10dc9fe096bb88.davidroman@gentoo \
    --to=davidroman96@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