public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-vpn/mullvad-netns/
@ 2020-04-06  2:45 Patrick McLean
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean @ 2020-04-06  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7689f940a0e6b2650fdbb0bb256c5cb6d73767f4
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  6 02:44:23 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> 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 <chutzpah <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Patrick McLean</name>
+		<email>chutzpah@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

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
+"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-vpn/mullvad-netns/
@ 2020-04-17  1:44 Patrick McLean
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean @ 2020-04-17  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7ba5cb43ec56eeff37204a88944866279180e3f7
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 01:44:05 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 01:44:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba5cb43

net-vpn/mullvad-netns-0.2: Version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 net-vpn/mullvad-netns/Manifest                                          | 2 +-
 .../{mullvad-netns-0.1.ebuild => mullvad-netns-0.2.ebuild}              | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/mullvad-netns/Manifest b/net-vpn/mullvad-netns/Manifest
index 4d209a650f3..16498a9f93b 100644
--- a/net-vpn/mullvad-netns/Manifest
+++ b/net-vpn/mullvad-netns/Manifest
@@ -1 +1 @@
-DIST mullvad-netns-0.1.tar.gz 12068 BLAKE2B 658f3e050b66028712bc611f42a6b193d482e5d9a9d398d703dbd2e0cdef6a7f94dd614198cf36548d3b1f4eb0f70bc1c9beb34c96e6b4e2e04520fb5544b618 SHA512 de923d3d97fd5689022fea821aa93ee74e3057e50842804da84c8ab6962722ed0000bac61bdbd3c188c6eeda8960345fa6609da5f55e90ee5a49f50bbc7c4838
+DIST mullvad-netns-0.2.tar.gz 12087 BLAKE2B 43f578a8a2d7f0317de9c2c0bc19f49a37ad7754dfcb50a5d698313fe6470ec6f2580d2e7629ac95dbeeddd6c1ac6d660b142c5c801830624c14e6c0e781dc6e SHA512 6f0942841fce19b35adb38b73ae7d692f22e551cf6bccd9c67acf6d248fe7d2684a6a20b9b6459429caf333e68c4d6e460632068b5eebd6a29654a46fb2ab64e

diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild
similarity index 100%
rename from net-vpn/mullvad-netns/mullvad-netns-0.1.ebuild
rename to net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-vpn/mullvad-netns/
@ 2021-03-31  4:21 Patrick McLean
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick McLean @ 2021-03-31  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6af1e3177be8de03bdb95bb5b1534ff4ff57af70
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 04:20:43 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 04:21:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af1e317

net-vpn/mullvad-netns-0.3: Version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 net-vpn/mullvad-netns/Manifest                 |  1 +
 net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild | 34 ++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-vpn/mullvad-netns/Manifest b/net-vpn/mullvad-netns/Manifest
index 16498a9f93b..9264f5aec42 100644
--- a/net-vpn/mullvad-netns/Manifest
+++ b/net-vpn/mullvad-netns/Manifest
@@ -1 +1,2 @@
 DIST mullvad-netns-0.2.tar.gz 12087 BLAKE2B 43f578a8a2d7f0317de9c2c0bc19f49a37ad7754dfcb50a5d698313fe6470ec6f2580d2e7629ac95dbeeddd6c1ac6d660b142c5c801830624c14e6c0e781dc6e SHA512 6f0942841fce19b35adb38b73ae7d692f22e551cf6bccd9c67acf6d248fe7d2684a6a20b9b6459429caf333e68c4d6e460632068b5eebd6a29654a46fb2ab64e
+DIST mullvad-netns-0.3.tar.gz 12164 BLAKE2B e980e28c4dd734e5dc429354a2ab0fe9b653679af1d75122bd83f807d67fe289bc77471b6d5decc068f540bb321de0882f0daa7cf500d4e7ef85547da0e1b547 SHA512 fedc7e7a0c6aeb10ed00a82652d08b31e80f6c4077a6dc50c18410a20bb7bee4f8c9d74f54add711cff1c037722546c24db697fdecaaeeae91125f57c30ad138

diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild
new file mode 100644
index 00000000000..854abf1cf3e
--- /dev/null
+++ b/net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020-2021 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
+"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-vpn/mullvad-netns/
@ 2022-02-18  2:44 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-02-18  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     010b8b5d64e102f3b5d5f4b1dc9cc83aa75047bf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 11:07:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:39:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010b8b5d

net-vpn/mullvad-netns: Use (+) for ipv6 flag deps

At this point, it is reasonable to assume that packages will be enabling
IPv6 unconditionally rather than dropping it altogether.  Update the USE
dependencies to (+) to account for that, in preparation for removal
of the flag in iproute2 and iputils.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{mullvad-netns-0.2.ebuild => mullvad-netns-0.2-r1.ebuild}       | 6 +++---
 .../{mullvad-netns-0.3.ebuild => mullvad-netns-0.3-r1.ebuild}       | 6 +++---
 net-vpn/mullvad-netns/mullvad-netns-9999.ebuild                     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.2-r1.ebuild
similarity index 87%
rename from net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild
rename to net-vpn/mullvad-netns/mullvad-netns-0.2-r1.ebuild
index cefae0c6bc6e..d15b1fff556c 100644
--- a/net-vpn/mullvad-netns/mullvad-netns-0.2.ebuild
+++ b/net-vpn/mullvad-netns/mullvad-netns-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,12 +20,12 @@ SLOT="0"
 RDEPEND="
 	app-misc/jq
 	app-shells/bash
-	net-misc/curl[ipv6,ssl]
+	net-misc/curl[ipv6(+),ssl]
 	net-vpn/wireguard-tools
 	sys-apps/baselayout
 	sys-apps/coreutils
 	sys-apps/grep
-	sys-apps/iproute2[ipv6]
+	sys-apps/iproute2[ipv6(+)]
 	sys-apps/util-linux
 "
 BDEPEND="

diff --git a/net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild b/net-vpn/mullvad-netns/mullvad-netns-0.3-r1.ebuild
similarity index 87%
rename from net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild
rename to net-vpn/mullvad-netns/mullvad-netns-0.3-r1.ebuild
index 854abf1cf3ec..d15b1fff556c 100644
--- a/net-vpn/mullvad-netns/mullvad-netns-0.3.ebuild
+++ b/net-vpn/mullvad-netns/mullvad-netns-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,12 +20,12 @@ SLOT="0"
 RDEPEND="
 	app-misc/jq
 	app-shells/bash
-	net-misc/curl[ipv6,ssl]
+	net-misc/curl[ipv6(+),ssl]
 	net-vpn/wireguard-tools
 	sys-apps/baselayout
 	sys-apps/coreutils
 	sys-apps/grep
-	sys-apps/iproute2[ipv6]
+	sys-apps/iproute2[ipv6(+)]
 	sys-apps/util-linux
 "
 BDEPEND="

diff --git a/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild b/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild
index caf10671bae6..5e06b511c575 100644
--- a/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild
+++ b/net-vpn/mullvad-netns/mullvad-netns-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,12 +22,12 @@ IUSE=""
 RDEPEND="
 	app-misc/jq
 	app-shells/bash
-	net-misc/curl[ipv6,ssl]
+	net-misc/curl[ipv6(+),ssl]
 	net-vpn/wireguard-tools
 	sys-apps/baselayout
 	sys-apps/coreutils
 	sys-apps/grep
-	sys-apps/iproute2[ipv6]
+	sys-apps/iproute2[ipv6(+)]
 	sys-apps/util-linux
 "
 BDEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-18  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-06  2:45 [gentoo-commits] repo/gentoo:master commit in: net-vpn/mullvad-netns/ Patrick McLean
  -- strict thread matches above, loose matches on Subject: below --
2020-04-17  1:44 Patrick McLean
2021-03-31  4:21 Patrick McLean
2022-02-18  2:44 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox