dev-vcs/git-blame-someone-else: latest version

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2020-02-27 18:09:40 +01:00
parent 2f2d2fd754
commit de7fe9e8a5
No known key found for this signature in database
GPG Key ID: 4E4140121372C837
3 changed files with 26 additions and 7 deletions

View File

@ -0,0 +1 @@
DIST git-blame-someone-else-2018.06.13.tar.gz 1928 BLAKE2B 44dbc2ab1398612225b60b869f55a31cff8daa003c2d7f54ea4e149373883aae678bb32f6bc4dd0b0c9994b6faf8ea251ce34a5e7ad9f671a635d90c09866676 SHA512 2e857f2fa2a742d4a623ff6d019e2995cfb61bc540e610bac6b333bac1249e6a977380065aa08276e3b04f0c7c7a5b2c6ac7ba66f0c22e380f73c81777ee3d1c

View File

@ -0,0 +1,22 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
COMMIT="8d854c2d78cb98afdb9f5a73240e06393260b327"
SRC_URI="https://github.com/jayphelps/git-blame-someone-else/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
DESCRIPTION="Blame someone else for your bad code."
HOMEPAGE="https://github.com/jayphelps/git-blame-someone-else"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-vcs/git"
DEPEND=""
src_install() {
dobin "${PN}"
dodoc README.md
}

View File

@ -3,13 +3,9 @@
EAPI="7"
case "${PV}" in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/jayphelps/git-blame-someone-else.git"
inherit git-r3
;;
esac
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"