public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2015-08-12 15:20 Mike Frysinger
  0 siblings, 0 replies; 71+ messages in thread
From: Mike Frysinger @ 2015-08-12 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d6a1bc622d70874b5e76d741932096b24dde1064
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 15:19:56 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 15:19:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a1bc62

net-misc/mosh: use subslots w/ncurses

 net-misc/mosh/mosh-1.2.5-r1.ebuild | 2 +-
 net-misc/mosh/mosh-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.2.5-r1.ebuild b/net-misc/mosh/mosh-1.2.5-r1.ebuild
index 6c424c4..c671658 100644
--- a/net-misc/mosh/mosh-1.2.5-r1.ebuild
+++ b/net-misc/mosh/mosh-1.2.5-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="|| ( client server )
 	examples? ( client )"
 
 RDEPEND="dev-libs/protobuf
-	sys-libs/ncurses:5
+	sys-libs/ncurses:5=
 	virtual/ssh
 	client? (
 		dev-lang/perl

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 39b2981..c72fb7f 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="|| ( client server )
 	examples? ( client )"
 
 RDEPEND="dev-libs/protobuf
-	sys-libs/ncurses:5
+	sys-libs/ncurses:5=
 	virtual/ssh
 	client? ( dev-lang/perl
 		dev-perl/IO-Tty )


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2016-08-17 21:41 Manuel Rüger
  0 siblings, 0 replies; 71+ messages in thread
From: Manuel Rüger @ 2016-08-17 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     14baacb85f7273c87210e5e14918852c776ca2c4
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 21:41:18 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 21:41:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14baacb8

net-misc/mosh: Version bump to 1.2.6

Package-Manager: portage-2.3.0

 net-misc/mosh/Manifest          |  1 +
 net-misc/mosh/mosh-1.2.6.ebuild | 72 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index b343b57..e8b6734 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,2 +1,3 @@
 DIST mosh-1.2.4.tar.gz 283047 SHA256 e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46 SHA512 f7505faffdc8da734179b37339b554f83cbf5450b251cd2aa50d63cd6e4cbefa0da17a1c1b2a61858735ac9e5cee5841ed20e81e244380f5f9a02af1b87199cc WHIRLPOOL b7fe6c87deb139faa4c6542b8de8bb8356e00889a8fc5a9a4d9609312f1654720eda0bdf9db97f48ccf6f15e6b4b2cd9c8d5105e84177a7ce0d3d36923a15e34
 DIST mosh-1.2.5.tar.gz 308857 SHA256 1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3 SHA512 6a5a42e5ed3f265bc8bee045340a59f604ab8f08b041573264f5679c29678e84d101537aa2d856923eee8d0a0f9c052dc81cfbfa50ce12bd0eeddc5c8f1fc3ae WHIRLPOOL df91c18f4f68250fbb91d79b3072f594adb829f46d4228c965082883ee71401d80efef06ceb4662686eda3bdccb43cede365a1cef4c099efe9c41f775b4fdd8c
+DIST mosh-1.2.6.tar.gz 347185 SHA256 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 SHA512 fe53ba3ba79fb393f9fd5d3c48b2864838a1b51a8e08f0160bcfb98fc8c2363d2bb77456e1bc79b765d6489a2af54237c5423ebb88a13196a82420be0cbc7403 WHIRLPOOL b8e4f8ecce2a5bf2b7e8238ec12181aeeacabf3a1be8f153d922bda0747894e7c23ab9735824a8c163ab4d6ca7942a4aa064559b9474243b82eee3561dbbc031

diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
new file mode 100644
index 0000000..a6a0d27
--- /dev/null
+++ b/net-misc/mosh/mosh-1.2.6.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools bash-completion-r1 eutils vcs-snapshot
+
+DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
+HOMEPAGE="http://mosh.mit.edu"
+SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
+
+LICENSE="GPL-3"
+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 )
+	examples? ( client )"
+
+RDEPEND="dev-libs/protobuf
+	sys-libs/ncurses:0=
+	virtual/ssh
+	client? (
+		dev-lang/perl
+		dev-perl/IO-Tty
+	)
+	utempter? (
+		sys-libs/libutempter
+	)"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+# [0] - avoid sandbox-violation calling git describe in Makefile
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
+)
+
+src_prepare() {
+	# apply patches.
+	epatch ${PATCHES[@]}
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-completion \
+		$(use_enable client) \
+		$(use_enable server) \
+		$(use_enable examples) \
+		$(use_enable ufw) \
+		$(use_enable mosh-hardening hardening) \
+		$(use_with utempter)
+}
+
+src_compile() {
+	emake V=1
+}
+
+src_install() {
+	default
+
+	for myprog in $(find src/examples -type f -perm /0111) ; do
+		newbin ${myprog} ${PN}-$(basename ${myprog})
+		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
+	done
+
+	# bug 477384
+	dobashcomp conf/bash-completion/completions/mosh
+}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2016-11-12 14:21 Justin Lecher
  0 siblings, 0 replies; 71+ messages in thread
From: Justin Lecher @ 2016-11-12 14:21 UTC (permalink / raw
  To: gentoo-commits

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
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-01-29 22:35 Michael Weber
  0 siblings, 0 replies; 71+ messages in thread
From: Michael Weber @ 2017-01-29 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cb7489f235ca4977b054a87769fb3bd75716e63e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 22:20:15 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 22:34:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7489f2

net-misc/mosh: Update live ebuild.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/mosh/mosh-9999.ebuild | 36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index ee079b8..a26290a 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit autotools bash-completion-r1 git-r3
+inherit autotools bash-completion-r1 eutils git-r3
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
 HOMEPAGE="http://mosh.mit.edu"
@@ -14,20 +14,36 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 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? ( dev-lang/perl
-		dev-perl/IO-Tty )
-	utempter? ( sys-libs/libutempter )"
+	client? (
+		dev-lang/perl
+		dev-perl/IO-Tty
+	)
+	utempter? (
+		sys-libs/libutempter
+	)"
+
 DEPEND="${RDEPEND}
 	dev-vcs/git[curl]
 	virtual/pkgconfig"
 
+# [0] - avoid sandbox-violation calling git describe in Makefile
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
+)
+
 src_prepare() {
+	MAKEOPTS+=" V=1"
+	default
+
 	eautoreconf
 }
 
@@ -42,10 +58,6 @@ src_configure() {
 		$(use_with utempter)
 }
 
-src_compile() {
-	emake V=1
-}
-
 src_install() {
 	default
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-01-29 22:35 Michael Weber
  0 siblings, 0 replies; 71+ messages in thread
From: Michael Weber @ 2017-01-29 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     66dddc6c6d6d3a8592466703976e976d58c387a1
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 22:15:28 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 22:34:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66dddc6c

net-misc/mosh: Drop old versions.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/mosh/Manifest             |  1 -
 net-misc/mosh/mosh-1.2.5-r1.ebuild | 72 --------------------------------------
 net-misc/mosh/mosh-1.2.5.ebuild    | 61 --------------------------------
 3 files changed, 134 deletions(-)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index e8b6734..1145e44 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,3 +1,2 @@
 DIST mosh-1.2.4.tar.gz 283047 SHA256 e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46 SHA512 f7505faffdc8da734179b37339b554f83cbf5450b251cd2aa50d63cd6e4cbefa0da17a1c1b2a61858735ac9e5cee5841ed20e81e244380f5f9a02af1b87199cc WHIRLPOOL b7fe6c87deb139faa4c6542b8de8bb8356e00889a8fc5a9a4d9609312f1654720eda0bdf9db97f48ccf6f15e6b4b2cd9c8d5105e84177a7ce0d3d36923a15e34
-DIST mosh-1.2.5.tar.gz 308857 SHA256 1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3 SHA512 6a5a42e5ed3f265bc8bee045340a59f604ab8f08b041573264f5679c29678e84d101537aa2d856923eee8d0a0f9c052dc81cfbfa50ce12bd0eeddc5c8f1fc3ae WHIRLPOOL df91c18f4f68250fbb91d79b3072f594adb829f46d4228c965082883ee71401d80efef06ceb4662686eda3bdccb43cede365a1cef4c099efe9c41f775b4fdd8c
 DIST mosh-1.2.6.tar.gz 347185 SHA256 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 SHA512 fe53ba3ba79fb393f9fd5d3c48b2864838a1b51a8e08f0160bcfb98fc8c2363d2bb77456e1bc79b765d6489a2af54237c5423ebb88a13196a82420be0cbc7403 WHIRLPOOL b8e4f8ecce2a5bf2b7e8238ec12181aeeacabf3a1be8f153d922bda0747894e7c23ab9735824a8c163ab4d6ca7942a4aa064559b9474243b82eee3561dbbc031

diff --git a/net-misc/mosh/mosh-1.2.5-r1.ebuild b/net-misc/mosh/mosh-1.2.5-r1.ebuild
deleted file mode 100644
index e6bc6b4..00000000
--- a/net-misc/mosh/mosh-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools bash-completion-r1 eutils vcs-snapshot
-
-DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.mit.edu"
-SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
-
-LICENSE="GPL-3"
-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 )
-	examples? ( client )"
-
-RDEPEND="dev-libs/protobuf
-	sys-libs/ncurses:0=
-	virtual/ssh
-	client? (
-		dev-lang/perl
-		dev-perl/IO-Tty
-	)
-	utempter? (
-		sys-libs/libutempter
-	)"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-# [0] - avoid sandbox-violation calling git describe in Makefile
-PATCHES=(
-	"${FILESDIR}"/${P}-git-version.patch
-)
-
-src_prepare() {
-	# apply patches.
-	epatch "${PATCHES[@]}"
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-completion \
-		$(use_enable client) \
-		$(use_enable server) \
-		$(use_enable examples) \
-		$(use_enable ufw) \
-		$(use_enable mosh-hardening hardening) \
-		$(use_with utempter)
-}
-
-src_compile() {
-	emake V=1
-}
-
-src_install() {
-	default
-
-	for myprog in $(find src/examples -type f -perm /0111) ; do
-		newbin ${myprog} ${PN}-$(basename ${myprog})
-		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
-	done
-
-	# bug 477384
-	dobashcomp conf/bash-completion/completions/mosh
-}

