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 4ED851395E2 for ; Sat, 12 Nov 2016 14:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1302E0C39; Sat, 12 Nov 2016 14:22:00 +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 90531E0C39 for ; Sat, 12 Nov 2016 14:22:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 246913411FB for ; Sat, 12 Nov 2016 14:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8692A303 for ; Sat, 12 Nov 2016 14:21:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1478960469.0ef493739ab8e589e5d4aaf7ee7dbc535ccab584.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mosh/metadata.xml net-misc/mosh/mosh-1.2.6.ebuild X-VCS-Directories: net-misc/mosh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0ef493739ab8e589e5d4aaf7ee7dbc535ccab584 X-VCS-Branch: master Date: Sat, 12 Nov 2016 14:21:57 +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: b3c34436-beb0-4378-90cd-af3a216ce1a0 X-Archives-Hash: f0f2f8482d2044fd56998a607faa4958 commit: 0ef493739ab8e589e5d4aaf7ee7dbc535ccab584 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 12 12:31:26 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 12 14:21:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef49373 net-misc/mosh: Add missing slotoperator Bump EAPI to 6 Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> net-misc/mosh/metadata.xml | 40 ++++++++++++++++++++-------------------- net-misc/mosh/mosh-1.2.6.ebuild | 16 +++++++--------- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml index ee89d1f..5aa0beb 100644 --- a/net-misc/mosh/metadata.xml +++ b/net-misc/mosh/metadata.xml @@ -1,30 +1,30 @@ - - xmw@gentoo.org - Michael Weber - - - monsieurp@gentoo.org - Patrice Clement - - - Build network client - Include example scripts - Enable compiler and linker options to frustrate memory corruption exploits - Build network server - Install net-firewall/ufw rule set - Include libutempter support - - + + xmw@gentoo.org + Michael Weber + + + monsieurp@gentoo.org + Patrice Clement + + + Build network client + Include example scripts + Enable compiler and linker options to frustrate memory corruption exploits + Build network server + Install net-firewall/ufw rule set + Include libutempter support + + Mosh is a remote terminal application that supports: - intermittent network connectivity, - roaming to different IP address without dropping the connection, and - intelligent local echo and line editing to reduce the effects of "network lag" on high-latency connections. - - https://github.com/keithw/mosh/issues - + + https://github.com/keithw/mosh/issues + diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild index a6a0d27..82441a8 100644 --- a/net-misc/mosh/mosh-1.2.6.ebuild +++ b/net-misc/mosh/mosh-1.2.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools bash-completion-r1 eutils vcs-snapshot @@ -15,10 +15,12 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos" IUSE="+client examples +mosh-hardening +server ufw +utempter" -REQUIRED_USE="|| ( client server ) +REQUIRED_USE=" + || ( client server ) examples? ( client )" -RDEPEND="dev-libs/protobuf +RDEPEND=" + dev-libs/protobuf:0= sys-libs/ncurses:0= virtual/ssh client? ( @@ -38,8 +40,8 @@ PATCHES=( ) src_prepare() { - # apply patches. - epatch ${PATCHES[@]} + MAKEOPTS+=" V=1" + default eautoreconf } @@ -55,10 +57,6 @@ src_configure() { $(use_with utempter) } -src_compile() { - emake V=1 -} - src_install() { default