summaryrefslogtreecommitdiff
path: root/net-misc/mosh
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /net-misc/mosh
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'net-misc/mosh')
-rw-r--r--net-misc/mosh/Manifest4
-rw-r--r--net-misc/mosh/mosh-1.3.2.ebuild4
-rw-r--r--net-misc/mosh/mosh-9999.ebuild5
3 files changed, 6 insertions, 7 deletions
diff --git a/net-misc/mosh/Manifest b/net-misc/mosh/Manifest
index 658bc65bb6de..6fd8579bfc9d 100644
--- a/net-misc/mosh/Manifest
+++ b/net-misc/mosh/Manifest
@@ -1,5 +1,5 @@
AUX mosh-1.2.5-git-version.patch 547 BLAKE2B 2cf6ab1643f0328ebfb02145242639e905b98209e668b17a1e08abd23aee704a52111a94b34150e6fcee1a4de3df065dc1cabdbfb37e2c852dc7e7595ee613e1 SHA512 1a6fc6292595090d7493a05b96b482b8f7e0f485b9f5aa40de2b572265c4f820058923f2f6224864a1471d2fe9fafd0b2f025c99f1513e0c6d8f1b8f71d2814d
DIST mosh-1.3.2.tar.gz 359574 BLAKE2B 0b7290da0c5e5af0bfed58594095cb2649fec049fda7c495df326742176033d1716752451d2a9f11ba2c2957e8b8fecd5caa4e8962c8597e8dd67d1de7582ec5 SHA512 f400e8fe7ba2ab7362311fc12a00ec69587505f901988aeee500fc68d38a388218500a3f602111c883ff23a9d43572114fcf0a8bf505df203691e5b597615769
-EBUILD mosh-1.3.2.ebuild 1505 BLAKE2B aacf3edb966dfbd5134ecbf3a7276702e387436092c4236e60812998ce1ebc8fe1c78094f873ed15b6f47b80ab31240f3effa1e2fa920e0fe87729c29513a24a SHA512 9f2e085153c04d7b549732eaaef87e9962de449751311ed9df87e2ce675834c3cbcd8397aada2d6c18170301642ba725587eb4821c8b801e0ae83771e1af8829
-EBUILD mosh-9999.ebuild 1453 BLAKE2B b0f0c891713b3ebc5679198c7952743f5e87dc9aa093b1c61e311695f71cb928cdd7ef7b8cdc6e9befaf9b9eb2dec5a626faf011216014ce3de967d68e72f0a4 SHA512 9ed66cdcbb7e600a2c35369077942566d0b28da2dc289b58cf79d299617234b1f328e79c60fb61a8ece77c99982b73968f20903fe651c0e13ea27e7759c92eb2
+EBUILD mosh-1.3.2.ebuild 1498 BLAKE2B 64497d400bb0d99358fdf322cca7992efca5849d2634635e64361bf3de30faef545c325dcd31634c9b79f8476a1602e76c4e134233a04bd4b3914c5301051041 SHA512 5fc3cc87624c8576ae596c496f1e3d33a3201db7c0ea719580349f96dcc75304070b2042512e0800b49ddf93eaab7dbf095e0a5bbf60eb3e9a4f19d44066de70
+EBUILD mosh-9999.ebuild 1434 BLAKE2B 0c3c799994d4dc58f7fa651097382fa8b80b2c65e167313d472ae929496bb535ed3b42bfd7f94b45e43d44037623f183ac40fbad57f181bcf49ddfb0ad2e3e69 SHA512 b2fe90ab7df4448761825748f38be2c66ba9adf4d528cd081737826e61f99042d9d3ac4fc074a09cec828e72dd7ff1c36696cee9659295f2b71d4d32ae4e4c11
MISC metadata.xml 1046 BLAKE2B b82f683b0b6a236f78d9e46378e5bf14bfd1ff232045c9a56490e1d19a58767ba1f78647e57b60217aa3851059c4a96c4c8218fbd5387203ad34ee5f577e0f32 SHA512 a4d754df5abc7fec2838525e5fec6386086a4afbbd1132cb4360fcea8211f6bf1629a00b5ddc64faad8e89ccc9a8bc82a9467b6bbdedc6a7503447d84407589a
diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 87a94b12e9cb..97c1a5af6eb3 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-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools bash-completion-r1 eutils
+inherit autotools bash-completion-r1
DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
HOMEPAGE="https://mosh.org"
diff --git a/net-misc/mosh/mosh-9999.ebuild b/net-misc/mosh/mosh-9999.ebuild
index 97e8d3172038..35a74460f7c9 100644
--- a/net-misc/mosh/mosh-9999.ebuild
+++ b/net-misc/mosh/mosh-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools bash-completion-r1 eutils git-r3
+inherit autotools bash-completion-r1 git-r3
DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
HOMEPAGE="https://mosh.org"
@@ -11,7 +11,6 @@ EGIT_REPO_URI="https://github.com/keithw/mosh.git"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS=""
IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
REQUIRED_USE="