From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Sat, 12 Nov 2016 14:21:57 +0000 (UTC) [thread overview]
Message-ID: <1478960469.0ef493739ab8e589e5d4aaf7ee7dbc535ccab584.jlec@gentoo> (raw)
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>xmw@gentoo.org</email>
- <name>Michael Weber</name>
-</maintainer>
-<maintainer type="person">
- <email>monsieurp@gentoo.org</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>xmw@gentoo.org</email>
+ <name>Michael Weber</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</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
next reply other threads:[~2016-11-12 14:22 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-12 14:21 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-05 16:57 [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/ Sam James
2024-09-05 16:55 Sam James
2024-08-25 15:21 Fabian Groffen
2023-08-21 19:22 Sam James
2023-08-21 18:51 Sam James
2023-08-15 4:22 Sam James
2023-01-13 14:16 Arthur Zamarin
2023-01-03 18:32 Sam James
2023-01-03 18:32 Sam James
2023-01-03 18:28 Sam James
2023-01-03 18:28 Sam James
2023-01-03 18:22 Arthur Zamarin
2023-01-03 18:22 Arthur Zamarin
2023-01-03 18:22 Arthur Zamarin
2022-10-27 4:48 Sam James
2022-09-23 1:08 Sam James
2022-08-05 1:27 Sam James
2022-08-05 1:27 Sam James
2022-08-04 3:40 Sam James
2022-08-04 3:40 Sam James
2022-08-04 3:28 Sam James
2022-07-28 13:59 Sam James
2022-05-05 10:06 WANG Xuerui
2022-03-08 17:37 Jakov Smolić
2022-03-08 17:37 Jakov Smolić
2022-02-04 7:23 Agostino Sarubbo
2022-02-04 7:22 Agostino Sarubbo
2022-02-03 6:03 Sam James
2022-02-02 22:25 Sam James
2022-02-02 9:47 Sam James
2022-02-02 9:47 Sam James
2022-02-02 9:47 Sam James
2022-02-02 9:47 Sam James
2022-02-01 6:56 Sam James
2021-10-27 19:07 Amy Liffey
2021-10-27 19:07 Amy Liffey
2021-04-29 17:09 Mikle Kolyada
2020-10-24 11:08 Sergei Trofimovich
2020-10-24 11:03 Sergei Trofimovich
2020-10-21 1:10 Sam James
2020-10-21 0:32 Sam James
2020-07-18 23:29 Patrick McLean
2020-01-05 13:57 Amy Liffey
2020-01-05 13:57 Amy Liffey
2020-01-03 19:19 Patrice Clement
2019-12-11 22:06 Matt Turner
2019-12-04 2:34 Matt Turner
2019-11-17 4:02 Matt Turner
2019-08-31 19:58 Matt Turner
2019-08-31 19:58 Matt Turner
2019-08-31 19:58 Matt Turner
2019-08-31 19:58 Matt Turner
2019-01-05 19:39 Patrick McLean
2019-01-05 19:39 Patrick McLean
2019-01-02 11:39 Justin Lecher
2018-05-27 8:42 Mikle Kolyada
2018-04-17 22:09 Thomas Deutschmann
2018-04-16 22:54 Aaron Bauman
2018-04-15 11:34 David Seifert
2017-11-26 23:23 David Seifert
2017-07-29 8:48 Patrice Clement
2017-04-05 0:02 Michael Weber
2017-04-04 23:09 Patrice Clement
2017-02-05 13:56 Michael Weber
2017-02-05 12:58 Michael Weber
2017-01-30 13:09 Agostino Sarubbo
2017-01-29 22:35 Michael Weber
2017-01-29 22:35 Michael Weber
2016-08-17 21:41 Manuel Rüger
2015-08-12 15:20 Mike Frysinger
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=1478960469.0ef493739ab8e589e5d4aaf7ee7dbc535ccab584.jlec@gentoo \
--to=jlec@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