commit:     0ef493739ab8e589e5d4aaf7ee7dbc535ccab584
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 12:31:26 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer type="person">
-       <email>[email protected]</email>
-       <name>Michael Weber</name>
-</maintainer>
-<maintainer type="person">
-       <email>[email protected]</email>
-       <name>Patrice Clement</name>
-</maintainer>
-<use>
-       <flag name="client">Build network client</flag>
-       <flag name="examples">Include example scripts</flag>
-       <flag name="mosh-hardening">Enable compiler and linker options to 
frustrate memory corruption exploits</flag>
-       <flag name="server">Build network server</flag>
-       <flag name="ufw">Install net-firewall/ufw rule set</flag>
-       <flag name="utempter">Include libutempter support</flag>
-</use>
-<longdescription>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Michael Weber</name>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Patrice Clement</name>
+       </maintainer>
+       <use>
+               <flag name="client">Build network client</flag>
+               <flag name="examples">Include example scripts</flag>
+               <flag name="mosh-hardening">Enable compiler and linker options 
to frustrate memory corruption exploits</flag>
+               <flag name="server">Build network server</flag>
+               <flag name="ufw">Install net-firewall/ufw rule set</flag>
+               <flag name="utempter">Include libutempter support</flag>
+       </use>
+       <longdescription>
 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.
 </longdescription>
-<upstream>
-       <bugs-to>https://github.com/keithw/mosh/issues</bugs-to>
-</upstream>
+       <upstream>
+               <bugs-to>https://github.com/keithw/mosh/issues</bugs-to>
+       </upstream>
 </pkgmetadata>

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
 

Reply via email to