commit: b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 23:01:04 2019 +0000
Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 23:03:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ae06f1
virtual/wireguard: move into proper virtual category
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
profiles/updates/4Q-2019 | 1 +
{net-vpn => virtual}/wireguard/metadata.xml | 0
.../wireguard/wireguard-1.ebuild | 3 +--
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/updates/4Q-2019 b/profiles/updates/4Q-2019
index 55d4ca51132..5a0b3ea10df 100644
--- a/profiles/updates/4Q-2019
+++ b/profiles/updates/4Q-2019
@@ -5,3 +5,4 @@ move app-admin/graylog2 app-admin/graylog
move media-libs/libclthreads dev-libs/libclthreads
move media-libs/libclxclient x11-libs/libclxclient
slotmove net-misc/teamviewer 15 0
+move net-vpn/wireguard virtual/wireguard
diff --git a/net-vpn/wireguard/metadata.xml b/virtual/wireguard/metadata.xml
similarity index 100%
rename from net-vpn/wireguard/metadata.xml
rename to virtual/wireguard/metadata.xml
diff --git a/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
b/virtual/wireguard/wireguard-1.ebuild
similarity index 96%
rename from net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
rename to virtual/wireguard/wireguard-1.ebuild
index ea124a3af6b..a1825d73614 100644
--- a/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
+++ b/virtual/wireguard/wireguard-1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art
cryptography."
HOMEPAGE="https://www.wireguard.com/"
-LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86"
IUSE="debug +module +tools module-src"