summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2019-12-28 00:01:04 +0100
committerJason A. Donenfeld <zx2c4@gentoo.org>2019-12-28 00:03:31 +0100
commitb9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c (patch)
tree473d75791132a1a092618dabcf404a4715911712 /net-vpn
parentmedia-gfx/iscan: Biggish version bump (diff)
downloadgentoo-b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c.tar.gz
gentoo-b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c.tar.bz2
gentoo-b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c.zip
virtual/wireguard: move into proper virtual category
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r--net-vpn/wireguard/metadata.xml14
-rw-r--r--net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild18
2 files changed, 0 insertions, 32 deletions
diff --git a/net-vpn/wireguard/metadata.xml b/net-vpn/wireguard/metadata.xml
deleted file mode 100644
index d5c30b1930c0..000000000000
--- a/net-vpn/wireguard/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zx2c4@gentoo.org</email>
- <name>Jason A. Donenfeld</name>
- </maintainer>
- <use>
- <flag name="tools">Compile the wg(8) tool and related helpers. You probably want this enabled.</flag>
- <flag name="module">Compile the actual WireGuard kernel module. Most certainly you want this enabled, unless you're doing something strange.</flag>
- <flag name="module-src">Install the module source code to /usr/src, in case you like building kernel modules yourself.</flag>
- <flag name="debug">Enable verbose debug reporting in dmesg of various WireGuard peer and device information.</flag>
- </use>
-</pkgmetadata>
diff --git a/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild b/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
deleted file mode 100644
index ea124a3af6bf..000000000000
--- a/net-vpn/wireguard/wireguard-0.0.20191219-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-
-RDEPEND="
- tools? ( net-vpn/wireguard-tools )
- module? ( net-vpn/wireguard-modules[module,debug?] )
- module-src? ( net-vpn/wireguard-modules[module-src] )
-"