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 6B74F139694 for ; Wed, 12 Apr 2017 02:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D95E0CE1; Wed, 12 Apr 2017 02:15:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 75436E0CE1 for ; Wed, 12 Apr 2017 02:15:15 +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 3012E34112A for ; Wed, 12 Apr 2017 02:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B00A742D for ; Wed, 12 Apr 2017 02:15:12 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1491963304.42f6fec3b640ae4be96960c39c5c27e0c42b0671.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/unison/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/unison/unison-2.48.4.ebuild X-VCS-Directories: net-misc/unison/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 42f6fec3b640ae4be96960c39c5c27e0c42b0671 X-VCS-Branch: master Date: Wed, 12 Apr 2017 02:15:12 +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: 3d6592c4-7e61-4146-9943-f499aa7e499b X-Archives-Hash: ee258bc8e14d58595f562a722a7033ee commit: 42f6fec3b640ae4be96960c39c5c27e0c42b0671 Author: Benda Xu gentoo org> AuthorDate: Wed Apr 12 02:13:50 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Apr 12 02:15:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f6fec3 net-misc/unison: install unison-fsmonitor. Bug: 572148 Credit: Phil Tooley Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/unison/unison-2.48.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/unison/unison-2.48.4.ebuild b/net-misc/unison/unison-2.48.4.ebuild index 449d386b46f..3a685747ee2 100644 --- a/net-misc/unison/unison-2.48.4.ebuild +++ b/net-misc/unison/unison-2.48.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -65,6 +65,7 @@ src_install () { # install manually, since it's just too much # work to force the Makefile to do the right thing. newbin unison unison-${SLOT} + dobin unison-fsmonitor dodoc BUGS.txt CONTRIB INSTALL NEWS \ README ROADMAP.txt TODO.txt