From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E762158094 for ; Fri, 5 Aug 2022 01:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A90FE0E45; Fri, 5 Aug 2022 01:28:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5E60E0E45 for ; Fri, 5 Aug 2022 01:28:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFB963410AC for ; Fri, 5 Aug 2022 01:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E0A255A for ; Fri, 5 Aug 2022 01:27:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1659662860.000d22f68e3b1ad460252ac0cac92e8e1fb91a24.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mosh/Manifest net-misc/mosh/mosh-1.3.2.95_rc1.ebuild net-misc/mosh/mosh-1.4.0_rc1-r1.ebuild X-VCS-Directories: net-misc/mosh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 000d22f68e3b1ad460252ac0cac92e8e1fb91a24 X-VCS-Branch: master Date: Fri, 5 Aug 2022 01:27:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8bf24caf-5e40-47a4-8001-97e5a55fe532 X-Archives-Hash: 6ae580c532b5f8deb8d5607df0fe8d1a commit: 000d22f68e3b1ad460252ac0cac92e8e1fb91a24 Author: Sam James gentoo org> AuthorDate: Fri Aug 5 01:26:32 2022 +0000 Commit: Sam James gentoo 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 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"