dev-vcs/git-blame-someone-else: drop 9999

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-16 17:19:37 +02:00
parent 67f45c31cf
commit a31bd92e71

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
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="
dev-vcs/git
"
DEPEND=""
src_install() {
dobin "${PN}"
einstalldocs
}