mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
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:
parent
2f2d2fd754
commit
de7fe9e8a5
1
dev-vcs/git-blame-someone-else/Manifest
Normal file
1
dev-vcs/git-blame-someone-else/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST git-blame-someone-else-2018.06.13.tar.gz 1928 BLAKE2B 44dbc2ab1398612225b60b869f55a31cff8daa003c2d7f54ea4e149373883aae678bb32f6bc4dd0b0c9994b6faf8ea251ce34a5e7ad9f671a635d90c09866676 SHA512 2e857f2fa2a742d4a623ff6d019e2995cfb61bc540e610bac6b333bac1249e6a977380065aa08276e3b04f0c7c7a5b2c6ac7ba66f0c22e380f73c81777ee3d1c
|
@ -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
|
||||
}
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user