mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user