diff --git a/net-misc/mosh/mosh-1.2.5.ebuild b/net-misc/mosh/mosh-1.2.5.ebuild
deleted file mode 100644
index 33680da..00000000
--- a/net-misc/mosh/mosh-1.2.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools bash-completion-r1 eutils vcs-snapshot
-
-DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.mit.edu"
-SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
-
-LICENSE="GPL-3"
-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 )
-	examples? ( client )"
-
-RDEPEND="dev-libs/protobuf
-	sys-libs/ncurses:0
-	virtual/ssh
-	client? ( dev-lang/perl
-		dev-perl/IO-Tty )
-	utempter? ( sys-libs/libutempter )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	# avoid sandbox-violation calling git describe in Makefile
-	epatch "${FILESDIR}"/${P}-git-version.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-completion \
-		$(use_enable client) \
-		$(use_enable server) \
-		$(use_enable examples) \
-		$(use_enable ufw) \
-		$(use_enable mosh-hardening hardening) \
-		$(use_with utempter)
-}
-
-src_compile() {
-	emake V=1
-}
-
-src_install() {
-	default
-
-	for myprog in $(find src/examples -type f -perm /0111) ; do
-		newbin ${myprog} ${PN}-$(basename ${myprog})
-		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
-	done
-
-	# bug 477384
-	dobashcomp conf/bash-completion/completions/mosh
-}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-01-30 13:09 Agostino Sarubbo
  0 siblings, 0 replies; 71+ messages in thread
From: Agostino Sarubbo @ 2017-01-30 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ca18cb5f82a78291e3413941e0eaca5737509243
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 13:07:13 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 13:07:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca18cb5f

net-misc/mosh: amd64 stable wrt bug #607670

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-misc/mosh/mosh-1.2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
index 82441a8..8cbf9a4 100644
--- a/net-misc/mosh/mosh-1.2.6.ebuild
+++ b/net-misc/mosh/mosh-1.2.6.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
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-02-05 12:58 Michael Weber
  0 siblings, 0 replies; 71+ messages in thread
From: Michael Weber @ 2017-02-05 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     809d7b493e0f6c937f047ef57c7e464a56f0840e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 12:58:14 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 12:58:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809d7b49

net-misc/mosh: ppc stable (bug 607670).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/mosh/mosh-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
index 4da8898..2717617 100644
--- a/net-misc/mosh/mosh-1.2.6.ebuild
+++ b/net-misc/mosh/mosh-1.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-02-05 13:56 Michael Weber
  0 siblings, 0 replies; 71+ messages in thread
From: Michael Weber @ 2017-02-05 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     eab28e6452fc542e227adca9e15e3c8a2c51e05a
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 13:00:22 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 13:56:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab28e64

net-misc/mosh: Remove old version.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/mosh/Manifest          |  1 -
 net-misc/mosh/mosh-1.2.4.ebuild | 58 -----------------------------------------
 2 files changed, 59 deletions(-)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index 1145e44..f4e85b7 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,2 +1 @@
-DIST mosh-1.2.4.tar.gz 283047 SHA256 e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46 SHA512 f7505faffdc8da734179b37339b554f83cbf5450b251cd2aa50d63cd6e4cbefa0da17a1c1b2a61858735ac9e5cee5841ed20e81e244380f5f9a02af1b87199cc WHIRLPOOL b7fe6c87deb139faa4c6542b8de8bb8356e00889a8fc5a9a4d9609312f1654720eda0bdf9db97f48ccf6f15e6b4b2cd9c8d5105e84177a7ce0d3d36923a15e34
 DIST mosh-1.2.6.tar.gz 347185 SHA256 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 SHA512 fe53ba3ba79fb393f9fd5d3c48b2864838a1b51a8e08f0160bcfb98fc8c2363d2bb77456e1bc79b765d6489a2af54237c5423ebb88a13196a82420be0cbc7403 WHIRLPOOL b8e4f8ecce2a5bf2b7e8238ec12181aeeacabf3a1be8f153d922bda0747894e7c23ab9735824a8c163ab4d6ca7942a4aa064559b9474243b82eee3561dbbc031

diff --git a/net-misc/mosh/mosh-1.2.4.ebuild b/net-misc/mosh/mosh-1.2.4.ebuild
deleted file mode 100644
index 2509942..00000000
--- a/net-misc/mosh/mosh-1.2.4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools bash-completion-r1 vcs-snapshot
-
-DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.mit.edu"
-SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
-
-LICENSE="GPL-3"
-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 )
-	examples? ( client )"
-
-RDEPEND="dev-libs/protobuf
-	sys-libs/ncurses:0
-	virtual/ssh
-	client? ( dev-lang/perl
-		dev-perl/IO-Tty )
-	utempter? ( sys-libs/libutempter )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-completion \
-		$(use_enable client) \
-		$(use_enable server) \
-		$(use_enable examples) \
-		$(use_enable ufw) \
-		$(use_enable mosh-hardening hardening) \
-		$(use_with utempter)
-}
-
-src_compile() {
-	emake V=1
-}
-
-src_install() {
-	default
-
-	for myprog in $(find src/examples -type f -perm /0111) ; do
-		newbin ${myprog} ${PN}-$(basename ${myprog})
-		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
-	done
-
-	# bug 477384
-	dobashcomp conf/bash_completion.d/mosh
-}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-04-04 23:09 Patrice Clement
  0 siblings, 0 replies; 71+ messages in thread
From: Patrice Clement @ 2017-04-04 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     c5b924312486e4720ed984268cc06d17d51517ea
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 22:54:46 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 23:08:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b92431

net-misc/mosh: version bump to 1.3.0.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/mosh/Manifest          |  1 +
 net-misc/mosh/mosh-1.3.0.ebuild | 69 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index f4e85b7353d..a2cfaf916e3 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1 +1,2 @@
 DIST mosh-1.2.6.tar.gz 347185 SHA256 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 SHA512 fe53ba3ba79fb393f9fd5d3c48b2864838a1b51a8e08f0160bcfb98fc8c2363d2bb77456e1bc79b765d6489a2af54237c5423ebb88a13196a82420be0cbc7403 WHIRLPOOL b8e4f8ecce2a5bf2b7e8238ec12181aeeacabf3a1be8f153d922bda0747894e7c23ab9735824a8c163ab4d6ca7942a4aa064559b9474243b82eee3561dbbc031
+DIST mosh-1.3.0.tar.gz 356220 SHA256 320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376 SHA512 2b43e3e3fb2ccf6c29a889f10dfc0d5504dbca6fabaf10419f4e355e4b73d64cc1e632324e447b25ac24ee18bb88d8a9a23f9c4824b267343fb86e26e7d5c54b WHIRLPOOL 9898ec43201e48c125a4d30d04c4045d91e66afe80e0371fdbf06d6bb775eeb3ece444cb61742e374ef29358bc75d49ae324cb7c6b89ef1bd7e440374e6a2e8f

diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild
new file mode 100644
index 00000000000..31a5ff71815
--- /dev/null
+++ b/net-misc/mosh/mosh-1.3.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1 eutils vcs-snapshot
+
+DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
+HOMEPAGE="http://mosh.mit.edu"
+SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
+
+LICENSE="GPL-3"
+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 )
+	examples? ( client )"
+
+RDEPEND="
+	dev-libs/protobuf:0=
+	sys-libs/ncurses:0=
+	virtual/ssh
+	client? (
+		dev-lang/perl
+		dev-perl/IO-Tty
+	)
+	utempter? (
+		sys-libs/libutempter
+	)"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+# [0] - avoid sandbox-violation calling git describe in Makefile.
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
+)
+
+src_prepare() {
+	MAKEOPTS+=" V=1"
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-completion \
+		$(use_enable client) \
+		$(use_enable server) \
+		$(use_enable examples) \
+		$(use_enable ufw) \
+		$(use_enable mosh-hardening hardening) \
+		$(use_with utempter)
+}
+
+src_install() {
+	default
+
+	for myprog in $(find src/examples -type f -perm /0111) ; do
+		newbin ${myprog} ${PN}-$(basename ${myprog})
+		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
+	done
+
+	# bug 477384
+	dobashcomp conf/bash-completion/completions/mosh
+}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-04-05  0:02 Michael Weber
  0 siblings, 0 replies; 71+ messages in thread
