commit:     405eb43c6ec28148ac588d2de28a0ded6becba65
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar  3 14:54:53 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar  3 14:54:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=405eb43c

app-portage/portconf: Styling fix

there is no need to specify DOCS
if it is just README, because this is already
in the default DOCS

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-portage/portconf/portconf-1.6.8-r1.ebuild | 22 ++++++++++------------
 app-portage/portconf/portconf-9999.ebuild     | 22 +++++++++++-----------
 2 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild 
b/app-portage/portconf/portconf-1.6.8-r1.ebuild
index 59b4014..afabf39 100644
--- a/app-portage/portconf/portconf-1.6.8-r1.ebuild
+++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild
@@ -3,8 +3,6 @@
 
 EAPI="7"
 
-inherit eutils
-
 DESCRIPTION="/etc/portage cleaner"
 HOMEPAGE="https://github.com/megabaks/portconf";
 SRC_URI="https://github.com/megabaks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
@@ -12,24 +10,24 @@ 
SRC_URI="https://github.com/megabaks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
+
 IUSE=""
 
-DEPEND="       app-shells/bash:=
-               sys-apps/portage
+DEPEND="
+       app-shells/bash:=
+       sys-apps/portage
 "
 RDEPEND="${DEPEND}
-               app-portage/eix
-               app-portage/portage-utils
-               sys-apps/gawk
-
-               || ( app-text/agrep dev-libs/tre )
+       app-portage/eix
+       app-portage/portage-utils
+       sys-apps/gawk
+       || ( app-text/agrep dev-libs/tre )
 "
 
-DOCS=( README.md )
-
 src_install() {
+       default
+
        dobin portconf
        insinto /etc
        newins portconf.conf portconf.conf
-       einstalldocs
 }

diff --git a/app-portage/portconf/portconf-9999.ebuild 
b/app-portage/portconf/portconf-9999.ebuild
index 074a56a..e9ab128 100644
--- a/app-portage/portconf/portconf-9999.ebuild
+++ b/app-portage/portconf/portconf-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit eutils git-r3
+inherit git-r3
 
 DESCRIPTION="/etc/portage cleaner"
 HOMEPAGE="https://github.com/megabaks/portconf";
@@ -12,24 +12,24 @@ EGIT_REPO_URI="https://github.com/megabaks/${PN}.git";
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS=""
+
 IUSE=""
 
-DEPEND="       app-shells/bash:=
-               sys-apps/portage
+DEPEND="
+       app-shells/bash:=
+       sys-apps/portage
 "
 RDEPEND="${DEPEND}
-               app-portage/eix
-               app-portage/portage-utils
-               sys-apps/gawk
-
-               || ( app-text/agrep dev-libs/tre )
+       app-portage/eix
+       app-portage/portage-utils
+       sys-apps/gawk
+       || ( app-text/agrep dev-libs/tre )
 "
 
-DOCS=( README.md )
-
 src_install() {
+       default
+
        dobin portconf
        insinto /etc
        newins portconf.conf portconf.conf
-       einstalldocs
 }

Reply via email to