summaryrefslogtreecommitdiff
path: root/app-shells/bashish/bashish-2.2.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/bashish/bashish-2.2.4.ebuild')
-rw-r--r--app-shells/bashish/bashish-2.2.4.ebuild10
1 files 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 1f0c21f0de9d..e10a381bafc5 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"
-}