From: Michael Weber @ 2017-04-05  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d1d016cab83c574a74672d0af1b6481975f2fbbf
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 00:02:14 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 00:02:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d016ca

net-misc/mosh: update HOMEPAGE and SRC_URI to mosh.org.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/mosh/mosh-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild
index 31a5ff71815..a1dac38e24f 100644
--- a/net-misc/mosh/mosh-1.3.0.ebuild
+++ b/net-misc/mosh/mosh-1.3.0.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools bash-completion-r1 eutils vcs-snapshot
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.mit.edu"
-SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
+HOMEPAGE="http://mosh.org"
+SRC_URI="http://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-07-29  8:48 Patrice Clement
  0 siblings, 0 replies; 71+ messages in thread
From: Patrice Clement @ 2017-07-29  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     00c17b45043326bb03a592fa604b734fc425d608
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 19:46:21 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 08:47:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c17b45

net-misc/mosh: version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-misc/mosh/Manifest          |  1 +
 net-misc/mosh/mosh-1.3.2.ebuild | 69 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index a2cfaf916e3..64c409390ae 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,2 +1,3 @@
 DIST mosh-1.2.6.tar.gz 347185 SHA256 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 SHA512 fe53ba3ba79fb393f9fd5d3c48b2864838a1b51a8e08f0160bcfb98fc8c2363d2bb77456e1bc79b765d6489a2af54237c5423ebb88a13196a82420be0cbc7403 WHIRLPOOL b8e4f8ecce2a5bf2b7e8238ec12181aeeacabf3a1be8f153d922bda0747894e7c23ab9735824a8c163ab4d6ca7942a4aa064559b9474243b82eee3561dbbc031
 DIST mosh-1.3.0.tar.gz 356220 SHA256 320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376 SHA512 2b43e3e3fb2ccf6c29a889f10dfc0d5504dbca6fabaf10419f4e355e4b73d64cc1e632324e447b25ac24ee18bb88d8a9a23f9c4824b267343fb86e26e7d5c54b WHIRLPOOL 9898ec43201e48c125a4d30d04c4045d91e66afe80e0371fdbf06d6bb775eeb3ece444cb61742e374ef29358bc75d49ae324cb7c6b89ef1bd7e440374e6a2e8f
+DIST mosh-1.3.2.tar.gz 359574 SHA256 da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216 SHA512 f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769 WHIRLPOOL 3d0b8ed5790103c2e12793574c19a5b4de1e8c00c9a6e81e71dfae26100743256f7fca0b9b3ef680862ffa6d4eecedc76475ab594302723cd41933698f631eeb

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
new file mode 100644
index 00000000000..a1dac38e24f
--- /dev/null
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1 eutils vcs-snapshot
+
+DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
+HOMEPAGE="http://mosh.org"
+SRC_URI="http://mosh.org/${P}.tar.gz"
+
+LICENSE="GPL-3"
+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 )
+	examples? ( client )"
+
+RDEPEND="
+	dev-libs/protobuf:0=
+	sys-libs/ncurses:0=
+	virtual/ssh
+	client? (
+		dev-lang/perl
+		dev-perl/IO-Tty
+	)
+	utempter? (
+		sys-libs/libutempter
+	)"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+# [0] - avoid sandbox-violation calling git describe in Makefile.
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
+)
+
+src_prepare() {
+	MAKEOPTS+=" V=1"
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-completion \
+		$(use_enable client) \
+		$(use_enable server) \
+		$(use_enable examples) \
+		$(use_enable ufw) \
+		$(use_enable mosh-hardening hardening) \
+		$(use_with utempter)
+}
+
+src_install() {
+	default
+
+	for myprog in $(find src/examples -type f -perm /0111) ; do
+		newbin ${myprog} ${PN}-$(basename ${myprog})
+		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
+	done
+
+	# bug 477384
+	dobashcomp conf/bash-completion/completions/mosh
+}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2017-11-26 23:23 David Seifert
  0 siblings, 0 replies; 71+ messages in thread
From: David Seifert @ 2017-11-26 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2124c4ccab3240c88310c5bc2f2164ded012c4e8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 12:47:12 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:21:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2124c4cc

net-misc/mosh: [QA] Consistent whitespace in metadata.xml

 net-misc/mosh/metadata.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index 5aa0beb6000..5f24fe90f47 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -18,12 +18,11 @@
 		<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>
+		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>


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2018-04-15 11:34 David Seifert
  0 siblings, 0 replies; 71+ messages in thread
From: David Seifert @ 2018-04-15 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     657145362b249417807144ac846dd59959439669
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr 15 09:20:45 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 11:32:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65714536

net-misc/mosh: use HTTPS, sync HOMEPAGE

 net-misc/mosh/mosh-1.2.6.ebuild | 6 +++---
 net-misc/mosh/mosh-1.3.0.ebuild | 6 +++---
 net-misc/mosh/mosh-1.3.2.ebuild | 4 ++--
 net-misc/mosh/mosh-9999.ebuild  | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
index 830ca87da39..1c6b0db48f0 100644
--- a/net-misc/mosh/mosh-1.2.6.ebuild
+++ b/net-misc/mosh/mosh-1.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools bash-completion-r1 eutils vcs-snapshot
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.mit.edu"
-SRC_URI="http://mosh.mit.edu/${P}.tar.gz"
+HOMEPAGE="https://mosh.org"
+SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild
index a1dac38e24f..305b36f5b07 100644
--- a/net-misc/mosh/mosh-1.3.0.ebuild
+++ b/net-misc/mosh/mosh-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools bash-completion-r1 eutils vcs-snapshot
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.org"
-SRC_URI="http://mosh.org/${P}.tar.gz"
+HOMEPAGE="https://mosh.org"
+SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 5fce383e67e..73919ad6dbf 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools bash-completion-r1 eutils vcs-snapshot
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.org"
-SRC_URI="http://mosh.org/${P}.tar.gz"
+HOMEPAGE="https://mosh.org"
+SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 1c43e468a2d..96d00779f30 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools bash-completion-r1 eutils git-r3
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="http://mosh.mit.edu"
+HOMEPAGE="https://mosh.org"
 EGIT_REPO_URI="https://github.com/keithw/mosh.git"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2018-04-16 22:54 Aaron Bauman
  0 siblings, 0 replies; 71+ messages in thread
From: Aaron Bauman @ 2018-04-16 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     54b8a1356be743cb24ad757bb1be706b5d3a1222
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 22:51:35 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 22:51:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b8a135

net-misc/mosh: amd64 stable wrt bug #653002

Bug: https://bugs.gentoo.org/653002
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 73919ad6dbf..87075efe916 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2018-04-17 22:09 Thomas Deutschmann
  0 siblings, 0 replies; 71+ messages in thread
From: Thomas Deutschmann @ 2018-04-17 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2fa780e49c51d327ae5049b5b450dea720acf2ae
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 17 22:05:12 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 22:09:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa780e4

net-misc/mosh: x86 stable (bug #653002)

Package-Manager: Portage-2.3.30, Repoman-2.3.9

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 87075efe916..09040483e95 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2018-05-27  8:42 Mikle Kolyada
  0 siblings, 0 replies; 71+ messages in thread
From: Mikle Kolyada @ 2018-05-27  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     be8b0583f1bfe435e91ff23f162bdaf2c74d341b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 08:42:31 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 27 08:42:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8b0583

net-misc/mosh: ppc stable wrt bug #653002

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 09040483e95..d4f0d6efcf8 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-01-02 11:39 Justin Lecher
  0 siblings, 0 replies; 71+ messages in thread
From: Justin Lecher @ 2019-01-02 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     48e29155e2ef045740d2a6f7eee4620eefe9307e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  2 10:50:16 2019 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan  2 11:39:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e29155

net-misc/mosh: Add missing dep

Closes: https://bugs.gentoo.org/669294
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-misc/mosh/mosh-1.2.6.ebuild | 3 ++-
 net-misc/mosh/mosh-1.3.0.ebuild | 3 ++-
 net-misc/mosh/mosh-1.3.2.ebuild | 3 ++-
 net-misc/mosh/mosh-9999.ebuild  | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
index 0258c62a187..f51c7d11081 100644
--- a/net-misc/mosh/mosh-1.2.6.ebuild
+++ b/net-misc/mosh/mosh-1.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ REQUIRED_USE="
 	examples? ( client )"
 
 RDEPEND="
+	dev-libs/openssl:0=
 	dev-libs/protobuf:0=
 	sys-libs/ncurses:0=
 	virtual/ssh

diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild
index 6998cb6bbd2..61fd42fd6e5 100644
--- a/net-misc/mosh/mosh-1.3.0.ebuild
+++ b/net-misc/mosh/mosh-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ REQUIRED_USE="
 	examples? ( client )"
 
 RDEPEND="
+	dev-libs/openssl:0=
 	dev-libs/protobuf:0=
 	sys-libs/ncurses:0=
 	virtual/ssh

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 8e0a4705f40..66a90294d78 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ REQUIRED_USE="
 	examples? ( client )"
 
 RDEPEND="
+	dev-libs/openssl:0=
 	dev-libs/protobuf:0=
 	sys-libs/ncurses:0=
 	virtual/ssh

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 96d00779f30..a6ff3df93fa 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ REQUIRED_USE="
 	examples? ( client )"
 
 RDEPEND="
+	dev-libs/openssl:0=
 	dev-libs/protobuf:0=
 	sys-libs/ncurses:0=
 	virtual/ssh


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-01-05 19:39 Patrick McLean
  0 siblings, 0 replies; 71+ messages in thread
From: Patrick McLean @ 2019-01-05 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8c3d7710d03a0622a78d24279f83a28ebb818bbd
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Sat Jan  5 19:39:31 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 19:39:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3d7710

net-misc/mosh: Add libressl USE flag to 9999 ebuild

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 net-misc/mosh/mosh-9999.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index a6ff3df93fa..e01550c4183 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/keithw/mosh.git"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="+client examples +mosh-hardening +server ufw +utempter"
+IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="
 	|| ( client server )
@@ -27,6 +27,12 @@ RDEPEND="
 		dev-lang/perl
 		dev-perl/IO-Tty
 	)
