dev-vcs/git-blame-someone-else: new package

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-23 04:05:11 +01:00
parent 2c09c9b95d
commit 589c85a2c4
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
case "${PV}" in
9999)
SRC_URI=""
EGIT_REPO_URI="https://github.com/jayphelps/git-blame-someone-else.git"
inherit git-r3
;;
esac
DESCRIPTION="Blame someone else for your bad code."
HOMEPAGE="https://github.com/jayphelps/git-blame-someone-else"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="dev-vcs/git"
DEPEND=""
src_install() {
dobin "${PN}"
dodoc README.md
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="github">jayphelps/git-blame-someone-else</remote-id>
</upstream>
</pkgmetadata>