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 8BDFC1382DE for ; Thu, 30 Jun 2016 18:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E37E0B6B; Thu, 30 Jun 2016 18:41:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90182E0B6B for ; Thu, 30 Jun 2016 18:41:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC5B8340DED for ; Thu, 30 Jun 2016 18:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85AF216C4 for ; Thu, 30 Jun 2016 18:41:42 +0000 (UTC) From: "Jason 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 Donenfeld" Message-ID: <1467312096.7f9af705e3d66837cb0f06f6b7b14cee19f4c096.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wireguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wireguard/Manifest net-misc/wireguard/wireguard-0.0.20160630.ebuild net-misc/wireguard/wireguard-9999.ebuild X-VCS-Directories: net-misc/wireguard/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 7f9af705e3d66837cb0f06f6b7b14cee19f4c096 X-VCS-Branch: master Date: Thu, 30 Jun 2016 18:41:42 +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-Archives-Salt: 1432cd0b-e71d-4eff-aaa0-a440c3e00856 X-Archives-Hash: 6645d12af6f3c9718dc50e9bf956e0a3 commit: 7f9af705e3d66837cb0f06f6b7b14cee19f4c096 Author: Jason A. Donenfeld gentoo org> AuthorDate: Thu Jun 30 18:41:09 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Thu Jun 30 18:41:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9af705 net-misc/wireguard: snapshot Package-Manager: portage-2.3.0 net-misc/wireguard/Manifest | 1 + ...reguard-9999.ebuild => wireguard-0.0.20160630.ebuild} | 16 ++++++++++++++-- net-misc/wireguard/wireguard-9999.ebuild | 16 ++++++++++++++-- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/net-misc/wireguard/Manifest b/net-misc/wireguard/Manifest new file mode 100644 index 0000000..f84ac3e --- /dev/null +++ b/net-misc/wireguard/Manifest @@ -0,0 +1 @@ +DIST wireguard-0.0.20160630.tar.xz 104612 SHA256 701c9be1d4bb905d10be5dc14b71f7e84e8dcf6e8a8aa77cd7be97b4c3b13218 SHA512 3916b902fa36ea2b00ceaf15d9520d42258fc67ffbb44a7f1f1ebe4ae4f3fcca55cc1f90f8c59f0c640df6ec8618114c71b49785bf70ba52458dfa7c1d2e5055 WHIRLPOOL 03b90ad83e71a915c736b68c1e8acda8d11509042e488a148a1f4540b9f45ffc99a32db43f5360ee7da6d79d11df48c49c5260acc67b2b1c3d169475edcd656c diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-0.0.20160630.ebuild similarity index 72% copy from net-misc/wireguard/wireguard-9999.ebuild copy to net-misc/wireguard/wireguard-0.0.20160630.ebuild index 4a27f4c..637d226 100644 --- a/net-misc/wireguard/wireguard-9999.ebuild +++ b/net-misc/wireguard/wireguard-0.0.20160630.ebuild @@ -14,8 +14,9 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.zx2c4.com/WireGuard" KEYWORDS="" else - SRC_URI="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" + SRC_URI="https://git.zx2c4.com/WireGuard/snapshot/experimental/${PV}.tar.xz -> ${P}.tar.xz" + S="${WORKDIR}/experimental/${PV}" + KEYWORDS="~amd64 ~x86 ~mips ~arm ~arm64" fi LICENSE="GPL-2" @@ -53,3 +54,14 @@ src_install() { linux-mod_src_install emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src/tools install } + +pkg_postinst() { + linux-mod_pkg_postinst + ewarn + ewarn "This software is experimental and has not yet been released." + ewarn "As such, it may contain significant issues. Please do not file" + ewarn "bug reports with Gentoo, but rather direct them upstream to:" + ewarn + ewarn " team@wireguard.io security@wireguard.io" + ewarn +} diff --git a/net-misc/wireguard/wireguard-9999.ebuild b/net-misc/wireguard/wireguard-9999.ebuild index 4a27f4c..637d226 100644 --- a/net-misc/wireguard/wireguard-9999.ebuild +++ b/net-misc/wireguard/wireguard-9999.ebuild @@ -14,8 +14,9 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.zx2c4.com/WireGuard" KEYWORDS="" else - SRC_URI="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" + SRC_URI="https://git.zx2c4.com/WireGuard/snapshot/experimental/${PV}.tar.xz -> ${P}.tar.xz" + S="${WORKDIR}/experimental/${PV}" + KEYWORDS="~amd64 ~x86 ~mips ~arm ~arm64" fi LICENSE="GPL-2" @@ -53,3 +54,14 @@ src_install() { linux-mod_src_install emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src/tools install } + +pkg_postinst() { + linux-mod_pkg_postinst + ewarn + ewarn "This software is experimental and has not yet been released." + ewarn "As such, it may contain significant issues. Please do not file" + ewarn "bug reports with Gentoo, but rather direct them upstream to:" + ewarn + ewarn " team@wireguard.io security@wireguard.io" + ewarn +}