+	libressl? (
+		dev-libs/libressl:0=
+	)
+	!libressl? (
+		dev-libs/openssl:0=
+	)
 	utempter? (
 		sys-libs/libutempter
 	)"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-01-05 19:39 Patrick McLean
  0 siblings, 0 replies; 71+ messages in thread
From: Patrick McLean @ 2019-01-05 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a4a21af471d799468f64c6db4f5280a9838fb7e6
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Sat Jan  5 19:38:03 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Jan  5 19:38:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a21af4

net-misc/mosh: Add libressl USE flag to 1.3.2

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 66a90294d78..eb607fe4305 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -12,14 +12,13 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="+client examples +mosh-hardening +server ufw +utempter"
+IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="
 	|| ( client server )
 	examples? ( client )"
 
 RDEPEND="
-	dev-libs/openssl:0=
 	dev-libs/protobuf:0=
 	sys-libs/ncurses:0=
 	virtual/ssh
@@ -27,6 +26,12 @@ RDEPEND="
 		dev-lang/perl
 		dev-perl/IO-Tty
 	)
+	libressl? (
+		dev-libs/libressl:0=
+	)
+	!libressl? (
+		dev-libs/openssl:0=
+	)
 	utempter? (
 		sys-libs/libutempter
 	)"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-08-31 19:58 Matt Turner
  0 siblings, 0 replies; 71+ messages in thread
From: Matt Turner @ 2019-08-31 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ae9f5bba9bb606ddaf08e80836e3a637caee5d55
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 19:48:57 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 19:58:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9f5bba

net-misc/mosh-1.3.2: added ~alpha

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index b569a365aad..ec99e8d2c97 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-08-31 19:58 Matt Turner
  0 siblings, 0 replies; 71+ messages in thread
From: Matt Turner @ 2019-08-31 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     70c09b78216d0a6dd05e841d58fba531915a13ad
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 19:50:35 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 19:58:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c09b78

net-misc/mosh-1.3.2: added ~ia64

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index ec99e8d2c97..51e41b0d781 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-08-31 19:58 Matt Turner
  0 siblings, 0 replies; 71+ messages in thread
From: Matt Turner @ 2019-08-31 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c3dc83ed14a3c620f21986e74d02507b044d9ecd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 19:50:39 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 19:58:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3dc83ed

net-misc/mosh-1.3.2: added ~ppc64

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 51e41b0d781..4eea0ddd972 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-08-31 19:58 Matt Turner
  0 siblings, 0 replies; 71+ messages in thread
From: Matt Turner @ 2019-08-31 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     80e64693559474bf325bd7fe0b682e3f067b0e09
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 19:47:54 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 19:58:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e64693

net-misc/mosh-1.3.2: added ~sparc

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index eb607fe4305..b569a365aad 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-11-17  4:02 Matt Turner
  0 siblings, 0 replies; 71+ messages in thread
From: Matt Turner @ 2019-11-17  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ba0bc457c4dc497dc41c1c664afa392740c6bd68
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 22:09:12 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 04:01:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0bc457

net-misc/mosh-1.3.2: alpha stable

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 4eea0ddd972..950ba417243 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-12-04  2:34 Matt Turner
  0 siblings, 0 replies; 71+ messages in thread
From: Matt Turner @ 2019-12-04  2:34 UTC (permalink / raw
  To: gentoo-commits

commit:     69d1467602fb3fc84ea3904aff5eb28546426f3a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 02:33:18 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 02:34:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d14676

net-misc/mosh-1.3.2: ia64 stable

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 950ba417243..be9bd1d1b4b 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2019-12-11 22:06 Matt Turner
  0 siblings, 0 replies; 71+ messages in thread
From: Matt Turner @ 2019-12-11 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     080025e9de75cb984c454a36871ba0cb7864ca32
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 22:04:44 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 22:05:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080025e9

net-misc/mosh: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/mosh/Manifest          |  2 --
 net-misc/mosh/mosh-1.2.6.ebuild | 70 -----------------------------------------
 net-misc/mosh/mosh-1.3.0.ebuild | 70 -----------------------------------------
 3 files changed, 142 deletions(-)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index 3560daff87c..528cca3c432 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,3 +1 @@
-DIST mosh-1.2.6.tar.gz 347185 BLAKE2B 4676ebc9736d83eaf842ac847fb7ce29d0ebbe9546df9755fc03d352ee69edd0d2135bf232c42c77c37e66a69049682611ccd10ceba999c6b4b419c66e288813 SHA512 fe53ba3ba79fb393f9fd5d3c48b2864838a1b51a8e08f0160bcfb98fc8c2363d2bb77456e1bc79b765d6489a2af54237c5423ebb88a13196a82420be0cbc7403
-DIST mosh-1.3.0.tar.gz 356220 BLAKE2B c0a74243f7f54e24b2ccc326f89cff87f2772bf98bf1a0946ede03f8139dcc159c9a6cbbc019ef43c7b324990077df7ac7287866ea2daa813621ff3618ae1d77 SHA512 2b43e3e3fb2ccf6c29a889f10dfc0d5504dbca6fabaf10419f4e355e4b73d64cc1e632324e447b25ac24ee18bb88d8a9a23f9c4824b267343fb86e26e7d5c54b
 DIST mosh-1.3.2.tar.gz 359574 BLAKE2B 0b7290da0c5e5af0bfed58594095cb2649fec049fda7c495df326742176033d1716752451d2a9f11ba2c2957e8b8fecd5caa4e8962c8597e8dd67d1de7582ec5 SHA512 f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769

diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
deleted file mode 100644
index f51c7d11081..00000000000
--- a/net-misc/mosh/mosh-1.2.6.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1 eutils vcs-snapshot
-
-DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="https://mosh.org"
-SRC_URI="https://mosh.org/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="+client examples +mosh-hardening +server ufw +utempter"
-
-REQUIRED_USE="
-	|| ( client server )
-	examples? ( client )"
-
-RDEPEND="
-	dev-libs/openssl:0=
-	dev-libs/protobuf:0=
-	sys-libs/ncurses:0=
-	virtual/ssh
-	client? (
-		dev-lang/perl
-		dev-perl/IO-Tty
-	)
-	utempter? (
-		sys-libs/libutempter
-	)"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-# [0] - avoid sandbox-violation calling git describe in Makefile
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
-)
-
-src_prepare() {
-	MAKEOPTS+=" V=1"
-	default
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-completion \
-		$(use_enable client) \
-		$(use_enable server) \
-		$(use_enable examples) \
-		$(use_enable ufw) \
-		$(use_enable mosh-hardening hardening) \
-		$(use_with utempter)
-}
-
-src_install() {
-	default
-
-	for myprog in $(find src/examples -type f -perm /0111) ; do
-		newbin ${myprog} ${PN}-$(basename ${myprog})
-		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
-	done
-
-	# bug 477384
-	dobashcomp conf/bash-completion/completions/mosh
-}

diff --git a/net-misc/mosh/mosh-1.3.0.ebuild b/net-misc/mosh/mosh-1.3.0.ebuild
deleted file mode 100644
index 61fd42fd6e5..00000000000
--- a/net-misc/mosh/mosh-1.3.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1 eutils vcs-snapshot
-
-DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="https://mosh.org"
-SRC_URI="https://mosh.org/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="+client examples +mosh-hardening +server ufw +utempter"
-
-REQUIRED_USE="
-	|| ( client server )
-	examples? ( client )"
-
-RDEPEND="
-	dev-libs/openssl:0=
-	dev-libs/protobuf:0=
-	sys-libs/ncurses:0=
-	virtual/ssh
-	client? (
-		dev-lang/perl
-		dev-perl/IO-Tty
-	)
-	utempter? (
-		sys-libs/libutempter
-	)"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-# [0] - avoid sandbox-violation calling git describe in Makefile.
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
-)
-
-src_prepare() {
-	MAKEOPTS+=" V=1"
-	default
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-completion \
-		$(use_enable client) \
-		$(use_enable server) \
-		$(use_enable examples) \
-		$(use_enable ufw) \
-		$(use_enable mosh-hardening hardening) \
-		$(use_with utempter)
-}
-
-src_install() {
-	default
-
-	for myprog in $(find src/examples -type f -perm /0111) ; do
-		newbin ${myprog} ${PN}-$(basename ${myprog})
-		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
-	done
-
-	# bug 477384
-	dobashcomp conf/bash-completion/completions/mosh
-}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-01-03 19:19 Patrice Clement
  0 siblings, 0 replies; 71+ messages in thread
From: Patrice Clement @ 2020-01-03 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5a9cb9951e7b7f60915a23012b11a70548acb4ba
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 19:19:19 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 19:19:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9cb995

net-misc/mosh: drop package to m-n.

Bug: https://bugs.gentoo.org/704710
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-misc/mosh/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index 60cf94f0567..3bf153fbc07 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>monsieurp@gentoo.org</email>
-		<name>Patrice Clement</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<use>
 		<flag name="client">Build network client</flag>
 		<flag name="examples">Include example scripts</flag>


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-01-05 13:57 Amy Liffey
  0 siblings, 0 replies; 71+ messages in thread
From: Amy Liffey @ 2020-01-05 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     49db5f02770f4f14f975f164271ded8272db295f
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 13:49:38 2020 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 13:56:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49db5f02

net-misc/mosh: add myself as maintainer

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 net-misc/mosh/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index 3bf153fbc07..0e7c205b7c0 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>amynka@gentoo.org</email>
+		<name>Amy Liffey</name>
+	</maintainer>
 	<use>
 		<flag name="client">Build network client</flag>
 		<flag name="examples">Include example scripts</flag>


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-01-05 13:57 Amy Liffey
  0 siblings, 0 replies; 71+ messages in thread
From: Amy Liffey @ 2020-01-05 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     046c760ada218abeee117a9cb962ce3578a8bc32
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 13:47:22 2020 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 13:56:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046c760a

net-misc/mosh: remove not used eclass

Closes: https://bugs.gentoo.org/704710
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
Acked-by: David Seifert <soap <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index be9bd1d1b4b..d6f21d498fd 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools bash-completion-r1 eutils vcs-snapshot
+inherit autotools bash-completion-r1 eutils
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
 HOMEPAGE="https://mosh.org"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-07-18 23:29 Patrick McLean
  0 siblings, 0 replies; 71+ messages in thread
From: Patrick McLean @ 2020-07-18 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     cc65eb574c60372c111df84e25ff417096c0e7af
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 23:29:27 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 23:29:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc65eb57

net-misc/mosh-9999: Don't depend on openssl unconditionally

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 net-misc/mosh/mosh-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index e01550c4183..97e8d317203 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,6 @@ REQUIRED_USE="
 	examples? ( client )"
 
 RDEPEND="
-	dev-libs/openssl:0=
 	dev-libs/protobuf:0=
 	sys-libs/ncurses:0=
 	virtual/ssh


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-10-21  0:32 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2020-10-21  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b8aa0a434c49458a4d42af73a30278649b008f36
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 00:31:25 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 00:31:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8aa0a43

net-misc/mosh: Stabilize 1.3.2 arm64, #750476

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index bfd31a5abc1..9cbd08dbfb0 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-10-21  1:10 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2020-10-21  1:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8873982cdaa613a8f7047100cce5f4fce96c3b5b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 01:09:56 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 01:09:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8873982c

net-misc/mosh: Stabilize 1.3.2 arm, #750476

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 9cbd08dbfb0..edf4d19ec50 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-10-24 11:03 Sergei Trofimovich
  0 siblings, 0 replies; 71+ messages in thread
From: Sergei Trofimovich @ 2020-10-24 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e2ecdd36dc718ebae3dfffdec34ca467a83d8fcd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 11:02:39 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 11:02:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ecdd36

net-misc/mosh: stable 1.3.2 for sparc

stable wrt bug #750476

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index edf4d19ec50..2a6fe407225 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2020-10-24 11:08 Sergei Trofimovich
  0 siblings, 0 replies; 71+ messages in thread
From: Sergei Trofimovich @ 2020-10-24 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     35584cec2bbab2620a752268abc73530896b6a68
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 11:08:07 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 11:08:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35584cec

net-misc/mosh: stable 1.3.2 for ppc64

stable wrt bug #750476

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 2a6fe407225..87a94b12e9c 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2021-04-29 17:09 Mikle Kolyada
  0 siblings, 0 replies; 71+ messages in thread
From: Mikle Kolyada @ 2021-04-29 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d5760d184728f62f5b80b5078eeace1f5668d79b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 17:02:39 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 17:02:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5760d18

net-misc/mosh: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 9 ++-------
 net-misc/mosh/mosh-9999.ebuild  | 9 ++-------
 2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 97c1a5af6eb..81f05b43d28 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
+IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="
 	|| ( client server )
@@ -26,12 +26,7 @@ RDEPEND="
 		dev-lang/perl
 		dev-perl/IO-Tty
 	)
-	libressl? (
-		dev-libs/libressl:0=
-	)
-	!libressl? (
-		dev-libs/openssl:0=
-	)
+	dev-libs/openssl:0=
 	utempter? (
 		sys-libs/libutempter
 	)"

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 35a74460f7c..58c3c573a5f 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/keithw/mosh.git"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
+IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="
 	|| ( client server )
@@ -25,12 +25,7 @@ RDEPEND="
 		dev-lang/perl
 		dev-perl/IO-Tty
 	)
-	libressl? (
-		dev-libs/libressl:0=
-	)
-	!libressl? (
-		dev-libs/openssl:0=
-	)
+	dev-libs/openssl:0=
 	utempter? (
 		sys-libs/libutempter
 	)"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2021-10-27 19:07 Amy Liffey
  0 siblings, 0 replies; 71+ messages in thread
From: Amy Liffey @ 2021-10-27 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     392f6e131d6049bb2cd19a21eff2b407cb052a4c
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 17:38:40 2021 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 18:59:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392f6e13

net-misc/mosh: remove 9999 not needed anymore

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 net-misc/mosh/mosh-9999.ebuild | 70 ------------------------------------------
 1 file changed, 70 deletions(-)

diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
deleted file mode 100644
index 58c3c573a5f..00000000000
--- a/net-misc/mosh/mosh-9999.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1 git-r3
-
-DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="https://mosh.org"
-EGIT_REPO_URI="https://github.com/keithw/mosh.git"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="+client examples +mosh-hardening +server ufw +utempter"
-
-REQUIRED_USE="
-	|| ( client server )
-	examples? ( client )"
-
-RDEPEND="
-	dev-libs/protobuf:0=
-	sys-libs/ncurses:0=
-	virtual/ssh
-	client? (
-		dev-lang/perl
-		dev-perl/IO-Tty
-	)
-	dev-libs/openssl:0=
-	utempter? (
-		sys-libs/libutempter
-	)"
-
-DEPEND="${RDEPEND}
-	dev-vcs/git[curl]
-	virtual/pkgconfig"
-
-# [0] - avoid sandbox-violation calling git describe in Makefile
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
-)
-
-src_prepare() {
-	MAKEOPTS+=" V=1"
-	default
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-completion \
-		$(use_enable client) \
-		$(use_enable server) \
-		$(use_enable examples) \
-		$(use_enable ufw) \
-		$(use_enable mosh-hardening hardening) \
-		$(use_with utempter)
-}
-
-src_install() {
-	default
-
-	for myprog in $(find src/examples -type f -perm /0111) ; do
-		newbin ${myprog} ${PN}-$(basename ${myprog})
-		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
-	done
-
-	# bug 477384
-	dobashcomp conf/bash-completion/completions/mosh
-}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2021-10-27 19:07 Amy Liffey
  0 siblings, 0 replies; 71+ messages in thread
From: Amy Liffey @ 2021-10-27 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ac9879ce8808ad99a75edc3fa67c2740cd2b197d
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 17:38:05 2021 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 18:59:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9879ce

net-misc/mosh: eapi bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r1.ebuild | 70 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/net-misc/mosh/mosh-1.3.2-r1.ebuild b/net-misc/mosh/mosh-1.3.2-r1.ebuild
new file mode 100644
index 00000000000..469c7b1f214
--- /dev/null
+++ b/net-misc/mosh/mosh-1.3.2-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools bash-completion-r1
+
+DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
+HOMEPAGE="https://mosh.org"
+SRC_URI="https://mosh.org/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+client examples +mosh-hardening +server ufw +utempter"
+
+REQUIRED_USE="
+	|| ( client server )
+	examples? ( client )"
+
+RDEPEND="
+	dev-libs/protobuf:0=
+	sys-libs/ncurses:0=
+	virtual/ssh
+	client? (
+		dev-lang/perl
+		dev-perl/IO-Tty
+	)
+	dev-libs/openssl:0=
+	utempter? (
+		sys-libs/libutempter
+	)"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+# [0] - avoid sandbox-violation calling git describe in Makefile.
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
+)
+
+src_prepare() {
+	MAKEOPTS+=" V=1"
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--disable-completion \
+		$(use_enable client) \
+		$(use_enable server) \
+		$(use_enable examples) \
+		$(use_enable ufw) \
+		$(use_enable mosh-hardening hardening) \
+		$(use_with utempter)
+}
+
+src_install() {
+	default
+
+	for myprog in $(find src/examples -type f -perm /0111) ; do
+		newbin ${myprog} ${PN}-$(basename ${myprog})
+		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
+	done
+
+	# bug 477384
+	dobashcomp conf/bash-completion/completions/mosh
+}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-01  6:56 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-02-01  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     31aff38430929443b3ca030788bc49a5c8ec6de0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  1 06:56:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  1 06:56:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31aff384

