From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 131B4138350 for ; Mon, 6 Apr 2020 02:45:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E815E09D9; Mon, 6 Apr 2020 02:45:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27401E09D9 for ; Mon, 6 Apr 2020 02:45:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5B4B34EF7A for ; Mon, 6 Apr 2020 02:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CDC8AF for ; Mon, 6 Apr 2020 02:45:38 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1586141108.7689f940a0e6b2650fdbb0bb256c5cb6d73767f4.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/mullvad-netns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/mullvad-netns/Manifest net-vpn/mullvad-netns/metadata.xml net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild net-vpn/mullvad-netns/mullvad-netns-9999.ebuild X-VCS-Directories: net-vpn/mullvad-netns/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 7689f940a0e6b2650fdbb0bb256c5cb6d73767f4 X-VCS-Branch: master Date: Mon, 6 Apr 2020 02:45:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cabe8cca-6dc0-41dc-9029-096a1a7a45e1 X-Archives-Hash: f19bfab41308d699fbf7ae3434319edb commit: 7689f940a0e6b2650fdbb0bb256c5cb6d73767f4 Author: Patrick McLean gentoo org> AuthorDate: Mon Apr 6 02:44:23 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Apr 6 02:45:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7689f940 net-vpn/mullvad-netns: New package Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> net-vpn/mullvad-netns/Manifest | 1 + net-vpn/mullvad-netns/metadata.xml | 8 ++++++ net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild | 34 +++++++++++++++++++++++ net-vpn/mullvad-netns/mullvad-netns-9999.ebuild | 36 +++++++++++++++++++++++++ 4 files changed, 79 insertions(+) diff --git a/net-vpn/mullvad-netns/Manifest b/net-vpn/mullvad-netns/Manifest new file mode 100644 index 00000000000..4d209a650f3 --- /dev/null +++ b/net-vpn/mullvad-netns/Manifest @@ -0,0 +1 @@ +DIST mullvad-netns-0.1.tar.gz 12068 BLAKE2B 658f3e050b66028712bc611f42a6b193d482e5d9a9d398d703dbd2e0cdef6a7f94dd614198cf36548d3b1f4eb0f70bc1c9beb34c96e6b4e2e04520fb5544b618 SHA512 de923d3d97fd5689022fea821aa93ee74e3057e50842804da84c8ab6962722ed0000bac61bdbd3c188c6eeda8960345fa6609da5f55e90ee5a49f50bbc7c4838 diff --git a/net-vpn/mullvad-netns/metadata.xml b/net-vpn/mullvad-netns/metadata.xml new file mode 100644 index 00000000000..126b9ca42a2 --- /dev/null +++ b/net-vpn/mullvad-netns/metadata.xml @@ -0,0 +1,8 @@ + + + + + Patrick McLean + chutzpah@gentoo.org + + diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild new file mode 100644 index 00000000000..cefae0c6bc6 --- /dev/null +++ b/net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} =~ [9]{4,} ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/chutz/mullvad-netns.git" +else + SRC_URI="https://github.com/chutz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Script to run a command within a Mullvad network namespace" +HOMEPAGE="https://github.com/chutz/mullvad-netns" + +LICENSE="GPL-2+" +SLOT="0" + +RDEPEND=" + app-misc/jq + app-shells/bash + net-misc/curl[ipv6,ssl] + net-vpn/wireguard-tools + sys-apps/baselayout + sys-apps/coreutils + sys-apps/grep + sys-apps/iproute2[ipv6] + sys-apps/util-linux +" +BDEPEND=" + sys-apps/coreutils + sys-devel/make +" diff --git a/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild b/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild new file mode 100644 index 00000000000..caf10671bae --- /dev/null +++ b/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} =~ [9]{4,} ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/chutz/mullvad-netns.git" +else + SRC_URI="" + die +fi + +DESCRIPTION="Script to run a command within a Mullvad network namespace" +HOMEPAGE="https://github.com/chutz/mullvad-netns" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=" + app-misc/jq + app-shells/bash + net-misc/curl[ipv6,ssl] + net-vpn/wireguard-tools + sys-apps/baselayout + sys-apps/coreutils + sys-apps/grep + sys-apps/iproute2[ipv6] + sys-apps/util-linux +" +BDEPEND=" + sys-apps/coreutils + sys-devel/make +"