Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Fri, 31 Jul 2020 12:12:22
Message-Id: 1596197526.19b690c430cc5b621bc95df7061613aa958a6237.zx2c4@gentoo
1 commit: 19b690c430cc5b621bc95df7061613aa958a6237
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 11:51:58 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 12:12:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b690c4
7
8 package.mask: prepare to remove virtual/wireguard
9
10 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
11
12 profiles/package.deprecated | 7 -------
13 profiles/package.mask | 6 ++++++
14 2 files changed, 6 insertions(+), 7 deletions(-)
15
16 diff --git a/profiles/package.deprecated b/profiles/package.deprecated
17 index a61840d2484..570197dfb56 100644
18 --- a/profiles/package.deprecated
19 +++ b/profiles/package.deprecated
20 @@ -89,13 +89,6 @@ x11-libs/gtkglext
21 # bug #699796.
22 virtual/libffi
23
24 -# Jason A. Donenfeld <zx2c4@g.o> (2019-12-30)
25 -# Directly install net-vpn/wireguard-tools and net-vpn/wireguard-modules.
26 -# This may be accomplished by running:
27 -# emerge -nO net-vpn/wireguard-tools net-vpn/wireguard-modules
28 -# emerge -C virtual/wireguard
29 -virtual/wireguard
30 -
31 # Michał Górny <mgorny@g.o> (2019-12-30)
32 # PyPy packages have been restructured, and the virtual is no longer
33 # necessary. Depend on dev-python/pypy{,3} instead.
34
35 diff --git a/profiles/package.mask b/profiles/package.mask
36 index 6192322bc63..22ccd9912c2 100644
37 --- a/profiles/package.mask
38 +++ b/profiles/package.mask
39 @@ -32,6 +32,12 @@
40
41 #--- END OF EXAMPLES ---
42
43 +# Jason A. Donenfeld <zx2c4@g.o> (2020-07-31)
44 +# This package has been deprecated for 8 months now, in addition to
45 +# loud ewarns upon every install. It is replaced with explicitly
46 +# installing net-vpn/wireguard-tools. Removal in 7 days.
47 +virtual/wireguard
48 +
49 # Michał Górny <mgorny@g.o> (2020-07-28)
50 # Masked for the time being due to dep on LLVM 8. Bug #720236.
51 <=dev-ada/gps-2019-r1