net-misc/mosh: Keyword 1.3.2-r2 hppa, #832456

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 710a8c1fe272..1d38d71898ba 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-02  9:47 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-02-02  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     911ae5e82ef932e025a736bd01d82ebc331a48f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 09:45:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 09:45:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911ae5e8

net-misc/mosh: Stabilize 1.3.2-r2 x86, #832568

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 1d38d71898ba..149103ba8bc4 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-02  9:47 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-02-02  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e4a8a8da17a9122d31b3c0619b7ded438ddfd4ad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 09:46:24 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 09:46:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a8a8da

net-misc/mosh: Stabilize 1.3.2-r2 amd64, #832568

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 9c27648fdbd8..2a4392e20d3b 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-02  9:47 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-02-02  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     43bcd44ee90cd6ddd54a001080e9aa29ff706f91
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 09:46:07 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 09:46:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bcd44e

net-misc/mosh: Stabilize 1.3.2-r2 hppa, #832568

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 149103ba8bc4..9c27648fdbd8 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-02  9:47 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-02-02  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     fca9a4b1b06e0119ae773f02c843d1ec553e5ae4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 09:46:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 09:46:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca9a4b1

net-misc/mosh: Stabilize 1.3.2-r2 arm, #832568

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 2a4392e20d3b..5fb406380e83 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-02 22:25 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-02-02 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     dc04e42e8b5193beca4da5c2089588d6d0936503
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 22:25:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 22:25:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc04e42e

net-misc/mosh: Stabilize 1.3.2-r2 sparc, #832568

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 5fb406380e83..754a514705ff 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-03  6:03 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-02-03  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     edb319c37461ed873b2eba2f289d8419800733d6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  3 06:03:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  3 06:03:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb319c3

net-misc/mosh: Stabilize 1.3.2-r2 arm64, #832568

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 754a514705ff..2cdd909b8957 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-04  7:22 Agostino Sarubbo
  0 siblings, 0 replies; 71+ messages in thread
From: Agostino Sarubbo @ 2022-02-04  7:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8802d6dfc1115522a1690213343c30e179d82b13
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 07:21:49 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 07:21:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8802d6df

net-misc/mosh: ppc stable wrt bug #832568

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 2cdd909b8957..5653dd628b88 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-02-04  7:23 Agostino Sarubbo
  0 siblings, 0 replies; 71+ messages in thread
From: Agostino Sarubbo @ 2022-02-04  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f025dbb48a231e39a0411608533ad224df186a63
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 07:23:15 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 07:23:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f025dbb4

net-misc/mosh: ppc64 stable wrt bug #832568

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 5653dd628b88..3f4501dbbb3c 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-03-08 17:37 Jakov Smolić
  0 siblings, 0 replies; 71+ messages in thread
From: Jakov Smolić @ 2022-03-08 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     01f52c40069cdea7b0e7ba2934ec0bdd91544be4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 17:26:14 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 17:37:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f52c40

net-misc/mosh: drop 1.3.2

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2.ebuild | 70 -----------------------------------------
 1 file changed, 70 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
deleted file mode 100644
index 81f05b43d28b..000000000000
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1
-
-DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
-HOMEPAGE="https://mosh.org"
-SRC_URI="https://mosh.org/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="+client examples +mosh-hardening +server ufw +utempter"
-
-REQUIRED_USE="
-	|| ( client server )
-	examples? ( client )"
-
-RDEPEND="
-	dev-libs/protobuf:0=
-	sys-libs/ncurses:0=
-	virtual/ssh
-	client? (
-		dev-lang/perl
-		dev-perl/IO-Tty
-	)
-	dev-libs/openssl:0=
-	utempter? (
-		sys-libs/libutempter
-	)"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-# [0] - avoid sandbox-violation calling git describe in Makefile.
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
-)
-
-src_prepare() {
-	MAKEOPTS+=" V=1"
-	default
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-completion \
-		$(use_enable client) \
-		$(use_enable server) \
-		$(use_enable examples) \
-		$(use_enable ufw) \
-		$(use_enable mosh-hardening hardening) \
-		$(use_with utempter)
-}
-
-src_install() {
-	default
-
-	for myprog in $(find src/examples -type f -perm /0111) ; do
-		newbin ${myprog} ${PN}-$(basename ${myprog})
-		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
-	done
-
-	# bug 477384
-	dobashcomp conf/bash-completion/completions/mosh
-}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-03-08 17:37 Jakov Smolić
  0 siblings, 0 replies; 71+ messages in thread
From: Jakov Smolić @ 2022-03-08 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     299e7ad9304dfd4cdd28005f0c754f554b360cf9
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 17:24:02 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 17:37:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299e7ad9

net-misc/mosh: keyword 1.3.2-r2 for ~riscv

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 3f4501dbbb3c..93b11c32f7b9 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-05-05 10:06 WANG Xuerui
  0 siblings, 0 replies; 71+ messages in thread
From: WANG Xuerui @ 2022-05-05 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f6b7fe245aeac0ba0ffe3f41a3b51a78e2a31ebf
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 10:04:09 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May  5 10:05:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b7fe24

net-misc/mosh: keyword 1.3.2-r2 for ~loong

Tests passed on real hardware.

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild
index 93b11c32f7b9..4f8c1ca09ae2 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-07-28 13:59 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-07-28 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee56d92d8906ce26c106b0506d8b46a63bbcaef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 13:49:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 13:59:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee56d92

net-misc/mosh: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index a4282e889985..065a0d495315 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -21,5 +21,6 @@
 	</longdescription>
 	<upstream>
 		<bugs-to>https://github.com/keithw/mosh/issues</bugs-to>
+		<remote-id type="github">mobile-shell/mosh</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-08-04  3:28 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-08-04  3:28 UTC (permalink / raw
  To: gentoo-commits

commit:     33dd70bb90720c7b8afc19f0ac105257750dfbd7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 03:28:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 03:28:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dd70bb

net-misc/mosh: add 1.4.0_rc1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/Manifest              |  1 +
 net-misc/mosh/mosh-1.4.0_rc1.ebuild | 85 +++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index 528cca3c4325..b648ef755aec 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1 +1,2 @@
 DIST mosh-1.3.2.tar.gz 359574 BLAKE2B 0b7290da0c5e5af0bfed58594095cb2649fec049fda7c495df326742176033d1716752451d2a9f11ba2c2957e8b8fecd5caa4e8962c8597e8dd67d1de7582ec5 SHA512 f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769
+DIST mosh-1.4.0-rc1.tar.gz 386364 BLAKE2B e9dee52f0a0d934c85efbcfd7c6b857ad1b6e3d5a7ed13730e1a79ef286331ef1828292ebc71731572af94c03bae37b7227ff569669c01b6885984b15220693e SHA512 82affca6a596a0475f32a944e23c879f625215ea8311cd29cef56f5af57d88a377420ba7addeb53c9bd30d1583654897baf939618e706d1928d57e83cc87ce9c

diff --git a/net-misc/mosh/mosh-1.4.0_rc1.ebuild b/net-misc/mosh/mosh-1.4.0_rc1.ebuild
new file mode 100644
index 000000000000..cc24a1f0f45c
--- /dev/null
+++ b/net-misc/mosh/mosh-1.4.0_rc1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools bash-completion-r1
+
+MY_P=${PN}-${PV/_/-}
+DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
+HOMEPAGE="https://mosh.org"
+#SRC_URI="https://mosh.org/${P}.tar.gz"
+SRC_URI="https://github.com/mobile-shell/mosh/releases/download/${MY_P}/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0"
+if [[ ${PV} != *_rc* ]] ; then
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+fi
+IUSE="+client examples +mosh-hardening +server syslog ufw +utempter"
+
+REQUIRED_USE="
+	|| ( client server )
+	examples? ( client )"
+
+RDEPEND="
+	dev-libs/openssl:=
+	dev-libs/protobuf:=
+	sys-libs/ncurses:=
+	sys-libs/zlib
+	virtual/ssh
+	client? (
+		dev-lang/perl
+		dev-perl/IO-Tty
+	)
+	utempter? (
+		sys-libs/libutempter
+	)"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+QA_CONFIGURE_OPTIONS="--disable-static"
+
+# [0] - avoid sandbox-violation calling git describe in Makefile.
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.2.5-git-version.patch
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	MAKEOPTS+=" V=1"
+
+	local myeconfargs=(
+		# We install it ourselves in src_install
+		--disable-completion
+
+		$(use_enable client)
+		$(use_enable server)
+		$(use_enable examples)
+		$(use_enable ufw)
+		$(use_enable mosh-hardening hardening)
+		$(use_enable syslog)
+		$(use_with utempter)
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	for myprog in $(find src/examples -type f -perm /0111) ; do
+		newbin ${myprog} ${PN}-$(basename ${myprog})
+		elog "${myprog} installed as ${PN}-$(basename ${myprog})"
+	done
+
+	# bug #477384
+	dobashcomp conf/bash-completion/completions/mosh
+}


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-08-04  3:40 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-08-04  3:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9742e9fe290313f661c2b8ab920608f624396a6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 03:38:20 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 03:38:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9742e9fe

net-misc/mosh: add USE=nettle

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/metadata.xml                                        | 1 +
 net-misc/mosh/{mosh-1.4.0_rc1.ebuild => mosh-1.4.0_rc1-r1.ebuild} | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index 065a0d495315..a93f5b0b0cb1 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -9,6 +9,7 @@
 		<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="nettle">Use <pkg>dev-libs/nettle</pkg> for some cryptographic functions instead of <pkg>dev-libs/openssl</pkg>. With Nettle, some of mosh's own code is used for OCB.</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>

diff --git a/net-misc/mosh/mosh-1.4.0_rc1.ebuild b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
similarity index 87%
rename from net-misc/mosh/mosh-1.4.0_rc1.ebuild
rename to net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
index cc24a1f0f45c..529f1f845ff8 100644
--- a/net-misc/mosh/mosh-1.4.0_rc1.ebuild
+++ b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
@@ -17,14 +17,13 @@ SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
 	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
-IUSE="+client examples +mosh-hardening +server syslog ufw +utempter"
+IUSE="+client examples +mosh-hardening nettle +server syslog ufw +utempter"
 
 REQUIRED_USE="
 	|| ( client server )
 	examples? ( client )"
 
 RDEPEND="
-	dev-libs/openssl:=
 	dev-libs/protobuf:=
 	sys-libs/ncurses:=
 	sys-libs/zlib
@@ -33,6 +32,8 @@ RDEPEND="
 		dev-lang/perl
 		dev-perl/IO-Tty
 	)
