summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-21 20:22:50 +0100
committerSam James <sam@gentoo.org>2021-04-21 20:55:28 +0100
commit1496e0a2c8b768c1dc68ad1287f360249f0db5cb (patch)
treef2782a77a0c49b3352e533f6e2e612772992a308 /app-shells/bashish
parentdev-python/soupsieve: Remove old (diff)
downloadgentoo-1496e0a2c8b768c1dc68ad1287f360249f0db5cb.tar.gz
gentoo-1496e0a2c8b768c1dc68ad1287f360249f0db5cb.tar.bz2
gentoo-1496e0a2c8b768c1dc68ad1287f360249f0db5cb.zip
app-shells/bashish: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bashish')
-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"
-}