From 7f740fcb9a0165d81bfecf7fb5da647763d76a1b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Sep 2022 05:29:14 +0100 Subject: gentoo auto-resync : 23:09:2022 - 05:29:13 --- net-misc/mosh/Manifest | 2 +- net-misc/mosh/mosh-1.3.2-r2.ebuild | 71 ------------------------------------- net-misc/mosh/mosh-1.3.2-r3.ebuild | 72 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+), 72 deletions(-) delete mode 100644 net-misc/mosh/mosh-1.3.2-r2.ebuild create mode 100644 net-misc/mosh/mosh-1.3.2-r3.ebuild (limited to 'net-misc/mosh') diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest index f80912b73ccc..e235053587d1 100644 --- a/net-misc/mosh/Manifest +++ b/net-misc/mosh/Manifest @@ -2,6 +2,6 @@ AUX mosh-1.2.5-git-version.patch 547 BLAKE2B 2cf6ab1643f0328ebfb02145242639e905b AUX mosh-1.3.2-bind-misinterpret.patch 432 BLAKE2B 81bda9f9a2d63ed2f5298b399ec92435db12b1e2c57906a6a38267df2dc525d209ec8cb72591627dd58d0c0c79e5c878345d52976df7b3b8d7893447f34574a5 SHA512 d9068c169f5ecc7c64d424490bbe9c03bdd5ecf184ad4a28fe106c68cbf228641ad39e3cf4da061b1693318e5bb3b4f91365203693537021ed75b67fc494b7f8 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 -EBUILD mosh-1.3.2-r2.ebuild 1495 BLAKE2B 37b69dd27d145709d283351072318f9c121d9d0b291138c8e65deb75af2f30956bbb1172497fa6e109511d19829e1e589fceacf0d9d25e3448aae416e5d3cfe0 SHA512 5ab027e930195649efbfeda59f32ab06513880fec2e54b85d8104c31b3620a2b49d81eff887bd79319a413b688230748493e4f7f3530ea09c9281c66e6b3ed0a +EBUILD mosh-1.3.2-r3.ebuild 1507 BLAKE2B 10115565942c1b4bb81a7a87416e0219ccc0e9ed35c448c55c78a658da28946057f68075482c156b24c468450ed20523db5b53e66559a11d9d384ba3aa6adcd0 SHA512 af52e3002f15884a7c11d045c1d9e2a068ebdac8b3a4623d11242881a6502998032d9e6bff2699e5e2fa5d3ea7d4bfdfe1eeb6284757592bfa3b7c6eca638f8d EBUILD mosh-1.3.2.95_rc1.ebuild 1951 BLAKE2B d01b4b9b6f0c0935962341f215c66c4282fa437ab82a800c6a66aafd0ea352a3eb29a82568ed2873d33ad2a8c735087cdc7c53591aa97ca372e665820d85fc23 SHA512 2733e9c2d3c9686762e13afdfa9d8b00f09eed8735a9528bd9ad963c8c9d1730fb68a4b0de2919c847be7e63588e70830a17011788d2161d207440d9b84a8b86 MISC metadata.xml 1308 BLAKE2B dd0adee201ba12f75e60f781f6642921c2bb64c19b8defb6cd175d48090c7ee083ae6dbcb73c87c080fdd47b28569adbfb3fe64dd2b6ed7d11b3d66be40e2205 SHA512 ef68cfe26d69a3ffa088d6b1efc142861f90d224d41f6b5e2c2536932ddeff6d1d036de0778d164d35a38c9d470d28ee761be08528c7f23a48072cf5d77a5f09 diff --git a/net-misc/mosh/mosh-1.3.2-r2.ebuild b/net-misc/mosh/mosh-1.3.2-r2.ebuild deleted file mode 100644 index 4f8c1ca09ae2..000000000000 --- a/net-misc/mosh/mosh-1.3.2-r2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2022 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 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=" - || ( 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 - "${FILESDIR}"/${P}-bind-misinterpret.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.2-r3.ebuild b/net-misc/mosh/mosh-1.3.2-r3.ebuild new file mode 100644 index 000000000000..bb82ed9190a5 --- /dev/null +++ b/net-misc/mosh/mosh-1.3.2-r3.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2022 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 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=" + || ( client server ) + examples? ( client )" + +RDEPEND=" + dev-libs/protobuf:= + sys-libs/ncurses:= + sys-libs/zlib + virtual/ssh + client? ( + dev-lang/perl + dev-perl/IO-Tty + ) + dev-libs/openssl:= + 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 + "${FILESDIR}"/${P}-bind-misinterpret.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 +} -- cgit v1.2.3