+	!nettle? ( dev-libs/openssl:= )
+	nettle? ( dev-libs/nettle:= )
 	utempter? (
 		sys-libs/libutempter
 	)"
@@ -67,6 +68,9 @@ src_configure() {
 		$(use_enable mosh-hardening hardening)
 		$(use_enable syslog)
 		$(use_with utempter)
+
+		# We default to OpenSSL as upstream do
+		--with-crypto-library=$(usex nettle nettle openssl-with-openssl-ocb)
 	)
 
 	econf "${myeconfargs[@]}"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-08-04  3:40 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-08-04  3:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ed36daacfcf462fe037a9ba88260692bf1ddfc37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 03:40:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 03:40:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed36daac

net-misc/mosh: rename USE=mosh-hardening -> global USE=hardened

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
index 529f1f845ff8..849159872ea4 100644
--- a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
+++ b/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
 	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
-IUSE="+client examples +mosh-hardening nettle +server syslog ufw +utempter"
+IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 
 REQUIRED_USE="
 	|| ( client server )
@@ -64,8 +64,8 @@ src_configure() {
 		$(use_enable client)
 		$(use_enable server)
 		$(use_enable examples)
+		$(use_enable hardened hardening)
 		$(use_enable ufw)
-		$(use_enable mosh-hardening hardening)
 		$(use_enable syslog)
 		$(use_with utempter)
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-08-05  1:27 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-08-05  1:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7013de6abb0f8facff298a71c0d9ab778beffabb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 01:24:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 01:24:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7013de6a

net-misc/mosh: update bugs-to

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index a93f5b0b0cb1..c715ea93366a 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -21,7 +21,7 @@
 		- 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>
+		<bugs-to>https://github.com/mobile-shell/mosh/issues</bugs-to>
 		<remote-id type="github">mobile-shell/mosh</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-08-05  1:27 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-08-05  1:27 UTC (permalink / raw
  To: gentoo-commits

commit:     000d22f68e3b1ad460252ac0cac92e8e1fb91a24
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 01:26:32 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 01:27:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000d22f6

net-misc/mosh: rename 1.4.0_rc1-r1 -> 1.3.2.95_rc1

Upstream renamed the version because of some apparent issue
with version ordering (which is very new to me, but...)

Anyway, content is the same.

See https://github.com/mobile-shell/mosh/commit/f3665fb99bffc5929193a204d8540d74749b52c3.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/Manifest                                               | 2 +-
 net-misc/mosh/{mosh-1.4.0_rc1-r1.ebuild => mosh-1.3.2.95_rc1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index b648ef755aec..47ed30477c2c 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,2 +1,2 @@
+DIST mosh-1.3.2.95rc1.tar.gz 386399 BLAKE2B fb69d3f80d4f38c12894a4fee5ff57c83f766a324b961c59fa73b219680b41e047d12028ea4831efc04254b1fdc9737bce3e167f4175a672a79caab8887f3a14 SHA512 2589dc91544c3d080cdd51ac40557892e6de8bf5c3df695a695a4bab750c29fd41963feb6e57f472483cdb663c896ba9279b6838b697136b82f0db266bae2cf4
 DIST mosh-1.3.2.tar.gz 359574 BLAKE2B 0b7290da0c5e5af0bfed58594095cb2649fec049fda7c495df326742176033d1716752451d2a9f11ba2c2957e8b8fecd5caa4e8962c8597e8dd67d1de7582ec5 SHA512 f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769
-DIST mosh-1.4.0-rc1.tar.gz 386364 BLAKE2B e9dee52f0a0d934c85efbcfd7c6b857ad1b6e3d5a7ed13730e1a79ef286331ef1828292ebc71731572af94c03bae37b7227ff569669c01b6885984b15220693e SHA512 82affca6a596a0475f32a944e23c879f625215ea8311cd29cef56f5af57d88a377420ba7addeb53c9bd30d1583654897baf939618e706d1928d57e83cc87ce9c

diff --git a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild b/net-misc/mosh/mosh-1.3.2.95_rc1.ebuild
similarity index 98%
rename from net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
rename to net-misc/mosh/mosh-1.3.2.95_rc1.ebuild
index 849159872ea4..289455b3b6e6 100644
--- a/net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.95_rc1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit autotools bash-completion-r1
 
-MY_P=${PN}-${PV/_/-}
+MY_P=${PN}-${PV/_rc/rc}
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
 HOMEPAGE="https://mosh.org"
 #SRC_URI="https://mosh.org/${P}.tar.gz"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-09-23  1:08 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-09-23  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     082b7ba554418f4190c75e5383d6ba83b795a4e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 01:07:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 01:07:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082b7ba5

net-misc/mosh: add missing zlib dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/{mosh-1.3.2-r2.ebuild => mosh-1.3.2-r3.ebuild} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild
similarity index 94%
rename from net-misc/mosh/mosh-1.3.2-r2.ebuild
rename to net-misc/mosh/mosh-1.3.2-r3.ebuild
index 4f8c1ca09ae2..bb82ed9190a5 100644
--- a/net-misc/mosh/mosh-1.3.2-r2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild
@@ -19,14 +19,15 @@ REQUIRED_USE="
 	examples? ( client )"
 
 RDEPEND="
-	dev-libs/protobuf:0=
-	sys-libs/ncurses:0=
+	dev-libs/protobuf:=
+	sys-libs/ncurses:=
+	sys-libs/zlib
 	virtual/ssh
 	client? (
 		dev-lang/perl
 		dev-perl/IO-Tty
 	)
-	dev-libs/openssl:0=
+	dev-libs/openssl:=
 	utempter? (
 		sys-libs/libutempter
 	)"


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2022-10-27  4:48 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2022-10-27  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     49ea7881f35c94f6734307782133e630f8ebdbf6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 04:22:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 04:46:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ea7881

net-misc/mosh: add 1.4.0, drop 1.3.2.95_rc1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/Manifest                                        | 2 +-
 net-misc/mosh/{mosh-1.3.2.95_rc1.ebuild => mosh-1.4.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index 47ed30477c2c..e50cb037f88f 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,2 +1,2 @@
-DIST mosh-1.3.2.95rc1.tar.gz 386399 BLAKE2B fb69d3f80d4f38c12894a4fee5ff57c83f766a324b961c59fa73b219680b41e047d12028ea4831efc04254b1fdc9737bce3e167f4175a672a79caab8887f3a14 SHA512 2589dc91544c3d080cdd51ac40557892e6de8bf5c3df695a695a4bab750c29fd41963feb6e57f472483cdb663c896ba9279b6838b697136b82f0db266bae2cf4
 DIST mosh-1.3.2.tar.gz 359574 BLAKE2B 0b7290da0c5e5af0bfed58594095cb2649fec049fda7c495df326742176033d1716752451d2a9f11ba2c2957e8b8fecd5caa4e8962c8597e8dd67d1de7582ec5 SHA512 f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769
+DIST mosh-1.4.0.tar.gz 399624 BLAKE2B a122b859f1c626ed231b6b1bb484eacfa7c76da0f764394e9c42596c5d89cc3a40beae3076f95b07e73aa590422b1397f17ce1583f68436dff6b74233d609839 SHA512 7ea895a3fb86e0e94ddf2d86660ca42e9a8954cebee2b2b86952e4db4475a450fdadbfe415872908494c8900f4f42a4fb861c49308d08185037d21b9359df758

diff --git a/net-misc/mosh/mosh-1.3.2.95_rc1.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
similarity index 100%
rename from net-misc/mosh/mosh-1.3.2.95_rc1.ebuild
rename to net-misc/mosh/mosh-1.4.0.ebuild


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-03 18:22 Arthur Zamarin
  0 siblings, 0 replies; 71+ messages in thread
From: Arthur Zamarin @ 2023-01-03 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fc3b3c159cb0c7685e3d3ef271e168525620d5f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:22:20 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:22:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3b3c15

net-misc/mosh: Stabilize 1.4.0 hppa, #889440

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 289455b3b6e6..05e061315a10 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-03 18:22 Arthur Zamarin
  0 siblings, 0 replies; 71+ messages in thread
From: Arthur Zamarin @ 2023-01-03 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     46d12b40b3a0fb8e4495501f08fa9dd77e1df26d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:22:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:22:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d12b40

net-misc/mosh: Stabilize 1.4.0 ppc, #889440

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 05e061315a10..ead2be223ebe 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-03 18:22 Arthur Zamarin
  0 siblings, 0 replies; 71+ messages in thread
From: Arthur Zamarin @ 2023-01-03 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3c25b9ebb8216232d50d51d9e532a0cc846621de
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:22:22 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:22:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c25b9eb

net-misc/mosh: Stabilize 1.4.0 ppc64, #889440

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index ead2be223ebe..1070b6cd107e 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-03 18:28 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2023-01-03 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     162e7b04ad5c71823295caec0e69466794c185b6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:28:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:28:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162e7b04

net-misc/mosh: Stabilize 1.4.0 x86, #889440

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 724fc049db68..e795a570f6c0 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-03 18:28 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2023-01-03 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f4036742bfef5ba6a27e280d017371f30ac8c737
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:28:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:28:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4036742

net-misc/mosh: Stabilize 1.4.0 amd64, #889440

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 1070b6cd107e..724fc049db68 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-03 18:32 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2023-01-03 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     2902bba6158cc9188da365b18ba5725746015112
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:31:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:31:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2902bba6

net-misc/mosh: Stabilize 1.4.0 arm, #889440

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index e795a570f6c0..62bc504ae238 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-03 18:32 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2023-01-03 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a11031aec7703bfef56c49864cc827b65e966bf4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 18:31:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 18:31:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11031ae

net-misc/mosh: Stabilize 1.4.0 arm64, #889440

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 62bc504ae238..e15c2b02f5b0 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-01-13 14:16 Arthur Zamarin
  0 siblings, 0 replies; 71+ messages in thread
From: Arthur Zamarin @ 2023-01-13 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     36e1a5e729dd95cf2042c4d39712e47f52539b2b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:16:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 14:16:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e1a5e7

net-misc/mosh: Stabilize 1.4.0 sparc, #889440

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index e15c2b02f5b0..7f9a5b4d44c5 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-08-15  4:22 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2023-08-15  4:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d288f7959ad682f019e031cc78854c714594ad45
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 04:13:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 04:22:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d288f795

net-misc/mosh: update Manifest

Reported on IRC. Looks like they regenerated their autoconf bits.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index e50cb037f88f..7bf67a1c1125 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,2 +1,2 @@
 DIST mosh-1.3.2.tar.gz 359574 BLAKE2B 0b7290da0c5e5af0bfed58594095cb2649fec049fda7c495df326742176033d1716752451d2a9f11ba2c2957e8b8fecd5caa4e8962c8597e8dd67d1de7582ec5 SHA512 f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769
-DIST mosh-1.4.0.tar.gz 399624 BLAKE2B a122b859f1c626ed231b6b1bb484eacfa7c76da0f764394e9c42596c5d89cc3a40beae3076f95b07e73aa590422b1397f17ce1583f68436dff6b74233d609839 SHA512 7ea895a3fb86e0e94ddf2d86660ca42e9a8954cebee2b2b86952e4db4475a450fdadbfe415872908494c8900f4f42a4fb861c49308d08185037d21b9359df758
+DIST mosh-1.4.0.tar.gz 393465 BLAKE2B 076b70742292dfd012aff70cc7d76eb6568ddd92600ce3f834dfdcb5064526dd3744e1672dd9fd5f172c70f501a6114b016aa8c8256a8168d2ae0a75dd8e7344 SHA512 38c11f52ff1e42965b50a22bf6de80b0fa8ebbff841d825e760abf69c788a2bf5f34e6f7fc047574d595118334eef9edf8da5520b52cdde3ac1a79d7ad70312e


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-08-21 18:51 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2023-08-21 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     601e8e4384e245502f3141bf3770df030508fc69
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 18:51:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 18:51:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601e8e43

net-misc/mosh: protobuf now needs >=c++14

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r3.ebuild | 7 +++++--
 net-misc/mosh/mosh-1.4.0.ebuild    | 5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r3.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild
index bb82ed9190a5..3e73eb1a4743 100644
--- a/net-misc/mosh/mosh-1.3.2-r3.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools bash-completion-r1
+inherit autotools bash-completion-r1 flag-o-matic
 
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
 HOMEPAGE="https://mosh.org"
@@ -49,6 +49,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# protobuf needs >=c++14
+	append-flags -std=gnu++14
+
 	econf \
 		--disable-completion \
 		$(use_enable client) \

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 7f9a5b4d44c5..0508d2dd4db1 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools bash-completion-r1
+inherit autotools bash-completion-r1 flag-o-matic
 
 MY_P=${PN}-${PV/_rc/rc}
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
@@ -57,6 +57,9 @@ src_prepare() {
 src_configure() {
 	MAKEOPTS+=" V=1"
 
+	# protobuf needs >=c++14
+	append-flags -std=gnu++14
+
 	local myeconfargs=(
 		# We install it ourselves in src_install
 		--disable-completion


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2023-08-21 19:22 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2023-08-21 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5a172fc01ffb274c9433090211c146d929c07d45
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 18:55:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 19:22:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a172fc0

net-misc/mosh: use cxxflags instead

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.3.2-r3.ebuild | 2 +-
 net-misc/mosh/mosh-1.4.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mosh/mosh-1.3.2-r3.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild
index 3e73eb1a4743..3cda6f2836f5 100644
--- a/net-misc/mosh/mosh-1.3.2-r3.ebuild
+++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild
@@ -50,7 +50,7 @@ src_prepare() {
 
 src_configure() {
 	# protobuf needs >=c++14
-	append-flags -std=gnu++14
+	append-cxxflags -std=gnu++14
 
 	econf \
 		--disable-completion \

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 0508d2dd4db1..123086e09347 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -58,7 +58,7 @@ src_configure() {
 	MAKEOPTS+=" V=1"
 
 	# protobuf needs >=c++14
-	append-flags -std=gnu++14
+	append-cxxflags -std=gnu++14
 
 	local myeconfargs=(
 		# We install it ourselves in src_install


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2024-08-25 15:21 Fabian Groffen
  0 siblings, 0 replies; 71+ messages in thread
From: Fabian Groffen @ 2024-08-25 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b3bf81d06b1f37c4e7ad29b3fd0e367aeeb3881a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 14:54:17 2024 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 15:21:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bf81d0

net-misc/mosh-1.4.0: marked ~arm64-macos

Closes: https://bugs.gentoo.org/930174
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 123086e09347..8792d6668383 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="GPL-3"
 SLOT="0"
 if [[ ${PV} != *_rc* ]] ; then
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 fi
 IUSE="+client examples +hardened nettle +server syslog ufw +utempter"
 


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2024-09-05 16:55 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2024-09-05 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     694c3954f69c851f50aabf227597c6bd7fbeee25
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Sep  5 09:29:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 16:55:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694c3954

net-misc/mosh: set -std=gnu++17 for newer abseil-cpp

Setting the C++ standard via append-cxxflags ignores the configure.ac logic that
already does that for the same reasons and leads to duplicate flats. To rectify
that, change the targeted standard in configure.ac itself.

Closes: https://bugs.gentoo.org/935130
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 8792d6668383..02cffd896095 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools bash-completion-r1 flag-o-matic
+inherit autotools bash-completion-r1
 
 MY_P=${PN}-${PV/_rc/rc}
 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
@@ -51,15 +51,20 @@ PATCHES=(
 src_prepare() {
 	default
 
+	# abseil-cpp needs >=c++14
+	local CXXSTD="14"
+	if has_version ">=dev-cpp/abseil-cpp-20240722.0"; then
+		# needs >=c++17
+		CXXSTD="17"
+	fi
+	sed -e "/AX_CXX_COMPILE_STDCXX/{s/11/${CXXSTD}/}" -i configure.ac || die
+
 	eautoreconf
 }
 
 src_configure() {
 	MAKEOPTS+=" V=1"
 
-	# protobuf needs >=c++14
-	append-cxxflags -std=gnu++14
-
 	local myeconfargs=(
 		# We install it ourselves in src_install
 		--disable-completion


^ permalink raw reply related	[flat|nested] 71+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
@ 2024-09-05 16:57 Sam James
  0 siblings, 0 replies; 71+ messages in thread
From: Sam James @ 2024-09-05 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b44d2335a3d64457eb1882e78d1e51a92cb13a6e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 16:56:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 16:56:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44d2335

net-misc/mosh: crank copyright

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/mosh/mosh-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mosh/mosh-1.4.0.ebuild b/net-misc/mosh/mosh-1.4.0.ebuild
index 02cffd896095..ad91759b66ef 100644
--- a/net-misc/mosh/mosh-1.4.0.ebuild
+++ b/net-misc/mosh/mosh-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 71+ messages in thread

end of thread, other threads:[~2024-09-05 16:57 UTC | newest]

Thread overview: 71+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-21  1:10 [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05 16:57 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  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-11-12 14:21 Justin Lecher
2016-08-17 21:41 Manuel Rüger
2015-08-12 15:20 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox