dev-vcs/git-blame-someone-else: Styling fix

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-03 16:03:23 +01:00
parent 4ef6e246b7
commit da8de50884
2 changed files with 4 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ HOMEPAGE="https://github.com/jayphelps/git-blame-someone-else"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
@@ -19,8 +20,6 @@ RDEPEND="
"
DEPEND=""
DOCS=( README.md )
S="${WORKDIR}/${PN}-${COMMIT}"
src_install() {

View File

@@ -3,15 +3,16 @@
EAPI="7"
SRC_URI=""
EGIT_REPO_URI="https://github.com/jayphelps/git-blame-someone-else.git"
inherit git-r3
DESCRIPTION="Blame someone else for your bad code."
HOMEPAGE="https://github.com/jayphelps/git-blame-someone-else"
EGIT_REPO_URI="https://github.com/jayphelps/git-blame-someone-else.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
@@ -19,8 +20,6 @@ RDEPEND="
"
DEPEND=""
DOCS=( README.md )
src_install() {
dobin "${PN}"
einstalldocs