From 7218e1b46bceac05841e90472501742d905fb3fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Mar 2021 21:55:15 +0000 Subject: gentoo resync : 12.03.2021 --- app-shells/localshell/Manifest | 2 +- app-shells/localshell/localshell-1.3.4-r1.ebuild | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'app-shells/localshell') diff --git a/app-shells/localshell/Manifest b/app-shells/localshell/Manifest index 2ebb3217922f..9a9d6a4c45a4 100644 --- a/app-shells/localshell/Manifest +++ b/app-shells/localshell/Manifest @@ -1,3 +1,3 @@ DIST localshell-1.3.4.tar.bz2 113170 BLAKE2B cf135b8ee2a6252f7bb792c71efdf86a9f063791346e05f4545ba88fd9503032d1448241cdc4e9babe1fd7e8a265a170f22e1df2e8d46cc1a4ac14d8533d66d6 SHA512 3a302b7d1b00e6ac8025a2145b3d12b916a60a9bad811d63c78c6eaac1b9a832f8796ab4429c677423287f70d6f6b31283aa2c90d3634ebe4bed52e1e240390d -EBUILD localshell-1.3.4-r1.ebuild 826 BLAKE2B 9dd264400138d520f4eb03160bdaaae240d09794ab92c3060f495b65aab668e91463908cf38e06307361c2982fdecbfaaf606f8916d7a4ef5264daf6126a0756 SHA512 1787e9689b394669433d516234706834649741edecae9f9923fd2248ff169c2b0ad16678643f7e2ad85c140ae560a1c28188f8f38cdfa0292c9c2fc693917b28 +EBUILD localshell-1.3.4-r1.ebuild 873 BLAKE2B 40b9deaf22b7bca1788796098e1dc0c3b2e3bffc3b0b50a1b4eba0f88280d16132b21cf7973fc53d08ee01fca4bb48ed4deceea8ece370a3406718f3e2b570d0 SHA512 ac16de14da55787e68595e2e1755bb98addc286effcffa5f29d24f24af7e98523bf275e20d1447b414c94f4eb19a92d741e534fd4f8860add914706030fb1beb MISC metadata.xml 216 BLAKE2B 20531789dc11e43feee7ec315a0c1c7249fdf73764e29cb7d6db439826e9ff72f24a5cdb8eb7f1ab99bbb41fb6e4226874a1d1fa4185de52598602bb3b0479a3 SHA512 e881b59fe49746eb25ad66c258b41aba501e4eb563129093a3898ea970a20506e7898f7c355cfcf99605234962bf2c77c1309c258b9a2b84ee4302ccb71c9dbd diff --git a/app-shells/localshell/localshell-1.3.4-r1.ebuild b/app-shells/localshell/localshell-1.3.4-r1.ebuild index f2c8e8a51be3..da410e6062f8 100644 --- a/app-shells/localshell/localshell-1.3.4-r1.ebuild +++ b/app-shells/localshell/localshell-1.3.4-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit base eutils +EAPI=7 DESCRIPTION="Localshell allows per-user/group local control of shell execution" HOMEPAGE="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary" @@ -12,7 +10,6 @@ SRC_URI="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summa LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="" src_configure() { # this is a shell, it needs to be in /bin @@ -21,7 +18,10 @@ src_configure() { src_install() { emake install DESTDIR="${D}" - rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL} + + mv "${ED}"/usr/share/doc/${P}/ "${ED}"/usr/share/doc/${PF} || die + + rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL} || die } pkg_postinst() { -- cgit v1.2.3