commit: a31bd92e716012ece3ff295ac566942e00d0789d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun May 16 15:19:37 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun May 16 15:19:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31bd92e
dev-vcs/git-blame-someone-else: drop 9999 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> .../git-blame-someone-else-9999.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/dev-vcs/git-blame-someone-else/git-blame-someone-else-9999.ebuild b/dev-vcs/git-blame-someone-else/git-blame-someone-else-9999.ebuild deleted file mode 100644 index 78aabaa4f..000000000 --- a/dev-vcs/git-blame-someone-else/git-blame-someone-else-9999.ebuild +++ /dev/null @@ -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 -}
