public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wireguard/
Date: Thu,  5 Jan 2017 03:03:46 +0000 (UTC)	[thread overview]
Message-ID: <1483585381.6354250c0613c15302776820df074ea676e9eada.zx2c4@gentoo> (raw)

commit:     6354250c0613c15302776820df074ea676e9eada
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 03:03:01 2017 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 03:03:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6354250c

net-misc/wireguard: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/wireguard/Manifest                                  |  2 +-
 ...-0.0.20161230-r1.ebuild => wireguard-0.0.20170105.ebuild} | 12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-misc/wireguard/Manifest b/net-misc/wireguard/Manifest
index 311f4cb..3854114 100644
--- a/net-misc/wireguard/Manifest
+++ b/net-misc/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20161230.tar.xz 126172 SHA256 69c9770daf9c8ff6632d614afc117b60774760f1224c9322c84f8da92b9ae396 SHA512 dbd6884537526ce3bf216378a8f10d16eced59ef99c69332e5d97ef72b72da866f2c5cc9e7602da1cffd4890d6ca9101b670b7fab9807db6b0dc495b6349be1c WHIRLPOOL 9defecf14c50eaa0410db59a9412bdcc851020b140e66f43ba4570faafda95df37dca06ee4d6f6190a8a94be9a778ee69bfa3f725a4c9bf358964de192eaf912
+DIST WireGuard-0.0.20170105.tar.xz 125280 SHA256 1bd990eeae6fbf599ccddde81caa92770f58623ad9705f875bcfab8254583896 SHA512 8e9cfd5d521c77766d870445e946aa934dbe933241a09776002492c8284a018c2cce615f92a873c6ee3448ef231fc91230cd973a682728db85f03cd82301150c WHIRLPOOL 19743cfee950c042fe0f190cf12af184b4bf3a24ab43338f85250ccaa806a2d3d6b757d1b666305474e699cfd15095d290c6235fb4d751b6e4080a48b19c43f1

diff --git a/net-misc/wireguard/wireguard-0.0.20161230-r1.ebuild b/net-misc/wireguard/wireguard-0.0.20170105.ebuild
similarity index 93%
rename from net-misc/wireguard/wireguard-0.0.20161230-r1.ebuild
rename to net-misc/wireguard/wireguard-0.0.20170105.ebuild
index 06402df..db54269 100644
--- a/net-misc/wireguard/wireguard-0.0.20161230-r1.ebuild
+++ b/net-misc/wireguard/wireguard-0.0.20170105.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit linux-mod
+inherit linux-mod bash-completion-r1
 
 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art cryptography."
 HOMEPAGE="https://www.wireguard.io/"
@@ -48,8 +48,14 @@ src_compile() {
 src_install() {
 	dodoc README.md
 	dodoc -r contrib/examples
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src/tools install
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C contrib/examples/wg-config install
+	emake \
+		WITH_BASHCOMPLETION=yes \
+		WITH_SYSTEMDUNITS=yes \
+		WITH_WGQUICK=yes \
+		DESTDIR="${D}" \
+		BASHCOMPDIR="$(get_bashcompdir)" \
+		PREFIX="${EPREFIX}/usr" \
+		-C src/tools install
 	if use kmod-src; then
 		emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src dkms-install
 	else


             reply	other threads:[~2017-01-05  3:03 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-05  3:03 Jason Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-23 15:31 [gentoo-commits] repo/gentoo:master commit in: net-misc/wireguard/ Jason Donenfeld
2017-02-14 11:01 Jason Donenfeld
2017-02-13 21:09 Jason Donenfeld
2017-01-15 12:20 Jason Donenfeld
2017-01-04 19:54 Jason Donenfeld
2016-12-30 17:06 Jason Donenfeld
2016-12-23 20:17 Jason Donenfeld
2016-12-18 17:40 Jason Donenfeld
2016-12-16 16:16 Jason Donenfeld
2016-12-09 21:00 Jason Donenfeld
2016-12-06 18:55 Jason Donenfeld
2016-11-29 22:19 Jason Donenfeld
2016-11-16 20:50 Jason Donenfeld
2016-11-16 15:58 Jason Donenfeld
2016-11-10 20:37 Jason Donenfeld
2016-11-07 13:42 Jason Donenfeld
2016-11-06  1:59 Jason Donenfeld
2016-11-04 16:03 Jason Donenfeld
2016-11-03 10:51 Jason Donenfeld
2016-11-02 11:36 Jason Donenfeld
2016-11-02 11:32 Jason Donenfeld
2016-11-02 10:57 Jason Donenfeld
2016-10-25 13:13 Aaron Bauman
2016-10-14 16:07 Jason Donenfeld
2016-09-30 23:36 Jason Donenfeld
2016-08-08 16:01 Jason Donenfeld
2016-07-26 15:15 Jason Donenfeld
2016-07-25 23:16 Jason Donenfeld
2016-07-22 19:20 Jason Donenfeld
2016-07-21  9:46 Jason Donenfeld
2016-07-15 14:44 Jason Donenfeld
2016-07-11 10:21 Jason Donenfeld
2016-07-08 14:38 Jason Donenfeld
2016-07-08 11:45 Jason Donenfeld
2016-07-08 11:35 Jason Donenfeld
2016-07-01  2:48 Jason Donenfeld
2016-06-30 18:41 Jason Donenfeld
2016-06-30  2:19 Jason Donenfeld
2016-06-29 14:59 Jason Donenfeld
2016-06-29  2:43 Jason Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483585381.6354250c0613c15302776820df074ea676e9eada.zx2c4@gentoo \
    --to=zx2c4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox