commit:     4ef6e246b7b4afdd3fb2050ac48d89931eef3d2f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar  3 14:58:06 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar  3 14:58:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ef6e246

app-misc/vrms-gentoo: Styling fix

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

 app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild | 5 ++---
 app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild       | 9 ++++-----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild 
b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
index 16976e0..f00ac0b 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-2018.11.20.ebuild
@@ -18,11 +18,10 @@ RDEPEND="
        dev-lang/perl
 "
 
-DOCS=( README.md )
-
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 src_install() {
+       default
+
        dobin "${PN}"
-       einstalldocs
 }

diff --git a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild 
b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
index 3ecf2e5..6490c25 100644
--- a/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
+++ b/app-misc/vrms-gentoo/vrms-gentoo-9999.ebuild
@@ -3,12 +3,12 @@
 
 EAPI="7"
 
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/z411/${PN}.git";
 inherit git-r3
 
 DESCRIPTION="vrms clone for Gentoo Linux"
 HOMEPAGE="https://github.com/z411/vrms-gentoo";
+EGIT_REPO_URI="https://github.com/z411/${PN}.git";
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
@@ -18,9 +18,8 @@ RDEPEND="
        dev-lang/perl
 "
 
-DOCS=( README.md )
-
 src_install() {
+       default
+
        dobin "${PN}"
-       einstalldocs
 }

Reply via email to