commit:     1496e0a2c8b768c1dc68ad1287f360249f0db5cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 19:22:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 19:55:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1496e0a2

app-shells/bashish: update EAPI 5 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/bashish/bashish-2.2.4.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/app-shells/bashish/bashish-2.2.4.ebuild 
b/app-shells/bashish/bashish-2.2.4.ebuild
index 1f0c21f0de9..e10a381bafc 100644
--- a/app-shells/bashish/bashish-2.2.4.ebuild
+++ b/app-shells/bashish/bashish-2.2.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Text console theme engine"
 HOMEPAGE="http://bashish.sourceforge.net/";
@@ -10,11 +10,5 @@ SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
-IUSE=""
 
 RDEPEND=">=dev-util/dialog-1.0"
-
-src_install() {
-       default
-       mv "${D}"/usr/share/doc/{${PN},${PF}} || die "mv docs failed"
-}

Reply via email to