diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /app-shells/bashish | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'app-shells/bashish')
-rw-r--r-- | app-shells/bashish/Manifest | 2 | ||||
-rw-r--r-- | app-shells/bashish/bashish-2.2.4.ebuild | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/app-shells/bashish/Manifest b/app-shells/bashish/Manifest index e42e0e1fd841..bf08552eb88f 100644 --- a/app-shells/bashish/Manifest +++ b/app-shells/bashish/Manifest @@ -1,3 +1,3 @@ DIST bashish-2.2.4.tar.gz 241565 BLAKE2B 06a7f350669afc7f5139bdf0ab620b787c71d729f0a0e73a532fdb4c3c93792a6715b962a71f1004d2937c8f69171a4b73524aec7ca86fe8d1642262b2750060 SHA512 667ad91c71c99b2f0975eaf64ce4c2be1e60ce921e7232842fae62b6fdd9eca073c5941d5fd9b1af0d77dbb08e9ace3e0c43ed113761c2442f99f762ad581d46 -EBUILD bashish-2.2.4.ebuild 455 BLAKE2B b00cac5e912edce267ca5af4f834b95d6afc1bad5df5d3f717405b3e2253012c159ae49cc3ffb2202645868d8001be40e133d1f70a7bc7545aabf10c9cf1917d SHA512 a185521defef9782638817cfa963156b7032f6ccf9fa716d3d894ddd8508bad4f38a7cc7497dd5a2cee23edb98c1fc9dcbdb5bd085e534a716a0feac5421a3a4 +EBUILD bashish-2.2.4.ebuild 356 BLAKE2B 9175e9efb274354677f85532de4c540efc6252cecceac032bf09fa76a5d910b3579e096c0c2d83b42c71a174d828a3f697eda84ea8900310f2282d7f0ed72851 SHA512 5942584ebe7b3112e74287cafba8740158ae378296b1b28b29319f3bde5c20c2715dac2ae6a470a708a44772aee204ba3ba41ada82df13ff214f5b26154f3f2c MISC metadata.xml 244 BLAKE2B 31bafecf43e39e8a9a943a84798de698faea745180878607e178dc51da730258f77341935c0772057c02cc89d1aa0ab787b0e63a46826ad17ac6506f4233ca58 SHA512 cd15de3a328adca58c595a4089effd70b96ff6d4a79dec4a7149e05b957af122cd826a57e97b5c3ca2b0a9b84f4da4a63b4eaf4706794927d9103c6be6b49938 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" -} |