Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bashish/
Date: Wed, 21 Apr 2021 19:56:04
Message-Id: 1619034928.1496e0a2c8b768c1dc68ad1287f360249f0db5cb.sam@gentoo
1 commit: 1496e0a2c8b768c1dc68ad1287f360249f0db5cb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 19:22:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 19:55:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1496e0a2
7
8 app-shells/bashish: update EAPI 5 -> 7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/bashish/bashish-2.2.4.ebuild | 10 ++--------
13 1 file changed, 2 insertions(+), 8 deletions(-)
14
15 diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild
16 index 1f0c21f0de9..e10a381bafc 100644
17 --- a/app-shells/bashish/bashish-2.2.4.ebuild
18 +++ b/app-shells/bashish/bashish-2.2.4.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=7
26
27 DESCRIPTION="Text console theme engine"
28 HOMEPAGE="http://bashish.sourceforge.net/"
29 @@ -10,11 +10,5 @@ SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
33 -IUSE=""
34
35 RDEPEND=">=dev-util/dialog-1.0"
36 -
37 -src_install() {
38 - default
39 - mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed"
40 -}