Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mosh/
Date: Sun, 05 Jan 2020 13:57:20
Message-Id: 1578232610.046c760ada218abeee117a9cb962ce3578a8bc32.amynka@gentoo
1 commit: 046c760ada218abeee117a9cb962ce3578a8bc32
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 5 13:47:22 2020 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 5 13:56:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046c760a
7
8 net-misc/mosh: remove not used eclass
9
10 Closes: https://bugs.gentoo.org/704710
11 Package-Manager: Portage-2.3.76, Repoman-2.3.16
12 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
13 Acked-by: David Seifert <soap <AT> gentoo.org>
14
15 net-misc/mosh/mosh-1.3.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
19 index be9bd1d1b4b..d6f21d498fd 100644
20 --- a/net-misc/mosh/mosh-1.3.2.ebuild
21 +++ b/net-misc/mosh/mosh-1.3.2.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -inherit autotools bash-completion-r1 eutils vcs-snapshot
30 +inherit autotools bash-completion-r1 eutils
31
32 DESCRIPTION="Mobile shell that supports roaming and intelligent local echo"
33 HOMEPAGE="https://mosh.org"