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 11F6B138359 for ; Tue, 21 Jul 2020 12:28:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C88CE08FB; Tue, 21 Jul 2020 12:28:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8965CE08FB for ; Tue, 21 Jul 2020 12:28:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 934F234F392 for ; Tue, 21 Jul 2020 12:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1E29290 for ; Tue, 21 Jul 2020 12:28:02 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1595334467.501a8da9c33723a26d03718598666e45516ff05a.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/wireguard-tools/Manifest net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild X-VCS-Directories: net-vpn/wireguard-tools/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 501a8da9c33723a26d03718598666e45516ff05a X-VCS-Branch: master Date: Tue, 21 Jul 2020 12:28:02 +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: 879e1479-5b4c-4bc0-a167-af7e775b1cdc X-Archives-Hash: 14e95edb8a25451a9b4e0ab354533c5c commit: 501a8da9c33723a26d03718598666e45516ff05a Author: Jason A. Donenfeld gentoo org> AuthorDate: Tue Jul 21 12:27:47 2020 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Tue Jul 21 12:27:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501a8da9 net-vpn/wireguard-tools: drop old Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Jason A. Donenfeld gentoo.org> net-vpn/wireguard-tools/Manifest | 1 - .../wireguard-tools-1.0.20200319.ebuild | 101 --------------------- 2 files changed, 102 deletions(-) diff --git a/net-vpn/wireguard-tools/Manifest b/net-vpn/wireguard-tools/Manifest index bf04b880791..b60ce915a97 100644 --- a/net-vpn/wireguard-tools/Manifest +++ b/net-vpn/wireguard-tools/Manifest @@ -1,2 +1 @@ -DIST wireguard-tools-1.0.20200319.tar.xz 92324 BLAKE2B 9f514748708ef6a5b7f5b043c9054c954d17bb77de7a354b5a9a4e63cfb5f441237e98b16b288426441a7e709e1874d396cf67b04b38bb0ebbe7822bb32ada57 SHA512 d5bcd153f9b10f184b9a1bf9a81f33a9713ab4863ab5aa190eac60e92919756c8fecbb0d3cfb83bae20ac78fc43fdd7168f37294cdd7c5ee21f2a1b2db5fdf41 DIST wireguard-tools-1.0.20200513.tar.xz 94500 BLAKE2B 34a39533018416df382d180da76d6494feec1d40208c9df427c1979817dbe138c217fe4c4f4cf5cecd3c4053e6f73f1863d1e0a9ed2cad41899dda5387c15844 SHA512 4d27b262350b6b47843a323c2e7ab8d2bdd48065c265778abdec85b3f6fc92aa9af77d76e368df9cc8e435eae1c0ce50fed52e1d78db54358c1884d34be08d2c diff --git a/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild b/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild deleted file mode 100644 index 07fee8d9101..00000000000 --- a/net-vpn/wireguard-tools/wireguard-tools-1.0.20200319.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info bash-completion-r1 systemd toolchain-funcs - -DESCRIPTION="Required tools for WireGuard, such as wg(8) and wg-quick(8)" -HOMEPAGE="https://www.wireguard.com/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.zx2c4.com/wireguard-tools" -else - SRC_URI="https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-${PV}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+wg-quick" - -BDEPEND="virtual/pkgconfig" -DEPEND="" -RDEPEND="${DEPEND} - wg-quick? ( - || ( net-firewall/nftables net-firewall/iptables ) - virtual/resolvconf - ) - !